Found assembler: arm-zephyr-eabi-gcc.exe.

toochain:3.0.2  sdk3.0.2  nrf connect

Every time I build, it gets stuck here: Found assembler: C:/ncs/toolchains/0b393f9e1b/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe. Below is the complete log:

_ptx/build_1/esb_ptx/zephyr/dts.cmake
Parsing C:/ncs/v3.0.2/nrf/samples/esb/esb_ptx/Kconfig
Loaded configuration 'C:/ncs/v3.0.2/zephyr/boards/nordic/nrf54l15dk/nrf54l15dk_nrf54l15_cpuapp_defconfig'
Merged configuration 'C:/ncs/v3.0.2/nrf/samples/esb/esb_ptx/prj.conf'
Merged configuration 'C:/ncs/v3.0.2/nrf/samples/esb/esb_ptx/boards/nrf54l15dk_nrf54l15_cpuapp.conf'
Merged configuration 'C:/ncs/v3.0.2/nrf/samples/esb/esb_ptx/build_1/esb_ptx/zephyr/.config.sysbuild'
Configuration saved to 'C:/ncs/v3.0.2/nrf/samples/esb/esb_ptx/build_1/esb_ptx/zephyr/.config'
Kconfig header saved to 'C:/ncs/v3.0.2/nrf/samples/esb/esb_ptx/build_1/esb_ptx/zephyr/include/generated/zephyr/autoconf.h'
-- Found GnuLd: c:/ncs/toolchains/0b393f9e1b/opt/zephyr-sdk/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:/ncs/toolchains/0b393f9e1b/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe

why?

Parents Reply Children
Related