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

Parents
  • 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

  • Hello,

    Thank you for feedback.

    I've seen this reference to old SDK and:

    - I removed the older SDK version (in the path mentioned It doesn't exsist anymore) but the issue is still present.

    - I tried to send manually the west command forcing the -DBOARD_ROOT to last SDK version but issue is there.

    - Additionally , I tried to build with a different board and It works even if the path with SDK v1.9.1 is mentioned in the west command.

    So, I don't know if can be the root cause but if you have some suggestion to update permanently the command, I 'll do it.

    Any other idea?

    Thank you in advance.

Reply
  • Hello,

    Thank you for feedback.

    I've seen this reference to old SDK and:

    - I removed the older SDK version (in the path mentioned It doesn't exsist anymore) but the issue is still present.

    - I tried to send manually the west command forcing the -DBOARD_ROOT to last SDK version but issue is there.

    - Additionally , I tried to build with a different board and It works even if the path with SDK v1.9.1 is mentioned in the west command.

    So, I don't know if can be the root cause but if you have some suggestion to update permanently the command, I 'll do it.

    Any other idea?

    Thank you in advance.

Children
No Data
Related