ninja build is not successful: #94293
Unanswered
mtahirbutt
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear Zephyr Community, I am trying to build zephyr sample application, but am not able to make a successful build. I am getting the following output.
(.venv) C:\Users\tahir\zephyrproject\zephyr>cmake -Bbuild -GNinja -DBOARD=disco_l475_iot1 samples/hello_world
Loading Zephyr default modules (Zephyr repository).
-- Application: C:/Users/tahir/zephyrproject/zephyr/samples/hello_world
-- CMake version: 4.1.0
-- Found Python3: C:/Users/tahir/zephyrproject/zephyr/zephyrproject/.venv/Scripts/python.exe (found suitable version "3.12.10", minimum required is "3.10") found components: Interpreter
-- Cache files will be written to: C:\Users\tahir\AppData\Local/.cache/zephyr
-- Zephyr version: 4.2.99 (C:/Users/tahir/zephyrproject/zephyr)
-- Found west (found suitable version "1.4.0", minimum required is "0.14.0")
-- Board: disco_l475_iot1, qualifiers: stm32l475xx
-- ZEPHYR_TOOLCHAIN_VARIANT not set, trying to locate Zephyr SDK
-- Found host-tools: zephyr 0.16.5 (C:/Users/tahir/zephyr-sdk-0.16.5-1)
-- Found toolchain: zephyr 0.16.5 (C:/Users/tahir/zephyr-sdk-0.16.5-1)
-- Found Dtc: C:/ProgramData/chocolatey/bin/dtc.exe (found suitable version "1.4.7", minimum required is "1.4.6")
-- Found BOARD.dts: C:/Users/tahir/zephyrproject/zephyr/boards/st/disco_l475_iot1/disco_l475_iot1.dts
-- Generated zephyr.dts: C:/Users/tahir/zephyrproject/zephyr/build/zephyr/zephyr.dts
-- Generated pickled edt: C:/Users/tahir/zephyrproject/zephyr/build/zephyr/edt.pickle
-- Generated devicetree_generated.h: C:/Users/tahir/zephyrproject/zephyr/build/zephyr/include/generated/zephyr/devicetree_generated.h
Parsing C:/Users/tahir/zephyrproject/zephyr/Kconfig
Loaded configuration 'C:/Users/tahir/zephyrproject/zephyr/boards/st/disco_l475_iot1/disco_l475_iot1_defconfig'
Merged configuration 'C:/Users/tahir/zephyrproject/zephyr/samples/hello_world/prj.conf'
Configuration saved to 'C:/Users/tahir/zephyrproject/zephyr/build/zephyr/.config'
Kconfig header saved to 'C:/Users/tahir/zephyrproject/zephyr/build/zephyr/include/generated/zephyr/autoconf.h'
-- Found GnuLd: c:/users/tahir/zephyr-sdk-0.16.5-1/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd.exe (found version "2.38")
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: C:/Users/tahir/zephyr-sdk-0.16.5-1/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe
-- Found gen_kobject_list: C:/Users/tahir/zephyrproject/zephyr/scripts/build/gen_kobject_list.py
-- Configuring done (46.7s)
-- Generating done (1.9s)
-- Build files have been written to: C:/Users/tahir/zephyrproject/zephyr/build
(.venv) C:\Users\tahir\zephyrproject\zephyr>ninja -Cbuild
ninja: error: build.ninja:837: multiple outputs aren't (yet?) supported by depslog; bring this up on the mailing list if it affects you
ninja: Entering directory `build'
Please if someone has some idea how to resolve this issue.
thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions