You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When this repo was initially used as the base of the orcasat firmware, the SFUSat directory (where pretty much all of our custom code was placed) was renamed to orcasat. Unfortunately, these changes did not make it over to the Launchpad build configuration, so it has a ton of errors when you build it.
Solution:
set the build configuration to build-obc-v0.4 and screenshot the include directories in Project Properties > Build > ARM Compiler > Include Options
the include locations in the screenshot need to be copied into the same screen when the project is set to the launchpad build configuration.
set it to the launchpad configuration, add the includes, save, and build
Note: the launchpad configuration is for the TMS570LS043 launchpad, NOT the launchpad that the club usually uses now. It most likely won't work on your hardware unless you have that board, so it can be ignored or deleted.
The text was updated successfully, but these errors were encountered:
When this repo was initially used as the base of the orcasat firmware, the SFUSat directory (where pretty much all of our custom code was placed) was renamed to
orcasat
. Unfortunately, these changes did not make it over to the Launchpad build configuration, so it has a ton of errors when you build it.Solution:
build-obc-v0.4
and screenshot the include directories in Project Properties > Build > ARM Compiler > Include Optionslaunchpad
build configuration.Note: the launchpad configuration is for the TMS570LS043 launchpad, NOT the launchpad that the club usually uses now. It most likely won't work on your hardware unless you have that board, so it can be ignored or deleted.
The text was updated successfully, but these errors were encountered: