-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
Issue building & flashing a hello world project on nRF52840 #23496
Comments
@Abz23 you seem to be running west outside of a git repository or pointing to the wrong folder with |
Thanks for getting back to me so quickly. I have made sure to repeat all the steps in the getting started link you posted but still with no luck. Can you please inform me what am missing as I have tried reinstalling and updating west? C:\Users\A A\zephyrproject\zephyr>west build -p auto -b nrf52840_pca10056 samples/basic/blinky -- Configuring incomplete, errors occurred! |
I think the issue is to do with this error below, but I am not sure how to rectify it. Many thanks CMake Error at CMakeLists.txt:5 (include):
-- The C compiler identification is unknown Tell CMake where to find the compiler by setting either the environment CMake Error at CMakeLists.txt:6 (project): Tell CMake where to find the compiler by setting either the environment |
My problem is that I am unable to init west , I keep getting this error Any guidance would be appreciated C:\zephyr>west init |
Hi,
I am currently using a 64 bit windows 10 laptop and I am trying to build and flash a simple hello world sample code in the zephyr OS into my NRF52840 DK. I have followed all the steps in the get started user guide and I have made sure to install all the dependencies that are required.
My problem is that I am unable to build as I am always presented with the error below.
I am currently on windows 10 pro version 1909.
Any guidance would be greatly appreciated.
C:\Zephyr\zephyrproject\samples\hello_world\build>cmake -GNinja -DBOARD=nrf52840_pca10056 ..
-- Application: C:/Zephyr/zephyrproject/samples/hello_world
-- Zephyr version: 2.2.99
-- git describe failed: fatal: No names found, cannot describe anything.;
BUILD_VERSION is left undefined
-- Board: nrf52840_pca10056
-- Found west: C:/Python38/Scripts/west.exe (found suitable version "0.6.0", minimum required is "0.6.0")
FATAL ERROR: can't load west manifest: no "manifest.path" config option is set
CMake Error at C:/Zephyr/zephyrproject/cmake/zephyr_module.cmake:45 (message):
Traceback (most recent call last):
subprocess.CalledProcessError: Command '['C:/Python38/Scripts/west.exe',
'list', '--format={posixpath}']' returned non-zero exit status 1.
Call Stack (most recent call first):
C:/Zephyr/zephyrproject/cmake/app/boilerplate.cmake:463 (include)
CMakeLists.txt:5 (include)
-- Configuring incomplete, errors occurred!
C:\Zephyr\zephyrproject\samples\hello_world\build>
The text was updated successfully, but these errors were encountered: