Quote:
Originally Posted by CFrank13
As it stands now, the cRIO is able to load any program that does not use WPILib in code. Empty workspaces are fine. However, we are still unable to figure out why objects made from the WPILib (i.e. Talon) are registered as "undefined symbols" in the net console. The code compiles/builds without any errors, it is the cRIO that will not load the FRC_UserProgram.out file if it include WPILib.
|
https://github.com/Robodox-599/2014_...03gnu/Makefile
Reading the autogenerated Makefile, it looks like WPILib isn't being linked in. WPILib is a static library.