|
Warning: module holds reference to undefined symbol
While using Command Based Robot code I am getting the following error for each of my SubSystems
Warning: module [what I guess is an address in the symbol table] holds reference to undefined symbol [some number]CommandBase[Hex Value][name of symbol]
It then unloads the FRC_UserProgram.out causing a "No Robot Code" error.
Now the weird part, on a whim I changed the reference name (via the refactor menu) to something different. The error never changed. I searched for every instance the old name and none were found. This makes me question whether the updated code is being put onto the robot.
Any advice is appreciated.
__________________
.
|