|
Re: Who is Programming the cRIO with C++ and what success are you having?
Usually when something like that happens to me, it's because I'm editing the wrong files or uploading the wrong files.
*Make sure that the files you're editing in the editor are the same as the ones the linker/compiler is using
*Make sure you're uploading the latest output from the compiler to the robot. Too many times in past years I've uploaded the same .hex file to the robot over and over, and wondering why things weren't changing. I don't know what the binary compiler output for the Crio looks like, but verify that the date modifieds on all the files you send to the robot are recent.
|