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:
**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 Steps
- Install the FRC Tools from the 2012 National Instruments Install USB Drive (the plastic flash drive in the business-card).
- Install WindRiver 3.0, according to all the directions outlined in the FIRST_Robotics_Competition_2012_README_FIRST.pdf document contained in the root of the WindRiver Installation disk. The install locaion was set to C:\WindRiver as recommended in the installation instructions.
- Since I am running Windows 7, 64-bit, I installed the WindRiver Workbench 3.3.1 software. I made sure to NOT LAUNCH
the 3.0 version by un-checking the two checkboxes in the final window of the first installation. The Second disk installation proceeded successfully. - Next, I installed the WPI updates from firstforge: http://firstforge.wpi.edu/sf/frs/do/viewRelease/projects.wpilib/frs.2012_update_for_c.c_update_v2978. This installer did not provide any feedback as to the outcome.
- Next, I installed the LabView Utilities update from here: http://joule.ni.com/nidu/cds/view/p/id/2262
- Finally, I launched WindRiver (3.3), opened the SimpleRobot project, and then selected Project -> Build Project and obtained the error I detailed above.
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…
- Is the WPI Release missing the 2012 WPILib.a?
- Is anyone having this problem on Windows XP or Vista?
Thanks in advance for any help you can provide!
Thanks for getting this turned around so fast.