Nao Troubleshooting - UNSWComputing/rUNSWift-2017-release GitHub Wiki

##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)