Skip to content

Best development workflow for newbie #77990

Answered by DerekSnell
wickywaka asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @wickywaka ,
I see your west build command is not pointing to the correct source folder for the application. This is why the Cmake error complains of the missing project() command, because it is starting with the wrong CMakeLists.txt file. Notice in the example-application steps, the west build command includes the app folder as the source folder for the build. Try changing your build command to:

west build -b nucleo_f302r8 app

Best regards

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@wickywaka
Comment options

Answer selected by wickywaka
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