You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Created a module-level CMakeLists.txt for extending the include paths
to find "mcuboot-mbedtls-cfg.h" within the boot/zephyr component.
The build of `west build -p always -b nrf52840dk_nrf52840
mcuboot/boot/zephyr` fails with:
CMake Error at /home/zephyr/mcuboot_dev/mcuboot/zephyr/CMakeLists.txt:36 (add_subdirectory):
add_subdirectory not given a binary directory but the given source
directory "/home/zephyr/mcuboot_dev/mcuboot/boot/bootutil/zephyr" is not a
subdirectory of "/home/zephyr/mcuboot_dev/mcuboot/zephyr". When specifying
an out-of-tree source a binary directory must be explicitly specified.
The build of `west build -p always -b nrf52840dk_nrf52840
mcuboot/samples/zephyr_external_config` fails with:
CMake Error at /home/zephyr/mcuboot_dev/mcuboot/zephyr/CMakeLists.txt:36 (add_subdirectory):
add_subdirectory not given a binary directory but the given source
directory "/home/zephyr/mcuboot_dev/mcuboot/boot/bootutil/zephyr" is not a
subdirectory of "/home/zephyr/mcuboot_dev/mcuboot/zephyr". When specifying
an out-of-tree source a binary directory must be explicitly specified.
Signed-off-by: Gregory SHUE <[email protected]>
0 commit comments