|
|
|
![]() |
|
|||||||
|
||||||||
|
|
Thread Tools | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
The basic structure of our team's code was to have multiple .cpp files in the same project. Each .cpp was a custom Class for each component for our robot.
The problem was that our robot will refuse to load its own code. ![]() My theory about this was the compiled .o files were not compiled in the correct order in the .out program for the CRIO's bootloader to recongize our main robot's code. Does anyone knows if the .cpp file for our main robot codes should be compiled before or after every other .cpp file? Or does the order of how each .cpp into the .out code shouldn't matter? ![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|