|
Re: C++ Code is not detected by the robot
Watch the robot start up in the netconsole. You may be seeing the infamous 24-bit relocation problem. If you see something about 24-bit relocation in the netconsole, recompile your code with the -mlong-call compiler flag (in the build properties of the project) and try to redeploy.
Good luck,
Mike
|