Quote:
Originally Posted by CFrank13
Oh. That is fantastic, we have been trying to decipher this issue for days! Could you please explain how to fix this issue?
|
Unfortunately, I can't... I have been using custom linux based build environments and unsupported GCC cross compilers that I built myself for years. Hopefully someone else will be able to take my diagnostic and help you figure out what to do with it with WindRiver...
Conceptually, you want to add WPILib.a to the link command. Not sure the magic key strokes to do that.
My guess is that the following diff to your .wrproject did it.
Code:
- <listAttribute key="BLD::Info|Libs|PPC32diab">
- <stringAttribute value="$(WIND_BASE)/target/lib/WPILib.a"/>
- </listAttribute>
- <listAttribute key="BLD::Info|Libs|PPC603gnu">
- <stringAttribute value="$(WIND_BASE)/target/lib/WPILib.a"/>
- </listAttribute>