'Invoking: Thunder cRIO Tools C++ Compiler'
powerpc-wrs-vxworks-g++ -DCPU=PPC603 -DTOOL_FAMILY=gnu -DTOOL=gnu -D_WRS_KERNEL -IC:\Users\My Dell\Desktop\Eclipse Projects\2015 practice robot\include -I"C:\Program Files (x86)\FRC_Toolchain\mingw\powerpc-wrs-vxworks\wind_base\/../include/WPILib" -O0 -g3 -Wall -c -fmessage-length=0 -mcpu=603 -mstrict-align -mlongcall -MMD -MP -MF"src/robot.d" -MT"src/robot.d" -o "src/robot.o" "../src/robot.cpp"
powerpc-wrs-vxworks-g++: error: Dell\Desktop\Eclipse: No such file or directory
powerpc-wrs-vxworks-g++: error: Projects\2015: No such file or directory
powerpc-wrs-vxworks-g++: error: practice: No such file or directory
powerpc-wrs-vxworks-g++: error: robot\include: No such file or directory
mingw32-make: *** [src/robot.o] Error 1
This is the error message I get when building. Dell\Desktop\Eclipse I think is referring to the place where I originally installed eclipse but I have moved it to program files. Thunder CRio tools is the name of the plugin I am trying to build the project with. I am able to build a project as a WPILIB deploy. I have also tried re-installing the toolchains.