|
|
|
![]() |
|
|||||||
|
||||||||
|
|
Thread Tools | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
Cannot Compile SimpleRobot Example - Missing WPILib.a
Hi Folks,
I am having great difficulty getting the WindRiver Workbench software working. First, I will describe the symptom I am seeing, and then I will outline the steps I took to get there. If anyone has a potential solution, please share it. The Symptom When building any of the FRC Robot Template projects (SimpleRobot and CommandBasedRobot, both with no changes), I get the following error in the Build Console: Code:
nmppc: C:/WindRiver/vxworks-6.3/target/lib/WPILib.a': No such file ccppc: C:/WindRiver/vxworks-6.3/target/lib/WPILib.a: No such file or directory C:\WindRiver\vxworks-6.3\host\x86-win32\bin\make.exe: *** [SimpleTemplate/Debug/SimpleTemplate.out] Error 1 Build Failed in Project 'SimpleTemplate' (Process Exit Value was 2): 2012-01-07 22:22:20 (Elapsed Time: 00:01)
The Investigation So Far... Since the compiler was trying to find WPILib.a and couldn't, I tried to look for it myself. I searched the entire contents of the C:\ drive and WPILib.a is no where to be found. I would have expected one of the aforementioned software installations to provide this library. What's more, the WPI header files ARE PRESENT in the expected location. For example, this file (among many others) exists on my machine: /cygdrive/c/WindRiver/vxworks-6.3/target/h/WPILib/RobotBase.h Some Questions...
Thanks in advance for any help you can provide! |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|