Hi,
I am using VS Code with Extension Pack for nRF and nRF Connect SDK Toolchain v3.2.1 and trying to build the environment for working with the dect_shell sample.
nRF9151 with the DECT firmware installed and attached
Upon build in the VS Code, it creates these errors (whereas blinky gehts built without any issues):
how to handle this ?
Building dect_shell
west build --build-dir c:/ncs/projects/dect_shell/build c:/ncs/projects/dect_shell --pristine --board nrf9151dk/nrf9151
-- west build: generating a build system
Loading Zephyr module(s) (Zephyr base): sysbuild_default
-- Found Python3: C:/ncs/toolchains/66cdf9b75e/opt/bin/python.exe (found suitable version "3.12.4", minimum required is "3.10") found components: Interpreter
-- Cache files will be written to: C:/ncs/v3.2.1/zephyr/.cache
-- Found west (found suitable version "1.4.0", minimum required is "0.14.0")
-- Board: nrf9151dk, qualifiers: nrf9151
Parsing C:/ncs/v3.2.1/zephyr/share/sysbuild/Kconfig
Loaded configuration 'C:/ncs/projects/dect_shell/build/_sysbuild/empty.conf'
Merged configuration 'C:/ncs/projects/dect_shell/build/_sysbuild/empty.conf'
Configuration saved to 'C:/ncs/projects/dect_shell/build/zephyr/.config'
Kconfig header saved to 'C:/ncs/projects/dect_shell/build/_sysbuild/autoconf.h'
--
********************************
* Running CMake for dect_shell *
********************************
Loading Zephyr default modules (Zephyr base).
-- Application: C:/ncs/projects/dect_shell
-- CMake version: 3.21.0
-- Found Python3: C:/ncs/toolchains/66cdf9b75e/opt/bin/python.exe (found suitable version "3.12.4", minimum required is "3.10") found components: Interpreter
-- Cache files will be written to: C:/ncs/v3.2.1/zephyr/.cache
-- Zephyr version: 4.2.99 (C:/ncs/v3.2.1/zephyr)
-- Found west (found suitable version "1.4.0", minimum required is "0.14.0")
-- Board: nrf9151dk, qualifiers: nrf9151
-- Found host-tools: zephyr 0.17.0 (C:/ncs/toolchains/66cdf9b75e/opt/zephyr-sdk)
-- Found toolchain: zephyr 0.17.0 (C:/ncs/toolchains/66cdf9b75e/opt/zephyr-sdk)
-- Found Dtc: C:/ncs/toolchains/66cdf9b75e/opt/bin/dtc.exe (found suitable version "1.4.7", minimum required is "1.4.6")
-- Found BOARD.dts: C:/ncs/v3.2.1/zephyr/boards/nordic/nrf9151dk/nrf9151dk_nrf9151.dts
-- Generated zephyr.dts: C:/ncs/projects/dect_shell/build/dect_shell/zephyr/zephyr.dts
-- Generated pickled edt: C:/ncs/projects/dect_shell/build/dect_shell/zephyr/edt.pickle
-- Generated devicetree_generated.h: C:/ncs/projects/dect_shell/build/dect_shell/zephyr/include/generated/zephyr/devicetree_generated.h
warning: NRF_MODEM_LIB (defined at C:/ncs/v3.2.1/nrf/modules/..\lib\nrf_modem_lib/Kconfig:6) was
assigned the value 'y' but got the value 'n'. Check these unsatisfied dependencies:
((SOC_SERIES_NRF91X && TRUSTED_EXECUTION_NONSECURE) || SOC_NRF9280_CPUAPP) (=n). See
docs.zephyrproject.org/.../kconfig.html and/or look up NRF_MODEM_LIB
in the menuconfig/guiconfig interface. The Application Development Primer, Setting Configuration
Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful too.
warning: NRF_MODEM_LIB_SHMEM_TX_SIZE (defined at
C:/ncs/v3.2.1/nrf/modules/..\lib\nrf_modem_lib\Kconfig.modemlib:45) was assigned the value '15360'
but got the value ''. Check these unsatisfied dependencies: NRF_MODEM_LIB (=n). See
docs.zephyrproject.org/.../kconfig.html and/or look up
NRF_MODEM_LIB_SHMEM_TX_SIZE in the menuconfig/guiconfig interface. The Application Development
Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual
might be helpful too.
warning: NRF_MODEM_LIB_SHMEM_RX_SIZE (defined at
C:/ncs/v3.2.1/nrf/modules/..\lib\nrf_modem_lib\Kconfig.modemlib:55) was assigned the value '6144'
but got the value ''. Check these unsatisfied dependencies: NRF_MODEM_LIB (=n). See
docs.zephyrproject.org/.../kconfig.html and/or look up
NRF_MODEM_LIB_SHMEM_RX_SIZE in the menuconfig/guiconfig interface. The Application Development
Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual
might be helpful too.
warning: AT_SHELL (defined at C:/ncs/v3.2.1/nrf/modules/..\lib\at_shell/Kconfig:7) was assigned the
value 'y' but got the value 'n'. Check these unsatisfied dependencies: NRF_MODEM_LIB (=n). See
docs.zephyrproject.org/.../kconfig.html and/or look up AT_SHELL in the
menuconfig/guiconfig interface. The Application Development Primer, Setting Configuration Values,
and Kconfig - Tips and Best Practices sections of the manual might be helpful too.
warning: MODEM_ANTENNA (defined at C:/ncs/v3.2.1/nrf/modules/..\lib\modem_antenna/Kconfig:7) was
assigned the value 'y' but got the value 'n'. Check these unsatisfied dependencies: NRF_MODEM_LIB
(=n). See docs.zephyrproject.org/.../kconfig.html and/or look up
MODEM_ANTENNA in the menuconfig/guiconfig interface. The Application Development Primer, Setting
Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful
too.
warning: TFM_EXCEPTION_INFO_DUMP (defined at C:/ncs/v3.2.1/zephyr/modules/trusted-
firmware-m/Kconfig.tfm:512, modules\trusted-firmware-m\Kconfig.tfm:512) was assigned the value 'y'
but got the value 'n'. Check these unsatisfied dependencies: (BUILD_WITH_TFM || (BUILD_WITH_TFM &&
0)) (=n). See docs.zephyrproject.org/.../kconfig.html
and/or look up TFM_EXCEPTION_INFO_DUMP in the menuconfig/guiconfig interface. The Application
Development Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of
the manual might be helpful too.
warning: The choice symbol NRF_MODEM_LIB_ON_FAULT_APPLICATION_SPECIFIC (defined at
C:/ncs/v3.2.1/nrf/modules/..\lib\nrf_modem_lib\Kconfig.modemlib:245) was selected (set =y), but no
symbol ended up as the choice selection. See
docs.zephyrproject.org/.../kconfig.html
and/or look up NRF_MODEM_LIB_ON_FAULT_APPLICATION_SPECIFIC in the menuconfig/guiconfig interface.
The Application Development Primer, Setting Configuration Values, and Kconfig - Tips and Best
Practices sections of the manual might be helpful too.
warning: The choice symbol TFM_SPM_LOG_LEVEL_DEBUG (defined at C:/ncs/v3.2.1/zephyr/modules/trusted-
firmware-m/Kconfig.tfm:502, modules\trusted-firmware-m\Kconfig.tfm:502) was selected (set =y), but
no symbol ended up as the choice selection. See
docs.zephyrproject.org/.../kconfig.html and/or look up
TFM_SPM_LOG_LEVEL_DEBUG in the menuconfig/guiconfig interface. The Application Development Primer,
Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be
helpful too.
warning: The choice symbol TFM_SECURE_UART0 (defined at C:/ncs/v3.2.1/nrf/modules/trusted-
firmware-m/Kconfig:393) was selected (set =y), but no symbol ended up as the choice selection. See
docs.zephyrproject.org/.../kconfig.html and/or look up
TFM_SECURE_UART0 in the menuconfig/guiconfig interface. The Application Development Primer, Setting
Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful
too.
warning: The choice symbol NRF_MODEM_LINK_BINARY_DECT_PHY (defined at
C:/ncs/v3.2.1/nrfxlib\nrf_modem/Kconfig:32) was selected (set =y), but no symbol ended up as the
choice selection. See
docs.zephyrproject.org/.../kconfig.html and/or look
up NRF_MODEM_LINK_BINARY_DECT_PHY in the menuconfig/guiconfig interface. The Application Development
Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual
might be helpful too.
Parsing C:/ncs/projects/dect_shell/Kconfig
Loaded configuration 'C:/ncs/v3.2.1/zephyr/boards/nordic/nrf9151dk/nrf9151dk_nrf9151_defconfig'
Merged configuration 'C:/ncs/projects/dect_shell/prj.conf'
Merged configuration 'C:/ncs/projects/dect_shell/build/dect_shell/zephyr/.config.sysbuild'
Configuration saved to 'C:/ncs/projects/dect_shell/build/dect_shell/zephyr/.config'
Kconfig header saved to 'C:/ncs/projects/dect_shell/build/dect_shell/zephyr/include/generated/zephyr/autoconf.h'
-- Found GnuLd: c:/ncs/toolchains/66cdf9b75e/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/66cdf9b75e/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe
-- Found gen_kobject_list: C:/ncs/v3.2.1/zephyr/scripts/build/gen_kobject_list.py
CMake Warning at C:/ncs/v3.2.1/zephyr/CMakeLists.txt:2321 (message):
__ASSERT() statements are globally ENABLED
-- Configuring done
-- Generating done
-- Build files have been written to: C:/ncs/projects/dect_shell/build/dect_shell
-- Configuring done
-- Generating done
-- Build files have been written to: C:/ncs/projects/dect_shell/build
←[92m-- west build: building application
[5/10] Performing build step for 'dect_shell'
[4/303] Generating include/generated/zephyr/version.h
-- Zephyr version: 4.2.99 (C:/ncs/v3.2.1/zephyr), build: ncs-v3.2.1
[5/303] Generating include/generated/zephyr/syscall_dispatch.c, include/generated/zephyr/syscall_exports_llext.c, syscall_weakdefs_llext.c, include/generated/ze[6/303] Generating include/generated/device-api-sections.ld, include/generated/d[8/303] Generating include/generated/zephyr/kobj-types-enum.h, include/generated[9/303] Building C object zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/of[11/303] Building C object zephyr/CMakeFiles/zephyr.dir/lib/utils/ring_buffer.c.[14/303] Building C object zephyr/CMakeFiles/zephyr.dir/lib/utils/last_section_i[16/303] Building C object zephyr/CMakeFiles/zephyr.dir/lib/hash/hash_func32_mur[24/303] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map[33/303] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/shell/modules/ker[34/303] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/shell/modules/ker[36/303] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/shell/modules/ker[37/303] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/shell/modules/ker[39/303] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/shell/modules/ker[41/303] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map[47/303] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_mgmt.[50/303] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/shell/shell_log_b[57/303] Building C object zephyr/CMakeFiles/zephyr.dir/C_/ncs/v3.2.1/nrf/subsys[58/303] Building C object zephyr/CMakeFiles/zephyr.dir/C_/ncs/v3.2.1/nrf/subsys[60/303] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/shell/modules/ker[62/303] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/shell/modules/ker[64/303] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/shell/modules/ker[71/303] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__a[79/303] Building ASM object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch_[80/303] Building ASM object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch_[81/303] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__a[83/303] Building ASM object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch_[85/303] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__a[87/303] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__a[90/303] Building ASM object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch_[92/303] Building C object zephyr/CMakeFiles/zephyr.dir/C_/ncs/v3.2.1/nrf/lib/bo[97/303] Building C object zephyr/drivers/hwinfo/CMakeFiles/drivers__hwinfo.dir/[101/303] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__[102/303] Building C object zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.d[103/303] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__[106/303] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__[107/303] Building C object modules/nrf/ext/freebsd-getopt/CMakeFiles/..__nrf__e[109/303] Building C object zephyr/arch/arch/arm/core/cortex_m/cmse/CMakeFiles/a[110/303] Building C object zephyr/drivers/console/CMakeFiles/drivers__console.d[111/303] Building C object zephyr/drivers/entropy/CMakeFiles/drivers__entropy.d[116/303] Linking C static library zephyr\arch\arch\arm\core\libarch__arm__core.[118/303] Building C object zephyr/drivers/hwinfo/CMakeFiles/drivers__hwinfo.dir[120/303] Building C object zephyr/drivers/hwinfo/CMakeFiles/drivers__hwinfo.dir[123/303] Building C object zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/s[126/303] Building C object zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/n[127/303] Building C object zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.d[128/303] Linking C static library zephyr\arch\arch\arm\core\cortex_m\libarch__a[131/303] Building C object CMakeFiles/app.dir/src/dect/common/dect_common_utils[134/303] Linking C static library zephyr\drivers\clock_control\libdrivers__cloc[135/303] Building C object modules/nrf/lib/at_monitor/CMakeFiles/..__nrf__lib__at_monitor.dir/at_monitor.c.obj
FAILED: modules/nrf/lib/at_monitor/CMakeFiles/..__nrf__lib__at_monitor.dir/at_monitor.c.obj
C:\ncs\toolchains\66cdf9b75e\opt\zephyr-sdk\arm-zephyr-eabi\bin\arm-zephyr-eabi-gcc.exe -DKERNEL -DK_HEAP_MEM_POOL_SIZE=40960 -DNRF54L_CONFIGURATION_56_ENABLE=0 -DNRF9120_XXAA -DNRF_SKIP_FICR_NS_COPY_
TO_RAM -DUSE_PARTITION_MANAGER=1 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -IC:/ncs/projects/dect_shell/build/dect_shell/zephyr/include/generated/zephyr -IC:/ncs/v3.
2.1/zephyr/include -IC:/ncs/projects/dect_shell/build/dect_shell/zephyr/include/generated -IC:/ncs/v3.2.1/zephyr/soc/nordic -IC:/ncs/v3.2.1/zephyr/lib/libc/newlib/include -IC:/ncs/v3.2.1/zephyr/includ
e/zephyr/posix -IC:/ncs/v3.2.1/zephyr/soc/nordic/nrf91/. -IC:/ncs/v3.2.1/zephyr/soc/nordic/common/. -IC:/ncs/v3.2.1/zephyr/subsys/settings/include -IC:/ncs/v3.2.1/zephyr/subsys/shell/modules/kernel_se
rvice/thread/.. -IC:/ncs/v3.2.1/nrf/include -IC:/ncs/v3.2.1/nrf/ext/freebsd-getopt/. -IC:/ncs/v3.2.1/nrf/subsys/settings/include -IC:/ncs/v3.2.1/nrf/tests/include -IC:/ncs/v3.2.1/modules/hal/cmsis_6/C
MSIS/Core/Include -IC:/ncs/v3.2.1/zephyr/modules/cmsis_6/. -IC:/ncs/v3.2.1/nrf/modules/hal_nordic/. -IC:/ncs/v3.2.1/modules/hal/nordic/nrfx -IC:/ncs/v3.2.1/modules/hal/nordic/nrfx/drivers/include -IC:
/ncs/v3.2.1/modules/hal/nordic/nrfx/bsp/stable -IC:/ncs/v3.2.1/modules/hal/nordic/nrfx/bsp/stable/templates -IC:/ncs/v3.2.1/zephyr/modules/hal_nordic/nrfx/. -IC:/ncs/projects/dect_shell/src/print/. -i
system C:/ncs/v3.2.1/zephyr/lib/libc/common/include -isystem C:/ncs/v3.2.1/nrfxlib/crypto/nrf_cc310_platform/include -fno-strict-aliasing -Os -imacros C:/ncs/projects/dect_shell/build/dect_shell/zephy
r/include/generated/zephyr/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m33 -mthumb -mabi=aapcs -mfpu=fpv5-sp-d16 -mfloat-abi=hard -mfp16-format=ieee --sysroot=C:/ncs/to
olchains/66cdf9b75e/opt/zephyr-sdk/arm-zephyr-eabi/arm-zephyr-eabi -imacros C:/ncs/v3.2.1/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdou
ble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --para
m=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=C:/ncs/projects/dect_shell=CMAKE_SOURCE_DIR -fmacro-prefix-map=C:/ncs/v3.2.1/zephyr=ZEPHYR_BASE -fmacro-prefix-map=C:/ncs/v3.2.1=WEST_TOPDIR -ffuncti
on-sections -fdata-sections -specs=nano.specs -D_POSIX_THREADS -std=c99 -MD -MT modules/nrf/lib/at_monitor/CMakeFiles/..__nrf__lib__at_monitor.dir/at_monitor.c.obj -MF modules\nrf\lib\at_monitor\CMake
Files\..__nrf__lib__at_monitor.dir\at_monitor.c.obj.d -o modules/nrf/lib/at_monitor/CMakeFiles/..__nrf__lib__at_monitor.dir/at_monitor.c.obj -c C:/ncs/v3.2.1/nrf/lib/at_monitor/at_monitor.c
C:/ncs/v3.2.1/nrf/lib/at_monitor/at_monitor.c:11:10: fatal error: nrf_modem_at.h: No such file or directory
11 | #include <nrf_modem_at.h>
| ^~~~~~~~~~~~~~~~
compilation terminated.
[136/303] Building C object CMakeFiles/app.dir/src/main.c.obj
FAILED: CMakeFiles/app.dir/src/main.c.obj
C:\ncs\toolchains\66cdf9b75e\opt\zephyr-sdk\arm-zephyr-eabi\bin\arm-zephyr-eabi-gcc.exe -DKERNEL -DK_HEAP_MEM_POOL_SIZE=40960 -DNRF54L_CONFIGURATION_56_ENABLE=0 -DNRF9120_XXAA -DNRF_SKIP_FICR_NS_COPY_
TO_RAM -DUSE_PARTITION_MANAGER=1 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -IC:/ncs/projects/dect_shell/src -IC:/ncs/projects/dect_shell/src/utils/. -IC:/ncs/project
s/dect_shell/src/dect/. -IC:/ncs/projects/dect_shell/src/dect/common/. -IC:/ncs/projects/dect_shell/src/dect/ping/. -IC:/ncs/projects/dect_shell/src/dect/perf/. -IC:/ncs/projects/dect_shell/src/dect/r
f_tool/. -IC:/ncs/projects/dect_shell/src/dect/mac/. -IC:/ncs/projects/dect_shell/src/startup_cmd/. -IC:/ncs/projects/dect_shell/build/dect_shell/zephyr/include/generated/zephyr -IC:/ncs/v3.2.1/zephyr
/include -IC:/ncs/projects/dect_shell/build/dect_shell/zephyr/include/generated -IC:/ncs/v3.2.1/zephyr/soc/nordic -IC:/ncs/v3.2.1/zephyr/lib/libc/newlib/include -IC:/ncs/v3.2.1/zephyr/include/zephyr/p
osix -IC:/ncs/v3.2.1/zephyr/soc/nordic/nrf91/. -IC:/ncs/v3.2.1/zephyr/soc/nordic/common/. -IC:/ncs/v3.2.1/zephyr/subsys/settings/include -IC:/ncs/v3.2.1/zephyr/subsys/shell/modules/kernel_service/thre
ad/.. -IC:/ncs/v3.2.1/nrf/include -IC:/ncs/v3.2.1/nrf/ext/freebsd-getopt/. -IC:/ncs/v3.2.1/nrf/subsys/settings/include -IC:/ncs/v3.2.1/nrf/tests/include -IC:/ncs/v3.2.1/modules/hal/cmsis_6/CMSIS/Core/
Include -IC:/ncs/v3.2.1/zephyr/modules/cmsis_6/. -IC:/ncs/v3.2.1/nrf/modules/hal_nordic/. -IC:/ncs/v3.2.1/modules/hal/nordic/nrfx -IC:/ncs/v3.2.1/modules/hal/nordic/nrfx/drivers/include -IC:/ncs/v3.2.
1/modules/hal/nordic/nrfx/bsp/stable -IC:/ncs/v3.2.1/modules/hal/nordic/nrfx/bsp/stable/templates -IC:/ncs/v3.2.1/zephyr/modules/hal_nordic/nrfx/. -IC:/ncs/projects/dect_shell/src/print/. -isystem C:/
ncs/v3.2.1/zephyr/lib/libc/common/include -isystem C:/ncs/v3.2.1/nrfxlib/crypto/nrf_cc310_platform/include -fno-strict-aliasing -Os -imacros C:/ncs/projects/dect_shell/build/dect_shell/zephyr/include/
generated/zephyr/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m33 -mthumb -mabi=aapcs -mfpu=fpv5-sp-d16 -mfloat-abi=hard -mfp16-format=ieee --sysroot=C:/ncs/toolchains/6
6cdf9b75e/opt/zephyr-sdk/arm-zephyr-eabi/arm-zephyr-eabi -imacros C:/ncs/v3.2.1/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promot
ion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-page
size=0 -fno-defer-pop -fmacro-prefix-map=C:/ncs/projects/dect_shell=CMAKE_SOURCE_DIR -fmacro-prefix-map=C:/ncs/v3.2.1/zephyr=ZEPHYR_BASE -fmacro-prefix-map=C:/ncs/v3.2.1=WEST_TOPDIR -ffunction-section
s -fdata-sections -specs=nano.specs -D_POSIX_THREADS -std=c99 -MD -MT CMakeFiles/app.dir/src/main.c.obj -MF CMakeFiles\app.dir\src\main.c.obj.d -o CMakeFiles/app.dir/src/main.c.obj -c C:/ncs/projects/
dect_shell/src/main.c
C:/ncs/projects/dect_shell/src/main.c:13:10: fatal error: nrf_modem.h: No such file or directory
13 | #include <nrf_modem.h>
| ^~~~~~~~~~~~~
compilation terminated.
[137/303] Building C object CMakeFiles/app.dir/src/shell.c.obj
FAILED: CMakeFiles/app.dir/src/shell.c.obj
C:\ncs\toolchains\66cdf9b75e\opt\zephyr-sdk\arm-zephyr-eabi\bin\arm-zephyr-eabi-gcc.exe -DKERNEL -DK_HEAP_MEM_POOL_SIZE=40960 -DNRF54L_CONFIGURATION_56_ENABLE=0 -DNRF9120_XXAA -DNRF_SKIP_FICR_NS_COPY_
TO_RAM -DUSE_PARTITION_MANAGER=1 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -IC:/ncs/projects/dect_shell/src -IC:/ncs/projects/dect_shell/src/utils/. -IC:/ncs/project
s/dect_shell/src/dect/. -IC:/ncs/projects/dect_shell/src/dect/common/. -IC:/ncs/projects/dect_shell/src/dect/ping/. -IC:/ncs/projects/dect_shell/src/dect/perf/. -IC:/ncs/projects/dect_shell/src/dect/r
f_tool/. -IC:/ncs/projects/dect_shell/src/dect/mac/. -IC:/ncs/projects/dect_shell/src/startup_cmd/. -IC:/ncs/projects/dect_shell/build/dect_shell/zephyr/include/generated/zephyr -IC:/ncs/v3.2.1/zephyr
/include -IC:/ncs/projects/dect_shell/build/dect_shell/zephyr/include/generated -IC:/ncs/v3.2.1/zephyr/soc/nordic -IC:/ncs/v3.2.1/zephyr/lib/libc/newlib/include -IC:/ncs/v3.2.1/zephyr/include/zephyr/p
osix -IC:/ncs/v3.2.1/zephyr/soc/nordic/nrf91/. -IC:/ncs/v3.2.1/zephyr/soc/nordic/common/. -IC:/ncs/v3.2.1/zephyr/subsys/settings/include -IC:/ncs/v3.2.1/zephyr/subsys/shell/modules/kernel_service/thre
ad/.. -IC:/ncs/v3.2.1/nrf/include -IC:/ncs/v3.2.1/nrf/ext/freebsd-getopt/. -IC:/ncs/v3.2.1/nrf/subsys/settings/include -IC:/ncs/v3.2.1/nrf/tests/include -IC:/ncs/v3.2.1/modules/hal/cmsis_6/CMSIS/Core/
Include -IC:/ncs/v3.2.1/zephyr/modules/cmsis_6/. -IC:/ncs/v3.2.1/nrf/modules/hal_nordic/. -IC:/ncs/v3.2.1/modules/hal/nordic/nrfx -IC:/ncs/v3.2.1/modules/hal/nordic/nrfx/drivers/include -IC:/ncs/v3.2.
1/modules/hal/nordic/nrfx/bsp/stable -IC:/ncs/v3.2.1/modules/hal/nordic/nrfx/bsp/stable/templates -IC:/ncs/v3.2.1/zephyr/modules/hal_nordic/nrfx/. -IC:/ncs/projects/dect_shell/src/print/. -isystem C:/
ncs/v3.2.1/zephyr/lib/libc/common/include -isystem C:/ncs/v3.2.1/nrfxlib/crypto/nrf_cc310_platform/include -fno-strict-aliasing -Os -imacros C:/ncs/projects/dect_shell/build/dect_shell/zephyr/include/
generated/zephyr/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m33 -mthumb -mabi=aapcs -mfpu=fpv5-sp-d16 -mfloat-abi=hard -mfp16-format=ieee --sysroot=C:/ncs/toolchains/6
6cdf9b75e/opt/zephyr-sdk/arm-zephyr-eabi/arm-zephyr-eabi -imacros C:/ncs/v3.2.1/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promot
ion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-page
size=0 -fno-defer-pop -fmacro-prefix-map=C:/ncs/projects/dect_shell=CMAKE_SOURCE_DIR -fmacro-prefix-map=C:/ncs/v3.2.1/zephyr=ZEPHYR_BASE -fmacro-prefix-map=C:/ncs/v3.2.1=WEST_TOPDIR -ffunction-section
s -fdata-sections -specs=nano.specs -D_POSIX_THREADS -std=c99 -MD -MT CMakeFiles/app.dir/src/shell.c.obj -MF CMakeFiles\app.dir\src\shell.c.obj.d -o CMakeFiles/app.dir/src/shell.c.obj -c C:/ncs/projec
ts/dect_shell/src/shell.c
In file included from C:/ncs/projects/dect_shell/src/shell.c:15:
C:/ncs/v3.2.1/nrf/include/modem/nrf_modem_lib.h:10:10: fatal error: nrf_modem.h: No such file or directory
10 | #include <nrf_modem.h>
| ^~~~~~~~~~~~~
compilation terminated.
[142/303] Building C object modules/nrf/lib/dk_buttons_and_leds/CMakeFiles/..__n[143/303] Building C object CMakeFiles/app.dir/src/dect/dect_phy_scan.c.obj
FAILED: CMakeFiles/app.dir/src/dect/dect_phy_scan.c.obj
C:\ncs\toolchains\66cdf9b75e\opt\zephyr-sdk\arm-zephyr-eabi\bin\arm-zephyr-eabi-gcc.exe -DKERNEL -DK_HEAP_MEM_POOL_SIZE=40960 -DNRF54L_CONFIGURATION_56_ENABLE=0 -DNRF9120_XXAA -DNRF_SKIP_FICR_NS_COPY_
TO_RAM -DUSE_PARTITION_MANAGER=1 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -IC:/ncs/projects/dect_shell/src -IC:/ncs/projects/dect_shell/src/utils/. -IC:/ncs/project
s/dect_shell/src/dect/. -IC:/ncs/projects/dect_shell/src/dect/common/. -IC:/ncs/projects/dect_shell/src/dect/ping/. -IC:/ncs/projects/dect_shell/src/dect/perf/. -IC:/ncs/projects/dect_shell/src/dect/r
f_tool/. -IC:/ncs/projects/dect_shell/src/dect/mac/. -IC:/ncs/projects/dect_shell/src/startup_cmd/. -IC:/ncs/projects/dect_shell/build/dect_shell/zephyr/include/generated/zephyr -IC:/ncs/v3.2.1/zephyr
/include -IC:/ncs/projects/dect_shell/build/dect_shell/zephyr/include/generated -IC:/ncs/v3.2.1/zephyr/soc/nordic -IC:/ncs/v3.2.1/zephyr/lib/libc/newlib/include -IC:/ncs/v3.2.1/zephyr/include/zephyr/p
osix -IC:/ncs/v3.2.1/zephyr/soc/nordic/nrf91/. -IC:/ncs/v3.2.1/zephyr/soc/nordic/common/. -IC:/ncs/v3.2.1/zephyr/subsys/settings/include -IC:/ncs/v3.2.1/zephyr/subsys/shell/modules/kernel_service/thre
ad/.. -IC:/ncs/v3.2.1/nrf/include -IC:/ncs/v3.2.1/nrf/ext/freebsd-getopt/. -IC:/ncs/v3.2.1/nrf/subsys/settings/include -IC:/ncs/v3.2.1/nrf/tests/include -IC:/ncs/v3.2.1/modules/hal/cmsis_6/CMSIS/Core/
Include -IC:/ncs/v3.2.1/zephyr/modules/cmsis_6/. -IC:/ncs/v3.2.1/nrf/modules/hal_nordic/. -IC:/ncs/v3.2.1/modules/hal/nordic/nrfx -IC:/ncs/v3.2.1/modules/hal/nordic/nrfx/drivers/include -IC:/ncs/v3.2.
1/modules/hal/nordic/nrfx/bsp/stable -IC:/ncs/v3.2.1/modules/hal/nordic/nrfx/bsp/stable/templates -IC:/ncs/v3.2.1/zephyr/modules/hal_nordic/nrfx/. -IC:/ncs/projects/dect_shell/src/print/. -isystem C:/
ncs/v3.2.1/zephyr/lib/libc/common/include -isystem C:/ncs/v3.2.1/nrfxlib/crypto/nrf_cc310_platform/include -fno-strict-aliasing -Os -imacros C:/ncs/projects/dect_shell/build/dect_shell/zephyr/include/
generated/zephyr/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m33 -mthumb -mabi=aapcs -mfpu=fpv5-sp-d16 -mfloat-abi=hard -mfp16-format=ieee --sysroot=C:/ncs/toolchains/6
6cdf9b75e/opt/zephyr-sdk/arm-zephyr-eabi/arm-zephyr-eabi -imacros C:/ncs/v3.2.1/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promot
ion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-page
size=0 -fno-defer-pop -fmacro-prefix-map=C:/ncs/projects/dect_shell=CMAKE_SOURCE_DIR -fmacro-prefix-map=C:/ncs/v3.2.1/zephyr=ZEPHYR_BASE -fmacro-prefix-map=C:/ncs/v3.2.1=WEST_TOPDIR -ffunction-section
s -fdata-sections -specs=nano.specs -D_POSIX_THREADS -std=c99 -MD -MT CMakeFiles/app.dir/src/dect/dect_phy_scan.c.obj -MF CMakeFiles\app.dir\src\dect\dect_phy_scan.c.obj.d -o CMakeFiles/app.dir/src/de
ct/dect_phy_scan.c.obj -c C:/ncs/projects/dect_shell/src/dect/dect_phy_scan.c
C:/ncs/projects/dect_shell/src/dect/dect_phy_scan.c:12:10: fatal error: nrf_modem_dect_phy.h: No such file or directory
12 | #include <nrf_modem_dect_phy.h>
| ^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
[144/303] Building C object CMakeFiles/app.dir/src/dect/dect_phy_ctrl.c.obj
FAILED: CMakeFiles/app.dir/src/dect/dect_phy_ctrl.c.obj
C:\ncs\toolchains\66cdf9b75e\opt\zephyr-sdk\arm-zephyr-eabi\bin\arm-zephyr-eabi-gcc.exe -DKERNEL -DK_HEAP_MEM_POOL_SIZE=40960 -DNRF54L_CONFIGURATION_56_ENABLE=0 -DNRF9120_XXAA -DNRF_SKIP_FICR_NS_COPY_
TO_RAM -DUSE_PARTITION_MANAGER=1 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -IC:/ncs/projects/dect_shell/src -IC:/ncs/projects/dect_shell/src/utils/. -IC:/ncs/project
s/dect_shell/src/dect/. -IC:/ncs/projects/dect_shell/src/dect/common/. -IC:/ncs/projects/dect_shell/src/dect/ping/. -IC:/ncs/projects/dect_shell/src/dect/perf/. -IC:/ncs/projects/dect_shell/src/dect/r
f_tool/. -IC:/ncs/projects/dect_shell/src/dect/mac/. -IC:/ncs/projects/dect_shell/src/startup_cmd/. -IC:/ncs/projects/dect_shell/build/dect_shell/zephyr/include/generated/zephyr -IC:/ncs/v3.2.1/zephyr
/include -IC:/ncs/projects/dect_shell/build/dect_shell/zephyr/include/generated -IC:/ncs/v3.2.1/zephyr/soc/nordic -IC:/ncs/v3.2.1/zephyr/lib/libc/newlib/include -IC:/ncs/v3.2.1/zephyr/include/zephyr/p
osix -IC:/ncs/v3.2.1/zephyr/soc/nordic/nrf91/. -IC:/ncs/v3.2.1/zephyr/soc/nordic/common/. -IC:/ncs/v3.2.1/zephyr/subsys/settings/include -IC:/ncs/v3.2.1/zephyr/subsys/shell/modules/kernel_service/thre
ad/.. -IC:/ncs/v3.2.1/nrf/include -IC:/ncs/v3.2.1/nrf/ext/freebsd-getopt/. -IC:/ncs/v3.2.1/nrf/subsys/settings/include -IC:/ncs/v3.2.1/nrf/tests/include -IC:/ncs/v3.2.1/modules/hal/cmsis_6/CMSIS/Core/
Include -IC:/ncs/v3.2.1/zephyr/modules/cmsis_6/. -IC:/ncs/v3.2.1/nrf/modules/hal_nordic/. -IC:/ncs/v3.2.1/modules/hal/nordic/nrfx -IC:/ncs/v3.2.1/modules/hal/nordic/nrfx/drivers/include -IC:/ncs/v3.2.
1/modules/hal/nordic/nrfx/bsp/stable -IC:/ncs/v3.2.1/modules/hal/nordic/nrfx/bsp/stable/templates -IC:/ncs/v3.2.1/zephyr/modules/hal_nordic/nrfx/. -IC:/ncs/projects/dect_shell/src/print/. -isystem C:/
ncs/v3.2.1/zephyr/lib/libc/common/include -isystem C:/ncs/v3.2.1/nrfxlib/crypto/nrf_cc310_platform/include -fno-strict-aliasing -Os -imacros C:/ncs/projects/dect_shell/build/dect_shell/zephyr/include/
generated/zephyr/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m33 -mthumb -mabi=aapcs -mfpu=fpv5-sp-d16 -mfloat-abi=hard -mfp16-format=ieee --sysroot=C:/ncs/toolchains/6
6cdf9b75e/opt/zephyr-sdk/arm-zephyr-eabi/arm-zephyr-eabi -imacros C:/ncs/v3.2.1/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promot
ion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-page
size=0 -fno-defer-pop -fmacro-prefix-map=C:/ncs/projects/dect_shell=CMAKE_SOURCE_DIR -fmacro-prefix-map=C:/ncs/v3.2.1/zephyr=ZEPHYR_BASE -fmacro-prefix-map=C:/ncs/v3.2.1=WEST_TOPDIR -ffunction-section
s -fdata-sections -specs=nano.specs -D_POSIX_THREADS -std=c99 -MD -MT CMakeFiles/app.dir/src/dect/dect_phy_ctrl.c.obj -MF CMakeFiles\app.dir\src\dect\dect_phy_ctrl.c.obj.d -o CMakeFiles/app.dir/src/de
ct/dect_phy_ctrl.c.obj -c C:/ncs/projects/dect_shell/src/dect/dect_phy_ctrl.c
In file included from C:/ncs/projects/dect_shell/src/dect/dect_phy_ctrl.c:16:
C:/ncs/v3.2.1/nrf/include/modem/nrf_modem_lib.h:10:10: fatal error: nrf_modem.h: No such file or directory
10 | #include <nrf_modem.h>
| ^~~~~~~~~~~~~
compilation terminated.
[145/303] Building C object CMakeFiles/app.dir/src/dect/dect_phy_shell.c.obj
FAILED: CMakeFiles/app.dir/src/dect/dect_phy_shell.c.obj
C:\ncs\toolchains\66cdf9b75e\opt\zephyr-sdk\arm-zephyr-eabi\bin\arm-zephyr-eabi-gcc.exe -DKERNEL -DK_HEAP_MEM_POOL_SIZE=40960 -DNRF54L_CONFIGURATION_56_ENABLE=0 -DNRF9120_XXAA -DNRF_SKIP_FICR_NS_COPY_
TO_RAM -DUSE_PARTITION_MANAGER=1 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -IC:/ncs/projects/dect_shell/src -IC:/ncs/projects/dect_shell/src/utils/. -IC:/ncs/project
s/dect_shell/src/dect/. -IC:/ncs/projects/dect_shell/src/dect/common/. -IC:/ncs/projects/dect_shell/src/dect/ping/. -IC:/ncs/projects/dect_shell/src/dect/perf/. -IC:/ncs/projects/dect_shell/src/dect/r
f_tool/. -IC:/ncs/projects/dect_shell/src/dect/mac/. -IC:/ncs/projects/dect_shell/src/startup_cmd/. -IC:/ncs/projects/dect_shell/build/dect_shell/zephyr/include/generated/zephyr -IC:/ncs/v3.2.1/zephyr
/include -IC:/ncs/projects/dect_shell/build/dect_shell/zephyr/include/generated -IC:/ncs/v3.2.1/zephyr/soc/nordic -IC:/ncs/v3.2.1/zephyr/lib/libc/newlib/include -IC:/ncs/v3.2.1/zephyr/include/zephyr/p
osix -IC:/ncs/v3.2.1/zephyr/soc/nordic/nrf91/. -IC:/ncs/v3.2.1/zephyr/soc/nordic/common/. -IC:/ncs/v3.2.1/zephyr/subsys/settings/include -IC:/ncs/v3.2.1/zephyr/subsys/shell/modules/kernel_service/thre
ad/.. -IC:/ncs/v3.2.1/nrf/include -IC:/ncs/v3.2.1/nrf/ext/freebsd-getopt/. -IC:/ncs/v3.2.1/nrf/subsys/settings/include -IC:/ncs/v3.2.1/nrf/tests/include -IC:/ncs/v3.2.1/modules/hal/cmsis_6/CMSIS/Core/
Include -IC:/ncs/v3.2.1/zephyr/modules/cmsis_6/. -IC:/ncs/v3.2.1/nrf/modules/hal_nordic/. -IC:/ncs/v3.2.1/modules/hal/nordic/nrfx -IC:/ncs/v3.2.1/modules/hal/nordic/nrfx/drivers/include -IC:/ncs/v3.2.
1/modules/hal/nordic/nrfx/bsp/stable -IC:/ncs/v3.2.1/modules/hal/nordic/nrfx/bsp/stable/templates -IC:/ncs/v3.2.1/zephyr/modules/hal_nordic/nrfx/. -IC:/ncs/projects/dect_shell/src/print/. -isystem C:/
ncs/v3.2.1/zephyr/lib/libc/common/include -isystem C:/ncs/v3.2.1/nrfxlib/crypto/nrf_cc310_platform/include -fno-strict-aliasing -Os -imacros C:/ncs/projects/dect_shell/build/dect_shell/zephyr/include/
generated/zephyr/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m33 -mthumb -mabi=aapcs -mfpu=fpv5-sp-d16 -mfloat-abi=hard -mfp16-format=ieee --sysroot=C:/ncs/toolchains/6
6cdf9b75e/opt/zephyr-sdk/arm-zephyr-eabi/arm-zephyr-eabi -imacros C:/ncs/v3.2.1/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promot
ion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-page
size=0 -fno-defer-pop -fmacro-prefix-map=C:/ncs/projects/dect_shell=CMAKE_SOURCE_DIR -fmacro-prefix-map=C:/ncs/v3.2.1/zephyr=ZEPHYR_BASE -fmacro-prefix-map=C:/ncs/v3.2.1=WEST_TOPDIR -ffunction-section
s -fdata-sections -specs=nano.specs -D_POSIX_THREADS -std=c99 -MD -MT CMakeFiles/app.dir/src/dect/dect_phy_shell.c.obj -MF CMakeFiles\app.dir\src\dect\dect_phy_shell.c.obj.d -o CMakeFiles/app.dir/src/
dect/dect_phy_shell.c.obj -c C:/ncs/projects/dect_shell/src/dect/dect_phy_shell.c
In file included from C:/ncs/projects/dect_shell/src/dect/dect_phy_shell.c:19:
C:/ncs/v3.2.1/nrf/include/modem/nrf_modem_lib.h:10:10: fatal error: nrf_modem.h: No such file or directory
10 | #include <nrf_modem.h>
| ^~~~~~~~~~~~~
compilation terminated.
[147/303] Building C object CMakeFiles/app.dir/src/dect/dect_phy_ctrl_scheduler_integration.c.obj
FAILED: CMakeFiles/app.dir/src/dect/dect_phy_ctrl_scheduler_integration.c.obj
C:\ncs\toolchains\66cdf9b75e\opt\zephyr-sdk\arm-zephyr-eabi\bin\arm-zephyr-eabi-gcc.exe -DKERNEL -DK_HEAP_MEM_POOL_SIZE=40960 -DNRF54L_CONFIGURATION_56_ENABLE=0 -DNRF9120_XXAA -DNRF_SKIP_FICR_NS_COPY_
TO_RAM -DUSE_PARTITION_MANAGER=1 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -IC:/ncs/projects/dect_shell/src -IC:/ncs/projects/dect_shell/src/utils/. -IC:/ncs/project
s/dect_shell/src/dect/. -IC:/ncs/projects/dect_shell/src/dect/common/. -IC:/ncs/projects/dect_shell/src/dect/ping/. -IC:/ncs/projects/dect_shell/src/dect/perf/. -IC:/ncs/projects/dect_shell/src/dect/r
f_tool/. -IC:/ncs/projects/dect_shell/src/dect/mac/. -IC:/ncs/projects/dect_shell/src/startup_cmd/. -IC:/ncs/projects/dect_shell/build/dect_shell/zephyr/include/generated/zephyr -IC:/ncs/v3.2.1/zephyr
/include -IC:/ncs/projects/dect_shell/build/dect_shell/zephyr/include/generated -IC:/ncs/v3.2.1/zephyr/soc/nordic -IC:/ncs/v3.2.1/zephyr/lib/libc/newlib/include -IC:/ncs/v3.2.1/zephyr/include/zephyr/p
osix -IC:/ncs/v3.2.1/zephyr/soc/nordic/nrf91/. -IC:/ncs/v3.2.1/zephyr/soc/nordic/common/. -IC:/ncs/v3.2.1/zephyr/subsys/settings/include -IC:/ncs/v3.2.1/zephyr/subsys/shell/modules/kernel_service/thre
ad/.. -IC:/ncs/v3.2.1/nrf/include -IC:/ncs/v3.2.1/nrf/ext/freebsd-getopt/. -IC:/ncs/v3.2.1/nrf/subsys/settings/include -IC:/ncs/v3.2.1/nrf/tests/include -IC:/ncs/v3.2.1/modules/hal/cmsis_6/CMSIS/Core/
Include -IC:/ncs/v3.2.1/zephyr/modules/cmsis_6/. -IC:/ncs/v3.2.1/nrf/modules/hal_nordic/. -IC:/ncs/v3.2.1/modules/hal/nordic/nrfx -IC:/ncs/v3.2.1/modules/hal/nordic/nrfx/drivers/include -IC:/ncs/v3.2.
1/modules/hal/nordic/nrfx/bsp/stable -IC:/ncs/v3.2.1/modules/hal/nordic/nrfx/bsp/stable/templates -IC:/ncs/v3.2.1/zephyr/modules/hal_nordic/nrfx/. -IC:/ncs/projects/dect_shell/src/print/. -isystem C:/
ncs/v3.2.1/zephyr/lib/libc/common/include -isystem C:/ncs/v3.2.1/nrfxlib/crypto/nrf_cc310_platform/include -fno-strict-aliasing -Os -imacros C:/ncs/projects/dect_shell/build/dect_shell/zephyr/include/
generated/zephyr/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m33 -mthumb -mabi=aapcs -mfpu=fpv5-sp-d16 -mfloat-abi=hard -mfp16-format=ieee --sysroot=C:/ncs/toolchains/6
6cdf9b75e/opt/zephyr-sdk/arm-zephyr-eabi/arm-zephyr-eabi -imacros C:/ncs/v3.2.1/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promot
ion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-page
size=0 -fno-defer-pop -fmacro-prefix-map=C:/ncs/projects/dect_shell=CMAKE_SOURCE_DIR -fmacro-prefix-map=C:/ncs/v3.2.1/zephyr=ZEPHYR_BASE -fmacro-prefix-map=C:/ncs/v3.2.1=WEST_TOPDIR -ffunction-section
s -fdata-sections -specs=nano.specs -D_POSIX_THREADS -std=c99 -MD -MT CMakeFiles/app.dir/src/dect/dect_phy_ctrl_scheduler_integration.c.obj -MF CMakeFiles\app.dir\src\dect\dect_phy_ctrl_scheduler_inte
gration.c.obj.d -o CMakeFiles/app.dir/src/dect/dect_phy_ctrl_scheduler_integration.c.obj -c C:/ncs/projects/dect_shell/src/dect/dect_phy_ctrl_scheduler_integration.c
In file included from C:/ncs/projects/dect_shell/src/dect/dect_phy_ctrl_scheduler_integration.c:16:
C:/ncs/v3.2.1/nrf/include/modem/nrf_modem_lib.h:10:10: fatal error: nrf_modem.h: No such file or directory
10 | #include <nrf_modem.h>
| ^~~~~~~~~~~~~
compilation terminated.
[150/303] Building C object CMakeFiles/app.dir/src/dect/dect_phy_rx.c.obj
FAILED: CMakeFiles/app.dir/src/dect/dect_phy_rx.c.obj
C:\ncs\toolchains\66cdf9b75e\opt\zephyr-sdk\arm-zephyr-eabi\bin\arm-zephyr-eabi-gcc.exe -DKERNEL -DK_HEAP_MEM_POOL_SIZE=40960 -DNRF54L_CONFIGURATION_56_ENABLE=0 -DNRF9120_XXAA -DNRF_SKIP_FICR_NS_COPY_
TO_RAM -DUSE_PARTITION_MANAGER=1 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -IC:/ncs/projects/dect_shell/src -IC:/ncs/projects/dect_shell/src/utils/. -IC:/ncs/project
s/dect_shell/src/dect/. -IC:/ncs/projects/dect_shell/src/dect/common/. -IC:/ncs/projects/dect_shell/src/dect/ping/. -IC:/ncs/projects/dect_shell/src/dect/perf/. -IC:/ncs/projects/dect_shell/src/dect/r
f_tool/. -IC:/ncs/projects/dect_shell/src/dect/mac/. -IC:/ncs/projects/dect_shell/src/startup_cmd/. -IC:/ncs/projects/dect_shell/build/dect_shell/zephyr/include/generated/zephyr -IC:/ncs/v3.2.1/zephyr
/include -IC:/ncs/projects/dect_shell/build/dect_shell/zephyr/include/generated -IC:/ncs/v3.2.1/zephyr/soc/nordic -IC:/ncs/v3.2.1/zephyr/lib/libc/newlib/include -IC:/ncs/v3.2.1/zephyr/include/zephyr/p
osix -IC:/ncs/v3.2.1/zephyr/soc/nordic/nrf91/. -IC:/ncs/v3.2.1/zephyr/soc/nordic/common/. -IC:/ncs/v3.2.1/zephyr/subsys/settings/include -IC:/ncs/v3.2.1/zephyr/subsys/shell/modules/kernel_service/thre
ad/.. -IC:/ncs/v3.2.1/nrf/include -IC:/ncs/v3.2.1/nrf/ext/freebsd-getopt/. -IC:/ncs/v3.2.1/nrf/subsys/settings/include -IC:/ncs/v3.2.1/nrf/tests/include -IC:/ncs/v3.2.1/modules/hal/cmsis_6/CMSIS/Core/
Include -IC:/ncs/v3.2.1/zephyr/modules/cmsis_6/. -IC:/ncs/v3.2.1/nrf/modules/hal_nordic/. -IC:/ncs/v3.2.1/modules/hal/nordic/nrfx -IC:/ncs/v3.2.1/modules/hal/nordic/nrfx/drivers/include -IC:/ncs/v3.2.
1/modules/hal/nordic/nrfx/bsp/stable -IC:/ncs/v3.2.1/modules/hal/nordic/nrfx/bsp/stable/templates -IC:/ncs/v3.2.1/zephyr/modules/hal_nordic/nrfx/. -IC:/ncs/projects/dect_shell/src/print/. -isystem C:/
ncs/v3.2.1/zephyr/lib/libc/common/include -isystem C:/ncs/v3.2.1/nrfxlib/crypto/nrf_cc310_platform/include -fno-strict-aliasing -Os -imacros C:/ncs/projects/dect_shell/build/dect_shell/zephyr/include/
generated/zephyr/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m33 -mthumb -mabi=aapcs -mfpu=fpv5-sp-d16 -mfloat-abi=hard -mfp16-format=ieee --sysroot=C:/ncs/toolchains/6
6cdf9b75e/opt/zephyr-sdk/arm-zephyr-eabi/arm-zephyr-eabi -imacros C:/ncs/v3.2.1/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promot
ion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-page
size=0 -fno-defer-pop -fmacro-prefix-map=C:/ncs/projects/dect_shell=CMAKE_SOURCE_DIR -fmacro-prefix-map=C:/ncs/v3.2.1/zephyr=ZEPHYR_BASE -fmacro-prefix-map=C:/ncs/v3.2.1=WEST_TOPDIR -ffunction-section
s -fdata-sections -specs=nano.specs -D_POSIX_THREADS -std=c99 -MD -MT CMakeFiles/app.dir/src/dect/dect_phy_rx.c.obj -MF CMakeFiles\app.dir\src\dect\dect_phy_rx.c.obj.d -o CMakeFiles/app.dir/src/dect/d
ect_phy_rx.c.obj -c C:/ncs/projects/dect_shell/src/dect/dect_phy_rx.c
C:/ncs/projects/dect_shell/src/dect/dect_phy_rx.c:13:10: fatal error: nrf_modem_dect_phy.h: No such file or directory
13 | #include <nrf_modem_dect_phy.h>
| ^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
[151/303] Building C object CMakeFiles/app.dir/src/dect/common/dect_common_utils.c.obj
FAILED: CMakeFiles/app.dir/src/dect/common/dect_common_utils.c.obj
C:\ncs\toolchains\66cdf9b75e\opt\zephyr-sdk\arm-zephyr-eabi\bin\arm-zephyr-eabi-gcc.exe -DKERNEL -DK_HEAP_MEM_POOL_SIZE=40960 -DNRF54L_CONFIGURATION_56_ENABLE=0 -DNRF9120_XXAA -DNRF_SKIP_FICR_NS_COPY_
TO_RAM -DUSE_PARTITION_MANAGER=1 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -IC:/ncs/projects/dect_shell/src -IC:/ncs/projects/dect_shell/src/utils/. -IC:/ncs/project
s/dect_shell/src/dect/. -IC:/ncs/projects/dect_shell/src/dect/common/. -IC:/ncs/projects/dect_shell/src/dect/ping/. -IC:/ncs/projects/dect_shell/src/dect/perf/. -IC:/ncs/projects/dect_shell/src/dect/r
f_tool/. -IC:/ncs/projects/dect_shell/src/dect/mac/. -IC:/ncs/projects/dect_shell/src/startup_cmd/. -IC:/ncs/projects/dect_shell/build/dect_shell/zephyr/include/generated/zephyr -IC:/ncs/v3.2.1/zephyr
/include -IC:/ncs/projects/dect_shell/build/dect_shell/zephyr/include/generated -IC:/ncs/v3.2.1/zephyr/soc/nordic -IC:/ncs/v3.2.1/zephyr/lib/libc/newlib/include -IC:/ncs/v3.2.1/zephyr/include/zephyr/p
osix -IC:/ncs/v3.2.1/zephyr/soc/nordic/nrf91/. -IC:/ncs/v3.2.1/zephyr/soc/nordic/common/. -IC:/ncs/v3.2.1/zephyr/subsys/settings/include -IC:/ncs/v3.2.1/zephyr/subsys/shell/modules/kernel_service/thre
ad/.. -IC:/ncs/v3.2.1/nrf/include -IC:/ncs/v3.2.1/nrf/ext/freebsd-getopt/. -IC:/ncs/v3.2.1/nrf/subsys/settings/include -IC:/ncs/v3.2.1/nrf/tests/include -IC:/ncs/v3.2.1/modules/hal/cmsis_6/CMSIS/Core/
Include -IC:/ncs/v3.2.1/zephyr/modules/cmsis_6/. -IC:/ncs/v3.2.1/nrf/modules/hal_nordic/. -IC:/ncs/v3.2.1/modules/hal/nordic/nrfx -IC:/ncs/v3.2.1/modules/hal/nordic/nrfx/drivers/include -IC:/ncs/v3.2.
1/modules/hal/nordic/nrfx/bsp/stable -IC:/ncs/v3.2.1/modules/hal/nordic/nrfx/bsp/stable/templates -IC:/ncs/v3.2.1/zephyr/modules/hal_nordic/nrfx/. -IC:/ncs/projects/dect_shell/src/print/. -isystem C:/
ncs/v3.2.1/zephyr/lib/libc/common/include -isystem C:/ncs/v3.2.1/nrfxlib/crypto/nrf_cc310_platform/include -fno-strict-aliasing -Os -imacros C:/ncs/projects/dect_shell/build/dect_shell/zephyr/include/
generated/zephyr/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m33 -mthumb -mabi=aapcs -mfpu=fpv5-sp-d16 -mfloat-abi=hard -mfp16-format=ieee --sysroot=C:/ncs/toolchains/6
6cdf9b75e/opt/zephyr-sdk/arm-zephyr-eabi/arm-zephyr-eabi -imacros C:/ncs/v3.2.1/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promot
ion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-page
size=0 -fno-defer-pop -fmacro-prefix-map=C:/ncs/projects/dect_shell=CMAKE_SOURCE_DIR -fmacro-prefix-map=C:/ncs/v3.2.1/zephyr=ZEPHYR_BASE -fmacro-prefix-map=C:/ncs/v3.2.1=WEST_TOPDIR -ffunction-section
s -fdata-sections -specs=nano.specs -D_POSIX_THREADS -std=c99 -MD -MT CMakeFiles/app.dir/src/dect/common/dect_common_utils.c.obj -MF CMakeFiles\app.dir\src\dect\common\dect_common_utils.c.obj.d -o CMa
keFiles/app.dir/src/dect/common/dect_common_utils.c.obj -c C:/ncs/projects/dect_shell/src/dect/common/dect_common_utils.c
In file included from C:/ncs/projects/dect_shell/src/dect/common/dect_common.h:11,
from C:/ncs/projects/dect_shell/src/dect/common/dect_common_utils.c:12:
C:/ncs/v3.2.1/nrf/include/modem/nrf_modem_lib.h:10:10: fatal error: nrf_modem.h: No such file or directory
10 | #include <nrf_modem.h>
| ^~~~~~~~~~~~~
compilation terminated.
[152/303] Linking C static library modules\nrf\ext\freebsd-getopt\lib..__nrf__ex[153/303] Building C object CMakeFiles/app.dir/src/dect/common/dect_app_time.c.obj
FAILED: CMakeFiles/app.dir/src/dect/common/dect_app_time.c.obj
C:\ncs\toolchains\66cdf9b75e\opt\zephyr-sdk\arm-zephyr-eabi\bin\arm-zephyr-eabi-gcc.exe -DKERNEL -DK_HEAP_MEM_POOL_SIZE=40960 -DNRF54L_CONFIGURATION_56_ENABLE=0 -DNRF9120_XXAA -DNRF_SKIP_FICR_NS_COPY_
TO_RAM -DUSE_PARTITION_MANAGER=1 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -IC:/ncs/projects/dect_shell/src -IC:/ncs/projects/dect_shell/src/utils/. -IC:/ncs/project
s/dect_shell/src/dect/. -IC:/ncs/projects/dect_shell/src/dect/common/. -IC:/ncs/projects/dect_shell/src/dect/ping/. -IC:/ncs/projects/dect_shell/src/dect/perf/. -IC:/ncs/projects/dect_shell/src/dect/r
f_tool/. -IC:/ncs/projects/dect_shell/src/dect/mac/. -IC:/ncs/projects/dect_shell/src/startup_cmd/. -IC:/ncs/projects/dect_shell/build/dect_shell/zephyr/include/generated/zephyr -IC:/ncs/v3.2.1/zephyr
/include -IC:/ncs/projects/dect_shell/build/dect_shell/zephyr/include/generated -IC:/ncs/v3.2.1/zephyr/soc/nordic -IC:/ncs/v3.2.1/zephyr/lib/libc/newlib/include -IC:/ncs/v3.2.1/zephyr/include/zephyr/p
osix -IC:/ncs/v3.2.1/zephyr/soc/nordic/nrf91/. -IC:/ncs/v3.2.1/zephyr/soc/nordic/common/. -IC:/ncs/v3.2.1/zephyr/subsys/settings/include -IC:/ncs/v3.2.1/zephyr/subsys/shell/modules/kernel_service/thre
ad/.. -IC:/ncs/v3.2.1/nrf/include -IC:/ncs/v3.2.1/nrf/ext/freebsd-getopt/. -IC:/ncs/v3.2.1/nrf/subsys/settings/include -IC:/ncs/v3.2.1/nrf/tests/include -IC:/ncs/v3.2.1/modules/hal/cmsis_6/CMSIS/Core/
Include -IC:/ncs/v3.2.1/zephyr/modules/cmsis_6/. -IC:/ncs/v3.2.1/nrf/modules/hal_nordic/. -IC:/ncs/v3.2.1/modules/hal/nordic/nrfx -IC:/ncs/v3.2.1/modules/hal/nordic/nrfx/drivers/include -IC:/ncs/v3.2.
1/modules/hal/nordic/nrfx/bsp/stable -IC:/ncs/v3.2.1/modules/hal/nordic/nrfx/bsp/stable/templates -IC:/ncs/v3.2.1/zephyr/modules/hal_nordic/nrfx/. -IC:/ncs/projects/dect_shell/src/print/. -isystem C:/
ncs/v3.2.1/zephyr/lib/libc/common/include -isystem C:/ncs/v3.2.1/nrfxlib/crypto/nrf_cc310_platform/include -fno-strict-aliasing -Os -imacros C:/ncs/projects/dect_shell/build/dect_shell/zephyr/include/
generated/zephyr/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m33 -mthumb -mabi=aapcs -mfpu=fpv5-sp-d16 -mfloat-abi=hard -mfp16-format=ieee --sysroot=C:/ncs/toolchains/6
6cdf9b75e/opt/zephyr-sdk/arm-zephyr-eabi/arm-zephyr-eabi -imacros C:/ncs/v3.2.1/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promot
ion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-page
size=0 -fno-defer-pop -fmacro-prefix-map=C:/ncs/projects/dect_shell=CMAKE_SOURCE_DIR -fmacro-prefix-map=C:/ncs/v3.2.1/zephyr=ZEPHYR_BASE -fmacro-prefix-map=C:/ncs/v3.2.1=WEST_TOPDIR -ffunction-section
s -fdata-sections -specs=nano.specs -D_POSIX_THREADS -std=c99 -MD -MT CMakeFiles/app.dir/src/dect/common/dect_app_time.c.obj -MF CMakeFiles\app.dir\src\dect\common\dect_app_time.c.obj.d -o CMakeFiles/
app.dir/src/dect/common/dect_app_time.c.obj -c C:/ncs/projects/dect_shell/src/dect/common/dect_app_time.c
C:/ncs/projects/dect_shell/src/dect/common/dect_app_time.c:12:10: fatal error: nrf_modem_dect_phy.h: No such file or directory
12 | #include <nrf_modem_dect_phy.h>
| ^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
[154/303] Building C object CMakeFiles/app.dir/src/dect/perf/dect_phy_perf_pdu.c.obj
FAILED: CMakeFiles/app.dir/src/dect/perf/dect_phy_perf_pdu.c.obj
C:\ncs\toolchains\66cdf9b75e\opt\zephyr-sdk\arm-zephyr-eabi\bin\arm-zephyr-eabi-gcc.exe -DKERNEL -DK_HEAP_MEM_POOL_SIZE=40960 -DNRF54L_CONFIGURATION_56_ENABLE=0 -DNRF9120_XXAA -DNRF_SKIP_FICR_NS_COPY_
TO_RAM -DUSE_PARTITION_MANAGER=1 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -IC:/ncs/projects/dect_shell/src -IC:/ncs/projects/dect_shell/src/utils/. -IC:/ncs/project
s/dect_shell/src/dect/. -IC:/ncs/projects/dect_shell/src/dect/common/. -IC:/ncs/projects/dect_shell/src/dect/ping/. -IC:/ncs/projects/dect_shell/src/dect/perf/. -IC:/ncs/projects/dect_shell/src/dect/r
f_tool/. -IC:/ncs/projects/dect_shell/src/dect/mac/. -IC:/ncs/projects/dect_shell/src/startup_cmd/. -IC:/ncs/projects/dect_shell/build/dect_shell/zephyr/include/generated/zephyr -IC:/ncs/v3.2.1/zephyr
/include -IC:/ncs/projects/dect_shell/build/dect_shell/zephyr/include/generated -IC:/ncs/v3.2.1/zephyr/soc/nordic -IC:/ncs/v3.2.1/zephyr/lib/libc/newlib/include -IC:/ncs/v3.2.1/zephyr/include/zephyr/p
osix -IC:/ncs/v3.2.1/zephyr/soc/nordic/nrf91/. -IC:/ncs/v3.2.1/zephyr/soc/nordic/common/. -IC:/ncs/v3.2.1/zephyr/subsys/settings/include -IC:/ncs/v3.2.1/zephyr/subsys/shell/modules/kernel_service/thre
ad/.. -IC:/ncs/v3.2.1/nrf/include -IC:/ncs/v3.2.1/nrf/ext/freebsd-getopt/. -IC:/ncs/v3.2.1/nrf/subsys/settings/include -IC:/ncs/v3.2.1/nrf/tests/include -IC:/ncs/v3.2.1/modules/hal/cmsis_6/CMSIS/Core/
Include -IC:/ncs/v3.2.1/zephyr/modules/cmsis_6/. -IC:/ncs/v3.2.1/nrf/modules/hal_nordic/. -IC:/ncs/v3.2.1/modules/hal/nordic/nrfx -IC:/ncs/v3.2.1/modules/hal/nordic/nrfx/drivers/include -IC:/ncs/v3.2.
1/modules/hal/nordic/nrfx/bsp/stable -IC:/ncs/v3.2.1/modules/hal/nordic/nrfx/bsp/stable/templates -IC:/ncs/v3.2.1/zephyr/modules/hal_nordic/nrfx/. -IC:/ncs/projects/dect_shell/src/print/. -isystem C:/
ncs/v3.2.1/zephyr/lib/libc/common/include -isystem C:/ncs/v3.2.1/nrfxlib/crypto/nrf_cc310_platform/include -fno-strict-aliasing -Os -imacros C:/ncs/projects/dect_shell/build/dect_shell/zephyr/include/
generated/zephyr/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m33 -mthumb -mabi=aapcs -mfpu=fpv5-sp-d16 -mfloat-abi=hard -mfp16-format=ieee --sysroot=C:/ncs/toolchains/6
6cdf9b75e/opt/zephyr-sdk/arm-zephyr-eabi/arm-zephyr-eabi -imacros C:/ncs/v3.2.1/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promot
ion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-page
size=0 -fno-defer-pop -fmacro-prefix-map=C:/ncs/projects/dect_shell=CMAKE_SOURCE_DIR -fmacro-prefix-map=C:/ncs/v3.2.1/zephyr=ZEPHYR_BASE -fmacro-prefix-map=C:/ncs/v3.2.1=WEST_TOPDIR -ffunction-section
s -fdata-sections -specs=nano.specs -D_POSIX_THREADS -std=c99 -MD -MT CMakeFiles/app.dir/src/dect/perf/dect_phy_perf_pdu.c.obj -MF CMakeFiles\app.dir\src\dect\perf\dect_phy_perf_pdu.c.obj.d -o CMakeFi
les/app.dir/src/dect/perf/dect_phy_perf_pdu.c.obj -c C:/ncs/projects/dect_shell/src/dect/perf/dect_phy_perf_pdu.c
C:/ncs/projects/dect_shell/src/dect/perf/dect_phy_perf_pdu.c:12:10: fatal error: nrf_modem_dect_phy.h: No such file or directory
12 | #include <nrf_modem_dect_phy.h>
| ^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
[155/303] Building C object CMakeFiles/app.dir/src/dect/common/dect_phy_common_rx.c.obj
FAILED: CMakeFiles/app.dir/src/dect/common/dect_phy_common_rx.c.obj
C:\ncs\toolchains\66cdf9b75e\opt\zephyr-sdk\arm-zephyr-eabi\bin\arm-zephyr-eabi-gcc.exe -DKERNEL -DK_HEAP_MEM_POOL_SIZE=40960 -DNRF54L_CONFIGURATION_56_ENABLE=0 -DNRF9120_XXAA -DNRF_SKIP_FICR_NS_COPY_
TO_RAM -DUSE_PARTITION_MANAGER=1 -D_ANSI_SOURCE -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -IC:/ncs/projects/dect_shell/src -IC:/ncs/projects/dect_shell/src/utils/. -IC:/ncs/project
s/dect_shell/src/dect/. -IC:/ncs/projects/dect_shell/src/dect/common/. -IC:/ncs/projects/dect_shell/src/dect/ping/. -IC:/ncs/projects/dect_shell/src/dect/perf/. -IC:/ncs/projects/dect_shell/src/dect/r
f_tool/. -IC:/ncs/projects/dect_shell/src/dect/mac/. -IC:/ncs/projects/dect_shell/src/startup_cmd/. -IC:/ncs/projects/dect_shell/build/dect_shell/zephyr/include/generated/zephyr -IC:/ncs/v3.2.1/zephyr
/include -IC:/ncs/projects/dect_shell/build/dect_shell/zephyr/include/generated -IC:/ncs/v3.2.1/zephyr/soc/nordic -IC:/ncs/v3.2.1/zephyr/lib/libc/newlib/include -IC:/ncs/v3.2.1/zephyr/include/zephyr/p
osix -IC:/ncs/v3.2.1/zephyr/soc/nordic/nrf91/. -IC:/ncs/v3.2.1/zephyr/soc/nordic/common/. -IC:/ncs/v3.2.1/zephyr/subsys/settings/include -IC:/ncs/v3.2.1/zephyr/subsys/shell/modules/kernel_service/thre
ad/.. -IC:/ncs/v3.2.1/nrf/include -IC:/ncs/v3.2.1/nrf/ext/freebsd-getopt/. -IC:/ncs/v3.2.1/nrf/subsys/settings/include -IC:/ncs/v3.2.1/nrf/tests/include -IC:/ncs/v3.2.1/modules/hal/cmsis_6/CMSIS/Core/
Include -IC:/ncs/v3.2.1/zephyr/modules/cmsis_6/. -IC:/ncs/v3.2.1/nrf/modules/hal_nordic/. -IC:/ncs/v3.2.1/modules/hal/nordic/nrfx -IC:/ncs/v3.2.1/modules/hal/nordic/nrfx/drivers/include -IC:/ncs/v3.2.
1/modules/hal/nordic/nrfx/bsp/stable -IC:/ncs/v3.2.1/modules/hal/nordic/nrfx/bsp/stable/templates -IC:/ncs/v3.2.1/zephyr/modules/hal_nordic/nrfx/. -IC:/ncs/projects/dect_shell/src/print/. -isystem C:/
ncs/v3.2.1/zephyr/lib/libc/common/include -isystem C:/ncs/v3.2.1/nrfxlib/crypto/nrf_cc310_platform/include -fno-strict-aliasing -Os -imacros C:/ncs/projects/dect_shell/build/dect_shell/zephyr/include/
generated/zephyr/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m33 -mthumb -mabi=aapcs -mfpu=fpv5-sp-d16 -mfloat-abi=hard -mfp16-format=ieee --sysroot=C:/ncs/toolchains/6
6cdf9b75e/opt/zephyr-sdk/arm-zephyr-eabi/arm-zephyr-eabi -imacros C:/ncs/v3.2.1/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promot
ion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -fno-reorder-functions --param=min-page
size=0 -fno-defer-pop -fmacro-prefix-map=C:/ncs/projects/dect_shell=CMAKE_SOURCE_DIR -fmacro-prefix-map=C:/ncs/v3.2.1/zephyr=ZEPHYR_BASE -fmacro-prefix-map=C:/ncs/v3.2.1=WEST_TOPDIR -ffunction-section
s -fdata-sections -specs=nano.specs -D_POSIX_THREADS -std=c99 -MD -MT CMakeFiles/app.dir/src/dect/common/dect_phy_common_rx.c.obj -MF CMakeFiles\app.dir\src\dect\common\dect_phy_common_rx.c.obj.d -o C
MakeFiles/app.dir/src/dect/common/dect_phy_common_rx.c.obj -c C:/ncs/projects/dect_shell/src/dect/common/dect_phy_common_rx.c
C:/ncs/projects/dect_shell/src/dect/common/dect_phy_common_rx.c:12:10: fatal error: nrf_modem_dect_phy.h: No such file or directory
12 | #include <nrf_modem_dect_phy.h>
| ^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
[156/303] Building C object zephyr/drivers/serial/CMakeFiles/drivers__serial.dir/uart_nrfx_uarte.c.obj
ninja: build stopped: subcommand failed.
FAILED: _sysbuild/sysbuild/images/dect_shell-prefix/src/dect_shell-stamp/dect_shell-build C:/ncs/projects/dect_shell/build/_sysbuild/sysbuild/images/dect_shell-prefix/src/dect_shell-stamp/dect_shell-b
uild
cmd.exe /C "cd /D C:\ncs\projects\dect_shell\build\dect_shell && C:\ncs\toolchains\66cdf9b75e\opt\bin\cmake.exe --build ."
ninja: build stopped: subcommand failed.
FATAL ERROR: command exited with status 1: 'C:\ncs\toolchains\66cdf9b75e\opt\bin\cmake.EXE' --build C:/ncs/projects/dect_shell/build
* The terminal process terminated with exit code: 1.
* Terminal will be reused by tasks, press any key to close it.