Quote:
Originally Posted by pluto7443
So, we tried to use this plugin, but whenever we try to build the program, there are a number of errors.
'Invoking: Thunder cRIO Tools C++ Compiler'
g++ -DCPU=PPC603 -DTOOL_FAMILY=gnu -DTOOL=gnu -D_WRS_KERNEL -IC:\Users\TEAM 4917\workspace\boom\include -I"C:\Program Files (x86)\FRC_Toolchain\mingw\powerpc-wrs-vxworks\wind_base\/../include/WPILib" -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"src/robot.d" -MT"src/robot.d" -o "src/robot.o" "../src/robot.cpp"
g++: error: 4917\workspace\boom\include: No such file or directory
mingw32-make: *** [src/robot.o] Error 1
Those are the last three lines of the build log.
Any help would be appreciated, thanks!
|
Looks like there may be a bug when the user files are within a directory path which contains spaces.
I will try to fix it in the next couple of days. In the meantime, if you move your Eclipse workspace (File>Switch Workspace, choose a new directory, perhaps c:\eclipseworkspace or something) things should work just fine.
Sorry about this - we'll see if we can't get it fixed! Thanks for the details!