Help needed: Building for RTEMS #926
Unanswered
jalanh11640
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to build the OSAL for RTEMS and it seems like there's a piece of the cmake system that isn't part of the repo I've checked out. Here's the steps I've taken:
git clone https://github.com/nasa/osal.gitI've created an
osal/cmake/toolchain-rtems.cmakefile with information about my RTEMS setup.I run
cmake -DOSAL_SYSTEM_BSPTYPE=generic-rtems -DCMAKE_TOOLCHAIN_FILE=cmake/toolchain-rtems.cmake ..and I get the following.looking in the
nasa/cFSrepo I seegenerate_config_includefiledefined incFE/cmake/global_functions.cmakeAm I misconfiguring something that us causing
generate_config_includefileto be called when it shouldn't be?I'm building on a linux machinee.
Thanks for any help!
Beta Was this translation helpful? Give feedback.
All reactions