I recently installed WindRiver on my laptop (I am using Windows 7), and had a problem with g++. Figured that out, was able to build the project, but with errors -- when I go to include WPILib, I get an error saying
Code:
g++: unrecognized option `-MP'
C:/WindRiver/workspace/2014RobotCode/MyRobot.cpp:1: WPILib.h: No such file or directory
C:\WindRiver\utilities-1.0\x86-win32\bin\make.exe: *** [2014RobotCode/Debug/Objects/2014RobotCode/MyRobot.o] Error 1
Build Failed in Project '2014RobotCode' (Process Exit Value was 2): 2014-01-15 18:17:16 (Elapsed Time: 00:00)
I tried including WPILib.h through vxWorks, but then it returns a whole list of errors because it can't find a ton of files included in WPILib.h ... I have the workbench update installed, I installed the 2014 driver station, wind river update, and I'm stuck. Any ideas on a fix? A mentor suggested re-installing everything, but...hoping to avoid that.