This repository has been archived by the owner on Jun 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Nao Troubleshooting
Peter Schmidt edited this page Oct 7, 2016
·
1 revision
##General Issues and Troubleshooting
- 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
- [ 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)