Quote:
Originally Posted by codes02
A bunch of stuff
|
Thanks, this helped a lot!
I couldn't find the powerpc-wrs-vxworks-readelf program on Linux, but I did discover that the FRC_UserProgram.out file is actually a readable text file, so I could search for the undefined symbols directly from it.
In case anybody else has the same problem as I did, I wrote up a quick Python script to find the undefined symbols from it. (see attached). It should be cross-platform, and should work on at least Python 2.7 and probably Python 3.x.
It's not quite compile time, but it worked for me.