Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing step : include("CMake_nRF5x.cmake") from CMakeLists.txt ? #1

Closed
bootchk opened this issue Jan 9, 2018 · 1 comment
Closed

Comments

@bootchk
Copy link

bootchk commented Jan 9, 2018

Is this step missing from the tutorial in the readme?

Without it, I get:

CMake Error at CMakeLists.txt:13 (nRF5x_setup):
Unknown CMake command "nRF5x_setup".

when I run: cmake -H. -B"cmake-build" -G "Unix Makefiles"

although I think I followed your tutorial closely.

Alternatively, can you link to a project that uses your cmake script? Or put a template CMakeLists.txt in your repository? That might help other CMake newbies like myself.

@dariuszseweryn
Copy link

Hello @bootchk
That is true. The readme was missing this statement. I have just fixed it.

Unfortunately there is no publicly available project that I could link to. The template does not make sense since the Readme is updated.

I am trying to use this script so I might have some time for improvements—yet I am also a newbie

borys-jelenski-polidea added a commit that referenced this issue Jun 15, 2020
…cc_src_from_all

Exclude 'micro-ecc-src' target from 'all'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants