Skip to content

for Ref , Ubuntu make fails , but fprime-util build works #871

Answered by LeStarch
gardnwater asked this question in Q&A
Discussion options

You must be logged in to vote

If you are going to "make" directly, you need to build within a cmake build-cache.

fprime-util generate # Creates a cmake-cache at build-fprime-automatic-native
fprime-util build # cd  build-fprime-automatic-native; make

You could try this by hand:

mkdir Ref/build-cache
cd Ref/build-cache
cmake ..
make

However, this gets complicated quickly if/when you used settings.ini or more modern project organization. That is why we recommend using fprime-util.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by LeStarch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants