You will also get "No Code" when you load a program that has unresolved symbols. You can see if this is your problem by hooking up the serial console and watching the cRIO load your program as it boots up. It will print messages telling you which symbols remain unresolved.
Unresolved symbols occur when your program calls out to some function or variable that is not defined in your code (for example, saying a class has some member function in its definition, but then never actually implementing the function).
The serial console has proved extremely helpful for us in resolving most code download issues.
Quote:
Originally Posted by mahmosh
hello ...
we tryed to download the project (simple template that comes with windriver) it succeed but it seems there is no program in the crio and the control system flashing... the driverstation show battery: "no code" ... we restarted the crio and the driver station .. so the problem dosen't change.
please need ur help!!
|