Build failed using Toolchain v3.0.2 and sdks v3.0.2

Dear All,

I updated Toolchain and SDKs to last version v3.0.2 and I'm going to add build configuration as suggested here How to create and build an application.

My board is  EVK-NORA-B1 User Guide and I followed instruction in paragraph 3.2.3 and downloaded the last board package available in github.

Build configuration is :

 

But build failed (here the entire report-->/cfs-file/__key/communityserver-discussions-components-files/4/1004.build_5F00_log.txt)

Do you idea about this issue? did application creation process change?

Thank you in advance.

MP

  • Hello,

    See also "C:/MPHome/1_Project/09_CustomPrj/button_3_0_2/build/CMakeFiles/CMakeOutput.log".
    FATAL ERROR: command exited with status 1: 'C:\ncs\toolchains\0b393f9e1b\opt\bin\cmake.EXE' -DWEST_PYTHON=C:/ncs/toolchains/0b393f9e1b/opt/bin/python.exe '-Bc:\MPHome\1_Project\09_CustomPrj\button_3_0_2\build' -GNinja -DBOARD=ubx_evknorab10_nrf5340_cpuapp_ns -DCONF_FILE=prj.conf '-DBOARD_ROOT=c:/users/marco/ncs/v1.9.1/zephyr/boards/arm;c:/mphome/1_project/09_customprj/button_3_0_2' '-SC:\ncs\v3.0.2\zephyr\share\sysbuild' '-DAPP_DIR:PATH=c:\MPHome\1_Project\09_CustomPrj\button_3_0_2'

    From the shared logs, it looks like the board files are pointing to a different SDK version than the one you are currently building for. Do any BOARD_ROOT entries include paths from different SDK versions (e.g., v1.9.1)?

    Kind Regards,

    Abhijith

Related