-
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
Building samples failed #5626
Comments
Please make sure that it's not https://stackoverflow.com/questions/47081317/zephyr-cmake-error |
It's not. This would happen if the SDK environment variable was pointing to the wrong directory. Could you ls the SDK path environment variable? |
Rechecked my installation. Seems that the SDK environment varaiable was pointing to a wrong folder. |
Hi, I've a similar issue, what i see is this: gabriele@Gabriele-T490s:~/zephyr/zephyr-dwm1001/examples/ex_01a_simple_tx/build$ cmake -GNinja -DBOARD=nrf52_dwm1001 .. /home/gabriele/zephyr/cmake/toolchain/zephyr/0.11.4/host-tools.cmake -- Found west: /home/gabriele/.local/bin/west (found suitable version "0.8.0", minimum required is "0.5.6")
validation.invalid
validation.invalid
CMake Error at /home/gabriele/zephyr/cmake/toolchain/zephyr/generic.cmake:1 (include):
Call Stack (most recent call first): -- Loading /home/gabriele/zephyr/boards/arm/nrf52_dwm1001/nrf52_dwm1001.dts as base -- Configuring incomplete, errors occurred! Is there any correlation with the upper error? @SebastianBoe |
Hello all, I have problems building the SDK sample applications. Specifically I was following the example at STM32 Minimum Development Board.
I get the following error after running
cmake -DBOARD=stm32_min_dev ..
:The sdk_version file seems to be missing, so I assume the build files are broken or outdated...
The text was updated successfully, but these errors were encountered: