|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
| Thread Tools | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
WPILib.h not found
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) |
|
#2
|
|||
|
|||
|
Re: WPILib.h not found
What are your build settings for the project? Right-click on the project in the file tree and go down to "Properties". Under "Build Properties" > "Paths", you should have these three include directories:
Quote:
Quote:
|
|
#3
|
|||
|
|||
|
Re: WPILib.h not found
Did you create your project based on one of the sample robot projects? Those should have all the paths and project options set up to work. The steps for doing that are here:
http://wpilib.screenstepslive.com/s/...-robot-project Try one of those and verify that it compiles correctly. Then add your code to that project. |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|