You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 18, 2022. It is now read-only.
Peter Schmidt edited this page Oct 7, 2016
·
1 revision
##General Issues and Troubleshooting
Build Issues
During initial build
CTC file missing
You are missing the naoqi CTC zip file. This can be found on the runswift server (www.runswift.cse.unsw.edu.au/opennao??), and needs to be placed it the directory pathToRunswift/runswift/ctc
Internal compiler error
This may mean your vm does not have enough RAM. Shut down your vm, increase the RAM (4Gb is a good amount), and start it up again. Re-run the build script
During any build
[ 1%] Building CXX object robot/CMakeFiles/soccer-static.dir/soccer.cpp.o
runswift/robot/soccer.cpp:34:6: internal compiler error:
Or something similar. Delete your build release folder (rm -rf build-release) and rerun the build script (bin/build_setup.sh)