This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

"Couldn't find Zephyr root" both SEGGER and VsCode

Hello all,

Lost my VM that had a working installation and just setting everything back up.

After installing SDK 1.8.0 and all of the extensions for VsCode. Now both SEGGER and VSCode cannoot find the Zephry root and I cannot find it on disk?

This was not a problem in the past, any ideas?

Thanks

Edit: Another problem... like all of the examples are missing?? searched for serial_lte_modem and it comes up with nothing. Even just searching serial, or application comes up with nothing useful?

Edit2: I installed the most recent 3 releases and none have a zephyr folder anymore?!?!?

  • Hello Kyle,

    Mr.Newlove said:
    Everything complies fine when using a regular sample, but all applications fail in some way.

    Let us start from the beginning here. Are you now able to create a free-standing application based on the Serial LTE Modem and configure/compile/flash it successfully in VS Code for the nrf9160dk_nrf9160_ns, without any modifications?

    If not, please share a build log from the “Terminal” window.

    Regards,

    Markus

  • Let us start from the beginning here. Are you now able to create a free-standing application based on the Serial LTE Modem and configure/compile/flash it successfully in VS Code for the nrf9160dk_nrf9160_ns, without any modifications?

    no, when I say regular sample; I mean blinky/hello world work, but anything in the "applications" dir for sample fail.

    Just as one more thing to try I made sure to close the entire workspace in VS Code and that got the basic one compiling now.

    But if i create a new board and change nothing in the configuration I get:

    > Executing task: nRF Connect: Build serial_lte_modem_simpletest/build (active) <
    
    Building serial_lte_modem_simpletest
    west build --build-dir c:\ncs\MyApps\serial_lte_modem_simpletest\build c:\ncs\MyApps\serial_lte_modem_simpletest
    
    -- west build: generating a build system
    Including boilerplate (Zephyr base (cached)): C:/ncs/v1.8.0/zephyr/cmake/app/boilerplate.cmake
    -- Application: C:/ncs/MyApps/serial_lte_modem_simpletest
    -- Zephyr version: 2.7.0 (C:/ncs/v1.8.0/zephyr), build: v2.7.0-ncs1
    -- Found west (found suitable version "0.12.0", minimum required is "0.7.1")
    -- Board: basic_serial_modem
    -- Cache files will be written to: C:/ncs/v1.8.0/zephyr/.cache
    -- Found dtc: C:/ncs/v1.8.0/toolchain/opt/bin/dtc.exe (found suitable version "1.4.7", minimum required is "1.4.6")
    -- Found toolchain: gnuarmemb (c:/ncs/v1.8.0/toolchain/opt)
    -- Found BOARD.dts: C:/ncs/MyApps/serial_lte_modem_simpletest/boards/arm/basic_serial_modem/basic_serial_modem.dts
    -- Generated zephyr.dts: C:/ncs/MyApps/serial_lte_modem_simpletest/build/zephyr/zephyr.dts
    -- Generated devicetree_unfixed.h: C:/ncs/MyApps/serial_lte_modem_simpletest/build/zephyr/include/generated/devicetree_unfixed.h
    -- Generated device_extern.h: C:/ncs/MyApps/serial_lte_modem_simpletest/build/zephyr/include/generated/device_extern.h
    -- Including generated dts.cmake file: C:/ncs/MyApps/serial_lte_modem_simpletest/build/zephyr/dts.cmake
    Parsing C:/ncs/MyApps/serial_lte_modem_simpletest/Kconfig
    Loaded configuration 'C:/ncs/MyApps/serial_lte_modem_simpletest/boards/arm/basic_serial_modem/basic_serial_modem_defconfig'
    Merged configuration 'c:/ncs/MyApps/serial_lte_modem_simpletest/prj.conf'
    
    warning: RTT_CONSOLE (defined at c:\ncs\MyApps\serial_lte_modem_simpletest\build\drivers\console\Kconfig:107) was assigned the value 'y' but got the
    value 'n'. Check these unsatisfied dependencies: CONSOLE (=n). See
    http://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_RTT_CONSOLE.html and/or look up
    RTT_CONSOLE 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: UART_0_NRF_HW_ASYNC_TIMER (defined at c:\ncs\MyApps\serial_lte_modem_simpletest\build\drivers\serial\Kconfig.nrfx:95) was assigned the
    value '2' but got the value ''. Check these unsatisfied dependencies: (UART_0_NRF_UART ||
    UART_0_NRF_UARTE) (=n). See
    http://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_UART_0_NRF_HW_ASYNC_TIMER.html and/or
    look up UART_0_NRF_HW_ASYNC_TIMER 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: Experimental symbol HTTP_CLIENT is enabled.
    
    
    warning: Experimental symbol NET_SOCKETS_OFFLOAD is enabled.
    
    
    warning: UART_0_NRF_HW_ASYNC (defined at c:\ncs\MyApps\serial_lte_modem_simpletest\build\drivers\serial\Kconfig.nrfx:76) has direct dependencies UART_0_NRF_UARTE && UART_ASYNC_API && (UART_0_NRF_UART || UART_0_NRF_UARTE) && UART_NRFX && SERIAL with value n, but is currently being y-selected by the following symbols:
     - SLM_CONNECT_UART_0 (defined at C:\ncs\MyApps\serial_lte_modem_simpletest\Kconfig:45), with value y, direct dependencies <choice> (value: y), and select condition <choice> (value: y)
    
    error: Aborting due to Kconfig warnings
    
    CMake Error at C:\ncs\v1.8.0\zephyr\cmake\kconfig.cmake:270 (message):
      command failed with return code: 1
    Call Stack (most recent call first):
      C:\ncs\v1.8.0\zephyr\cmake\app\boilerplate.cmake:546 (include)
      C:\ncs\v1.8.0\zephyr\share\zephyr-package\cmake\ZephyrConfig.cmake:24 (include)
      C:\ncs\v1.8.0\zephyr\share\zephyr-package\cmake\ZephyrConfig.cmake:40 (include_boilerplate)
      c:\ncs\MyApps\serial_lte_modem_simpletest\build\CMakeLists.txt:9 (find_package)
    
    
    -- Configuring incomplete, errors occurred!
    FATAL ERROR: command exited with status 1: 'c:\ncs\v1.8.0\toolchain\opt\bin\cmake.EXE' '-DWEST_PYTHON=c:\ncs\v1.8.0\toolchain\opt\bin\python.exe' '-Bc:\ncs\MyApps\serial_lte_modem_simpletest\build' '-Sc:\ncs\MyApps\serial_lte_modem_simpletest' -GNinja
    The terminal process terminated with exit code: 1.
    
    Terminal will be reused by tasks, press any key to close it.

    And if i compile for something like the basic "circuitdojo_feather_nrf9160_ns" I get:

    > Executing task: nRF Connect: Build serial_lte_modem_simpletest/build (active) <
    
    Building serial_lte_modem_simpletest
    west build --build-dir c:\ncs\MyApps\serial_lte_modem_simpletest\build c:\ncs\MyApps\serial_lte_modem_simpletest
    
    [0/298] Performing build step for 'spm_subimage'
    ninja: no work to do.
    [2/296] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc32_sw.c.obj
    [3/296] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc8_sw.c.obj
    [4/296] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/dec.c.obj
    [5/296] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc7_sw.c.obj
    [6/296] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc16_sw.c.obj
    [7/296] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/fdtable.c.obj
    [8/296] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/hex.c.obj
    [9/296] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/rb.c.obj
    [10/296] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/printk.c.obj
    [11/296] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/onoff.c.obj
    [12/296] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/notify.c.obj
    [13/296] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/sem.c.obj
    [14/296] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/reboot.c.obj
    [15/296] Building C object zephyr/CMakeFiles/zephyr.dir/soc/arm/nordic_nrf/nrf91/power.c.obj
    [16/296] Building C object zephyr/CMakeFiles/zephyr.dir/soc/arm/nordic_nrf/nrf91/soc.c.obj
    [17/296] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/mpsc_pbuf.c.obj
    [18/296] Building C object zephyr/CMakeFiles/zephyr.dir/misc/generated/configs.c.obj
    [19/296] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/bitarray.c.obj
    [20/296] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/heap.c.obj
    [21/296] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/thread_entry.c.obj
    [22/296] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/timeutil.c.obj
    [23/296] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/heap-validate.c.obj
    [24/296] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/ring_buffer.c.obj
    [25/296] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/fs/fcb/fcb.c.obj
    [26/296] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_complete.c.obj
    [27/296] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/fs/fcb/fcb_append.c.obj
    [28/296] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_output.c.obj
    [29/296] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/fs/fcb/fcb_elem_info.c.obj
    [30/296] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_backend_rtt.c.obj
    [31/296] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_list.c.obj
    [32/296] Building ASM object zephyr/CMakeFiles/zephyr.dir/soc/arm/nordic_nrf/common/soc_nrf_common.S.obj
    [33/296] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_core.c.obj
    [34/296] Building C object zephyr/CMakeFiles/zephyr.dir/soc/arm/nordic_nrf/validate_enabled_instances.c.obj
    [35/296] Building C object zephyr/CMakeFiles/zephyr.dir/soc/arm/nordic_nrf/validate_base_addresses.c.obj
    [36/296] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_msg.c.obj
    [37/296] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_mgmt.c.obj
    [38/296] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/net/lib/utils/addr_utils.c.obj
    [39/296] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/fs/fcb/fcb_rotate.c.obj
    [40/296] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/dfu/img_util/flash_img.c.obj
    [41/296] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/fs/fcb/fcb_getnext.c.obj
    [42/296] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/fs/fcb/fcb_walk.c.obj
    [43/296] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/net/lib/sntp/sntp_simple.c.obj
    [44/296] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/net/lib/sockets/sockets_select.c.obj
    [45/296] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/net/lib/sockets/socket_offload.c.obj
    [46/296] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/net/lib/sockets/sockets.c.obj
    [47/296] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/net/lib/sockets/getaddrinfo.c.obj
    [48/296] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map/flash_map.c.obj
    [49/296] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/net/lib/sntp/sntp.c.obj
    [50/296] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings_store.c.obj
    [51/296] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/storage/stream/stream_flash.c.obj
    [52/296] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings_line.c.obj
    [53/296] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings_init.c.obj
    [54/296] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings.c.obj
    [55/296] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/pm/policy/policy_residency.c.obj
    [56/296] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/pm/pm_ctrl.c.obj
    [57/296] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings_fcb.c.obj
    [58/296] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/tracing/tracing_none.c.obj
    [59/296] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/pm/device.c.obj
    [60/296] Building C object zephyr/CMakeFiles/zephyr.dir/C_/ncs/v1.8.0/nrf/subsys/nonsecure/secure_services_ns.c.obj
    [61/296] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/pm/power.c.obj
    [62/296] Building ASM object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/cpu_idle.S.obj
    [62/296] Performing build step for 'mcuboot_subimage'
    ninja: no work to do.
    [64/296] Generating linker_zephyr_prebuilt.cmd
    [66/294] Building C object modules/mcuboot/boot/bootutil/zephyr/CMakeFiles/mcuboot_util.dir/C_/ncs/v1.8.0/bootloader/mcuboot/boot/bootutil/src/bootutil_public.c.obj
    [67/294] Building C object modules/cjson/CMakeFiles/cjson.dir/os/cJSON_os.c.obj
    [68/294] Building C object modules/cjson/CMakeFiles/cjson.dir/C_/ncs/v1.8.0/modules/lib/cjson/cJSON.c.obj
    [69/294] Linking C static library modules\mcuboot\boot\bootutil\zephyr\libmcuboot_util.a
    [70/294] Building C object modules/cjson/CMakeFiles/cjson.dir/C_/ncs/v1.8.0/modules/lib/cjson/cJSON_Utils.c.obj
    [71/294] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/nrfx_glue.c.obj
    [72/294] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/ncs/v1.8.0/modules/hal/nordic/nrfx/drivers/src/nrfx_clock.c.obj
    [73/294] Linking C static library modules\cjson\libcjson.a
    [74/294] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/ncs/v1.8.0/modules/hal/nordic/nrfx/mdk/system_nrf9160.c.obj
    [75/294] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/ncs/v1.8.0/modules/hal/nordic/nrfx/drivers/src/nrfx_dppi.c.obj
    [76/294] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/ncs/v1.8.0/modules/hal/nordic/nrfx/drivers/src/nrfx_nvmc.c.obj
    [77/294] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/ncs/v1.8.0/modules/hal/nordic/nrfx/drivers/src/nrfx_timer.c.obj
    [78/294] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/ncs/v1.8.0/modules/hal/nordic/nrfx/drivers/src/nrfx_ipc.c.obj
    [79/294] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/ncs/v1.8.0/modules/hal/nordic/nrfx/drivers/src/nrfx_gpiote.c.obj
    [80/294] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/ncs/v1.8.0/modules/hal/nordic/nrfx/drivers/src/nrfx_twi_twim.c.obj
    [81/294] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/ncs/v1.8.0/modules/hal/nordic/nrfx/drivers/src/nrfx_twim.c.obj
    [82/294] Building C object modules/segger/CMakeFiles/modules__segger.dir/C_/ncs/v1.8.0/modules/debug/segger/SEGGER/SEGGER_RTT.c.obj
    [83/294] Building C object modules/segger/CMakeFiles/modules__segger.dir/SEGGER_RTT_zephyr.c.obj
    [84/294] Linking C static library modules\hal_nordic\nrfx\libmodules__hal_nordic__nrfx.a
    [85/294] Building C object zephyr/kernel/CMakeFiles/kernel.dir/main_weak.c.obj
    [86/294] Linking C static library modules\segger\libmodules__segger.a
    [87/294] Building C object zephyr/kernel/CMakeFiles/kernel.dir/banner.c.obj
    [88/294] Building C object zephyr/kernel/CMakeFiles/kernel.dir/init.c.obj
    [89/294] Building C object zephyr/kernel/CMakeFiles/kernel.dir/fatal.c.obj
    [90/294] Building C object zephyr/kernel/CMakeFiles/kernel.dir/device.c.obj
    [91/294] Building C object zephyr/kernel/CMakeFiles/kernel.dir/errno.c.obj
    [92/294] Building C object zephyr/kernel/CMakeFiles/kernel.dir/kheap.c.obj
    [93/294] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mem_slab.c.obj
    [94/294] Building C object zephyr/kernel/CMakeFiles/kernel.dir/thread.c.obj
    [95/294] Building C object CMakeFiles/app.dir/src/slm_at_host.c.obj
    FAILED: CMakeFiles/app.dir/src/slm_at_host.c.obj 
    C:\ncs\v1.8.0\toolchain\opt\bin\arm-none-eabi-gcc.exe -DAPP_VERSION=v1.8.0 -DBUILD_VERSION=v2.7.0-ncs1 -DEXT_API_MAGIC=0x281ee6de,0xb845acea,23298 -DFIRMWARE_INFO_MAGIC=0x281ee6de,0x8fcebb4c,23298 -DKERNEL -DNRF9160_XXAA -DNRF_TRUSTZONE_NONSECURE -DUSE_PARTITION_MANAGER=1 -D_FORTIFY_SOURCE=2 -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -IC:/ncs/v1.8.0/zephyr/include -Izephyr/include/generated -IC:/ncs/v1.8.0/zephyr/soc/arm/nordic_nrf/nrf91 -IC:/ncs/v1.8.0/zephyr/lib/libc/newlib/include -IC:/ncs/v1.8.0/zephyr/subsys/net/lib/sockets/. -IC:/ncs/v1.8.0/zephyr/subsys/net/ip -IC:/ncs/v1.8.0/zephyr/subsys/settings/include -IC:/ncs/v1.8.0/nrf/include -IC:/ncs/v1.8.0/nrf/lib/at_notif/. -IC:/ncs/v1.8.0/nrf/lib/at_cmd_parser/include -IC:/ncs/v1.8.0/nrf/subsys/net/lib/nrf_cloud/./include -IC:/ncs/v1.8.0/nrf/subsys/net/lib/cloud/./include -IC:/ncs/v1.8.0/modules/lib/cjson -IC:/ncs/v1.8.0/nrf/modules/cjson/include -IC:/ncs/v1.8.0/modules/hal/cmsis/CMSIS/Core/Include -IC:/ncs/v1.8.0/modules/hal/nordic/nrfx -IC:/ncs/v1.8.0/modules/hal/nordic/nrfx/drivers/include -IC:/ncs/v1.8.0/modules/hal/nordic/nrfx/mdk -IC:/ncs/v1.8.0/zephyr/modules/hal_nordic/nrfx/. -IC:/ncs/v1.8.0/modules/debug/segger/SEGGER -IC:/ncs/v1.8.0/modules/debug/segger/Config -IC:/ncs/v1.8.0/zephyr/modules/segger/. -IC:/ncs/v1.8.0/nrfxlib/nrf_modem/include -I../src/gnss/. -I../src/ftp_c/. -I../src/mqtt_c/. -I../src/http_c/. -I../src/twi/. -I../src/gpio/. -I../src -Os -imacros C:/ncs/MyApps/serial_lte_modem_simpletest/build/zephyr/include/generated/autoconf.h -ffreestanding -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m33 -mthumb -mabi=aapcs -mfpu=fpv5-sp-d16 -mfloat-abi=hard -mfp16-format=ieee -imacros C:/ncs/v1.8.0/zephyr/include/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wno-main -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-address-of-packed-member -Wno-unused-but-set-variable -Werror=implicit-int -fno-asynchronous-unwind-tables -fno-pie -fno-pic -fno-strict-overflow -fno-reorder-functions -fno-defer-pop -fmacro-prefix-map=C:/ncs/MyApps/serial_lte_modem_simpletest=CMAKE_SOURCE_DIR -fmacro-prefix-map=C:/ncs/v1.8.0/zephyr=ZEPHYR_BASE -fmacro-prefix-map=C:/ncs/v1.8.0=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -MD -MT CMakeFiles/app.dir/src/slm_at_host.c.obj -MF CMakeFiles\app.dir\src\slm_at_host.c.obj.d -o CMakeFiles/app.dir/src/slm_at_host.c.obj -c ../src/slm_at_host.c
    In file included from C:\ncs\v1.8.0\zephyr\include\arch\arm\aarch32\arch.h:20,
                     from C:\ncs\v1.8.0\zephyr\include\arch\cpu.h:19,
                     from C:\ncs\v1.8.0\zephyr\include\kernel_includes.h:33,
                     from C:\ncs\v1.8.0\zephyr\include\kernel.h:17,
                     from C:\ncs\v1.8.0\zephyr\include\zephyr.h:18,
                     from c:\ncs\MyApps\serial_lte_modem_simpletest\src\slm_at_host.c:7:
    ../src/slm_at_host.c: In function 'slm_uart_configure':
    c:\ncs\MyApps\serial_lte_modem_simpletest\build\zephyr\include\generated\devicetree_unfixed.h:5386:38: error: 'DT_N_S_soc_S_peripheral_40000000_S_uart_8000_P_rts_pin' undeclared (first use in this function); did you mean 'DT_N_S_soc_S_peripheral_40000000_S_uart_8000_P_tx_pin'?
     5386 | #define DT_N_NODELABEL_uart0         DT_N_S_soc_S_peripheral_40000000_S_uart_8000
          |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    C:\ncs\v1.8.0\zephyr\include\devicetree.h:2641:24: note: in definition of macro 'DT_CAT'
     2641 | #define DT_CAT(a1, a2) a1 ## a2
          |                        ^~
    c:\ncs\MyApps\serial_lte_modem_simpletest\src\slm_at_host.c:248:6: note: in expansion of macro 'DT_PROP'
      248 |      DT_PROP(DT_NODELABEL(uart0), rts_pin),
          |      ^~~~~~~
    C:\ncs\v1.8.0\zephyr\include\devicetree.h:2641:24: note: in expansion of macro 'DT_N_NODELABEL_uart0'
     2641 | #define DT_CAT(a1, a2) a1 ## a2
          |                        ^~
    C:\ncs\v1.8.0\zephyr\include\devicetree.h:177:29: note: in expansion of macro 'DT_CAT'
      177 | #define DT_NODELABEL(label) DT_CAT(DT_N_NODELABEL_, label)
          |                             ^~~~~~
    c:\ncs\MyApps\serial_lte_modem_simpletest\src\slm_at_host.c:248:14: note: in expansion of macro 'DT_NODELABEL'
      248 |      DT_PROP(DT_NODELABEL(uart0), rts_pin),
          |              ^~~~~~~~~~~~
    c:\ncs\MyApps\serial_lte_modem_simpletest\build\zephyr\include\generated\devicetree_unfixed.h:5386:38: note: each undeclared identifier is reported only once for each function it appears in
     5386 | #define DT_N_NODELABEL_uart0         DT_N_S_soc_S_peripheral_40000000_S_uart_8000
          |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    C:\ncs\v1.8.0\zephyr\include\devicetree.h:2641:24: note: in definition of macro 'DT_CAT'
     2641 | #define DT_CAT(a1, a2) a1 ## a2
          |                        ^~
    c:\ncs\MyApps\serial_lte_modem_simpletest\src\slm_at_host.c:248:6: note: in expansion of macro 'DT_PROP'
      248 |      DT_PROP(DT_NODELABEL(uart0), rts_pin),
          |      ^~~~~~~
    C:\ncs\v1.8.0\zephyr\include\devicetree.h:2641:24: note: in expansion of macro 'DT_N_NODELABEL_uart0'
     2641 | #define DT_CAT(a1, a2) a1 ## a2
          |                        ^~
    C:\ncs\v1.8.0\zephyr\include\devicetree.h:177:29: note: in expansion of macro 'DT_CAT'
      177 | #define DT_NODELABEL(label) DT_CAT(DT_N_NODELABEL_, label)
          |                             ^~~~~~
    c:\ncs\MyApps\serial_lte_modem_simpletest\src\slm_at_host.c:248:14: note: in expansion of macro 'DT_NODELABEL'
      248 |      DT_PROP(DT_NODELABEL(uart0), rts_pin),
          |              ^~~~~~~~~~~~
    c:\ncs\MyApps\serial_lte_modem_simpletest\build\zephyr\include\generated\devicetree_unfixed.h:5386:38: error: 'DT_N_S_soc_S_peripheral_40000000_S_uart_8000_P_cts_pin' undeclared (first use in this function); did you mean 'DT_N_S_soc_S_peripheral_40000000_S_uart_8000_P_tx_pin'?
     5386 | #define DT_N_NODELABEL_uart0         DT_N_S_soc_S_peripheral_40000000_S_uart_8000
          |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    C:\ncs\v1.8.0\zephyr\include\devicetree.h:2641:24: note: in definition of macro 'DT_CAT'
     2641 | #define DT_CAT(a1, a2) a1 ## a2
          |                        ^~
    c:\ncs\MyApps\serial_lte_modem_simpletest\src\slm_at_host.c:249:6: note: in expansion of macro 'DT_PROP'
      249 |      DT_PROP(DT_NODELABEL(uart0), cts_pin));
          |      ^~~~~~~
    C:\ncs\v1.8.0\zephyr\include\devicetree.h:2641:24: note: in expansion of macro 'DT_N_NODELABEL_uart0'
     2641 | #define DT_CAT(a1, a2) a1 ## a2
          |                        ^~
    C:\ncs\v1.8.0\zephyr\include\devicetree.h:177:29: note: in expansion of macro 'DT_CAT'
      177 | #define DT_NODELABEL(label) DT_CAT(DT_N_NODELABEL_, label)
          |                             ^~~~~~
    c:\ncs\MyApps\serial_lte_modem_simpletest\src\slm_at_host.c:249:14: note: in expansion of macro 'DT_NODELABEL'
      249 |      DT_PROP(DT_NODELABEL(uart0), cts_pin));
          |              ^~~~~~~~~~~~
    [96/294] Building C object CMakeFiles/app.dir/src/slm_at_commands.c.obj
    [97/294] Building C object CMakeFiles/app.dir/src/slm_at_fota.c.obj
    ninja: build stopped: subcommand failed.
    FATAL ERROR: command exited with status 1: 'c:\ncs\v1.8.0\toolchain\opt\bin\cmake.EXE' --build 'c:\ncs\MyApps\serial_lte_modem_simpletest\build'
    The terminal process terminated with exit code: 1.
    
    Terminal will be reused by tasks, press any key to close it.

    All I need to do is get this thing talking on two serial lines again with GPS and cellular location services enabled. I had it working in VM before, but the file got messed up when transferring to a new machine.

    Before all I did was use the circuitdojo_feather_nrf9160_ns board with an overlay file like this:

    &uart0 {
    	status = "okay";
    	current-speed = <115200>;
    	tx-pin = <24>;
    	rx-pin = <23>;
    	cts-pin = <0xFFFFFFFF>;
    	rts-pin = <0xFFFFFFFF>;
    };

  • And if i compile for something like the basic "circuitdojo_feather_nrf9160_ns" I get:

    If i try to directly address this one, i change this in prj.conf:

    # Segger RTT
    CONFIG_USE_SEGGER_RTT=n
    CONFIG_RTT_CONSOLE=n
    CONFIG_UART_CONSOLE=y
    CONFIG_LOG_BACKEND_RTT=n
    CONFIG_LOG_BACKEND_UART=n

    I get a lot further:

    > Executing task: nRF Connect: Build serial_lte_modem_simpletest/build (active) <
    
    Building serial_lte_modem_simpletest
    west build --build-dir c:\ncs\MyApps\serial_lte_modem_simpletest\build c:\ncs\MyApps\serial_lte_modem_simpletest
    
    [0/289] Performing build step for 'spm_subimage'
    ninja: no work to do.
    [2/287] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/printk.c.obj
    [3/287] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/fdtable.c.obj
    [4/287] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/onoff.c.obj
    [5/287] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/hex.c.obj
    [6/287] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/rb.c.obj
    [7/287] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/notify.c.obj
    [8/287] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/sem.c.obj
    [9/287] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/thread_entry.c.obj
    [10/287] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/bitarray.c.obj
    [11/287] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/heap.c.obj
    [12/287] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/heap-validate.c.obj
    [13/287] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/timeutil.c.obj
    [14/287] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_complete.c.obj
    [15/287] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/ring_buffer.c.obj
    [16/287] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/fs/fcb/fcb_append.c.obj
    [17/287] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_mgmt.c.obj
    [18/287] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_core.c.obj
    [19/287] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_list.c.obj
    [20/287] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_msg.c.obj
    [21/287] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_output.c.obj
    [22/287] Building C object zephyr/CMakeFiles/zephyr.dir/soc/arm/nordic_nrf/nrf91/power.c.obj
    [23/287] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/reboot.c.obj
    [24/287] Building C object zephyr/CMakeFiles/zephyr.dir/misc/generated/configs.c.obj
    [25/287] Building C object zephyr/CMakeFiles/zephyr.dir/soc/arm/nordic_nrf/nrf91/soc.c.obj
    [26/287] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/mpsc_pbuf.c.obj
    [27/287] Building ASM object zephyr/CMakeFiles/zephyr.dir/soc/arm/nordic_nrf/common/soc_nrf_common.S.obj
    [28/287] Building C object zephyr/CMakeFiles/zephyr.dir/soc/arm/nordic_nrf/validate_enabled_instances.c.obj
    [29/287] Building C object zephyr/CMakeFiles/zephyr.dir/soc/arm/nordic_nrf/validate_base_addresses.c.obj
    [30/287] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map/flash_map.c.obj
    [31/287] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/net/lib/sockets/socket_offload.c.obj
    [32/287] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/net/lib/sockets/sockets_select.c.obj
    [33/287] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/storage/stream/stream_flash.c.obj
    [34/287] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/fs/fcb/fcb.c.obj
    [35/287] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/fs/fcb/fcb_rotate.c.obj
    [36/287] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/fs/fcb/fcb_walk.c.obj
    [37/287] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/dfu/img_util/flash_img.c.obj
    [38/287] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/fs/fcb/fcb_getnext.c.obj
    [39/287] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/net/lib/utils/addr_utils.c.obj
    [40/287] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/fs/fcb/fcb_elem_info.c.obj
    [41/287] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings_fcb.c.obj
    [42/287] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/pm/power.c.obj
    [43/287] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/net/lib/sntp/sntp.c.obj
    [44/287] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings_init.c.obj
    [45/287] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings_store.c.obj
    [46/287] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings.c.obj
    [47/287] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings_line.c.obj
    [48/287] Building C object zephyr/CMakeFiles/zephyr.dir/C_/ncs/v1.8.0/nrf/subsys/partition_manager/flash_map_partition_manager.c.obj
    [49/287] Building C object zephyr/CMakeFiles/zephyr.dir/C_/ncs/v1.8.0/nrf/subsys/nonsecure/secure_services_ns.c.obj
    [50/287] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/pm/device.c.obj
    [51/287] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/tracing/tracing_none.c.obj
    [52/287] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/pm/pm_ctrl.c.obj
    [53/287] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/pm/policy/policy_residency.c.obj
    [54/287] Building ASM object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/reset.S.obj
    [55/287] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/fpu.c.obj
    [56/287] Building ASM object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/fault_s.S.obj
    [57/287] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/irq_init.c.obj
    [58/287] Generating linker_zephyr_prebuilt.cmd
    [59/287] Building ASM object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/exc_exit.S.obj
    [60/287] Building ASM object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/isr_wrapper.S.obj
    [61/287] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/fault.c.obj
    [62/287] Building ASM object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/cpu_idle.S.obj
    [63/287] Building C object zephyr/arch/common/CMakeFiles/arch__common.dir/sw_isr_common.c.obj
    [64/287] Building C object zephyr/arch/common/CMakeFiles/isr_tables.dir/isr_tables.c.obj
    [65/287] Building ASM object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/nmi_on_reset.S.obj
    [66/287] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/nmi.c.obj
    [67/287] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/prep_c.c.obj
    [68/287] Linking C static library zephyr\arch\common\libisr_tables.a
    [69/287] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/fatal.c.obj
    [70/287] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/irq_manage.c.obj
    [71/287] Building ASM object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/swap_helper.S.obj
    [72/287] Linking C static library zephyr\arch\common\libarch__common.a
    [73/287] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/thread.c.obj
    [74/287] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/swap.c.obj
    [75/287] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/ncs/v1.8.0/modules/hal/nordic/nrfx/drivers/src/nrfx_twi_twim.c.obj
    [76/287] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/ncs/v1.8.0/modules/hal/nordic/nrfx/drivers/src/nrfx_twim.c.obj
    [77/287] Linking C static library zephyr\arch\arch\arm\core\aarch32\libarch__arm__core__aarch32.a
    [78/287] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/ncs/v1.8.0/modules/hal/nordic/nrfx/drivers/src/nrfx_timer.c.obj
    [79/287] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/ncs/v1.8.0/modules/hal/nordic/nrfx/drivers/src/nrfx_nvmc.c.obj
    [80/287] Building C object zephyr/kernel/CMakeFiles/kernel.dir/device.c.obj
    [81/287] Building C object zephyr/kernel/CMakeFiles/kernel.dir/banner.c.obj
    [82/287] Building C object zephyr/kernel/CMakeFiles/kernel.dir/main_weak.c.obj
    [83/287] Building C object zephyr/kernel/CMakeFiles/kernel.dir/errno.c.obj
    [84/287] Building C object zephyr/kernel/CMakeFiles/kernel.dir/init.c.obj
    [85/287] Building C object zephyr/kernel/CMakeFiles/kernel.dir/version.c.obj
    [86/287] Building C object zephyr/kernel/CMakeFiles/kernel.dir/idle.c.obj
    [87/287] Building C object zephyr/kernel/CMakeFiles/kernel.dir/fatal.c.obj
    [88/287] Building C object zephyr/kernel/CMakeFiles/kernel.dir/kheap.c.obj
    [89/287] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mem_slab.c.obj
    [90/287] Building C object zephyr/kernel/CMakeFiles/kernel.dir/msg_q.c.obj
    [91/287] Building C object zephyr/kernel/CMakeFiles/kernel.dir/thread.c.obj
    [92/287] Building C object zephyr/kernel/CMakeFiles/kernel.dir/sem.c.obj
    [93/287] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mutex.c.obj
    [94/287] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mailbox.c.obj
    [95/287] Building C object zephyr/kernel/CMakeFiles/kernel.dir/pipes.c.obj
    [96/287] Building C object zephyr/kernel/CMakeFiles/kernel.dir/queue.c.obj
    [97/287] Building C object zephyr/kernel/CMakeFiles/kernel.dir/work.c.obj
    [98/287] Building C object zephyr/kernel/CMakeFiles/kernel.dir/xip.c.obj
    [99/287] Building C object zephyr/kernel/CMakeFiles/kernel.dir/sched.c.obj
    [100/287] Building C object zephyr/kernel/CMakeFiles/kernel.dir/system_work_q.c.obj
    [101/287] Building C object zephyr/kernel/CMakeFiles/kernel.dir/stack.c.obj
    [102/287] Building C object zephyr/kernel/CMakeFiles/kernel.dir/condvar.c.obj
    [103/287] Building C object zephyr/kernel/CMakeFiles/kernel.dir/timer.c.obj
    [104/287] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mempool.c.obj
    [105/287] Building C object zephyr/kernel/CMakeFiles/kernel.dir/poll.c.obj
    [106/287] Building C object zephyr/kernel/CMakeFiles/kernel.dir/timeout.c.obj
    [107/287] Building C object CMakeFiles/app.dir/src/slm_at_host.c.obj
    FAILED: CMakeFiles/app.dir/src/slm_at_host.c.obj 
    C:\ncs\v1.8.0\toolchain\opt\bin\arm-none-eabi-gcc.exe -DAPP_VERSION=v1.8.0 -DBUILD_VERSION=v2.7.0-ncs1 -DEXT_API_MAGIC=0x281ee6de,0xb845acea,23298 -DFIRMWARE_INFO_MAGIC=0x281ee6de,0x8fcebb4c,23298 -DKERNEL -DNRF9160_XXAA -DNRF_TRUSTZONE_NONSECURE -DUSE_PARTITION_MANAGER=1 -D_FORTIFY_SOURCE=2 -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -IC:/ncs/v1.8.0/zephyr/include -Izephyr/include/generated -IC:/ncs/v1.8.0/zephyr/soc/arm/nordic_nrf/nrf91 -IC:/ncs/v1.8.0/zephyr/lib/libc/newlib/include -IC:/ncs/v1.8.0/zephyr/subsys/net/lib/sockets/. -IC:/ncs/v1.8.0/zephyr/subsys/net/ip -IC:/ncs/v1.8.0/zephyr/subsys/settings/include -IC:/ncs/v1.8.0/nrf/include -IC:/ncs/v1.8.0/nrf/lib/at_notif/. -IC:/ncs/v1.8.0/nrf/lib/at_cmd_parser/include -IC:/ncs/v1.8.0/nrf/subsys/net/lib/nrf_cloud/./include -IC:/ncs/v1.8.0/nrf/subsys/net/lib/cloud/./include -IC:/ncs/v1.8.0/modules/lib/cjson -IC:/ncs/v1.8.0/nrf/modules/cjson/include -IC:/ncs/v1.8.0/modules/hal/cmsis/CMSIS/Core/Include -IC:/ncs/v1.8.0/modules/hal/nordic/nrfx -IC:/ncs/v1.8.0/modules/hal/nordic/nrfx/drivers/include -IC:/ncs/v1.8.0/modules/hal/nordic/nrfx/mdk -IC:/ncs/v1.8.0/zephyr/modules/hal_nordic/nrfx/. -IC:/ncs/v1.8.0/nrfxlib/nrf_modem/include -I../src/gnss/. -I../src/ftp_c/. -I../src/mqtt_c/. -I../src/http_c/. -I../src/twi/. -I../src/gpio/. -I../src -Os -imacros C:/ncs/MyApps/serial_lte_modem_simpletest/build/zephyr/include/generated/autoconf.h -ffreestanding -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m33 -mthumb -mabi=aapcs -mfpu=fpv5-sp-d16 -mfloat-abi=hard -mfp16-format=ieee -imacros C:/ncs/v1.8.0/zephyr/include/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wno-main -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-address-of-packed-member -Wno-unused-but-set-variable -Werror=implicit-int -fno-asynchronous-unwind-tables -fno-pie -fno-pic -fno-strict-overflow -fno-reorder-functions -fno-defer-pop -fmacro-prefix-map=C:/ncs/MyApps/serial_lte_modem_simpletest=CMAKE_SOURCE_DIR -fmacro-prefix-map=C:/ncs/v1.8.0/zephyr=ZEPHYR_BASE -fmacro-prefix-map=C:/ncs/v1.8.0=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -MD -MT CMakeFiles/app.dir/src/slm_at_host.c.obj -MF CMakeFiles\app.dir\src\slm_at_host.c.obj.d -o CMakeFiles/app.dir/src/slm_at_host.c.obj -c ../src/slm_at_host.c
    In file included from C:\ncs\v1.8.0\zephyr\include\arch\arm\aarch32\arch.h:20,
                     from C:\ncs\v1.8.0\zephyr\include\arch\cpu.h:19,
                     from C:\ncs\v1.8.0\zephyr\include\kernel_includes.h:33,
                     from C:\ncs\v1.8.0\zephyr\include\kernel.h:17,
                     from C:\ncs\v1.8.0\zephyr\include\zephyr.h:18,
                     from c:\ncs\MyApps\serial_lte_modem_simpletest\src\slm_at_host.c:7:
    ../src/slm_at_host.c: In function 'slm_uart_configure':
    c:\ncs\MyApps\serial_lte_modem_simpletest\build\zephyr\include\generated\devicetree_unfixed.h:5386:38: error: 'DT_N_S_soc_S_peripheral_40000000_S_uart_8000_P_rts_pin' undeclared (first use in this function); did you mean 'DT_N_S_soc_S_peripheral_40000000_S_uart_8000_P_tx_pin'?
     5386 | #define DT_N_NODELABEL_uart0         DT_N_S_soc_S_peripheral_40000000_S_uart_8000
          |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    C:\ncs\v1.8.0\zephyr\include\devicetree.h:2641:24: note: in definition of macro 'DT_CAT'
     2641 | #define DT_CAT(a1, a2) a1 ## a2
          |                        ^~
    c:\ncs\MyApps\serial_lte_modem_simpletest\src\slm_at_host.c:248:6: note: in expansion of macro 'DT_PROP'
      248 |      DT_PROP(DT_NODELABEL(uart0), rts_pin),
          |      ^~~~~~~
    C:\ncs\v1.8.0\zephyr\include\devicetree.h:2641:24: note: in expansion of macro 'DT_N_NODELABEL_uart0'
     2641 | #define DT_CAT(a1, a2) a1 ## a2
          |                        ^~
    C:\ncs\v1.8.0\zephyr\include\devicetree.h:177:29: note: in expansion of macro 'DT_CAT'
      177 | #define DT_NODELABEL(label) DT_CAT(DT_N_NODELABEL_, label)
          |                             ^~~~~~
    c:\ncs\MyApps\serial_lte_modem_simpletest\src\slm_at_host.c:248:14: note: in expansion of macro 'DT_NODELABEL'
      248 |      DT_PROP(DT_NODELABEL(uart0), rts_pin),
          |              ^~~~~~~~~~~~
    c:\ncs\MyApps\serial_lte_modem_simpletest\build\zephyr\include\generated\devicetree_unfixed.h:5386:38: note: each undeclared identifier is reported only once for each function it appears in
     5386 | #define DT_N_NODELABEL_uart0         DT_N_S_soc_S_peripheral_40000000_S_uart_8000
          |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    C:\ncs\v1.8.0\zephyr\include\devicetree.h:2641:24: note: in definition of macro 'DT_CAT'
     2641 | #define DT_CAT(a1, a2) a1 ## a2
          |                        ^~
    c:\ncs\MyApps\serial_lte_modem_simpletest\src\slm_at_host.c:248:6: note: in expansion of macro 'DT_PROP'
      248 |      DT_PROP(DT_NODELABEL(uart0), rts_pin),
          |      ^~~~~~~
    C:\ncs\v1.8.0\zephyr\include\devicetree.h:2641:24: note: in expansion of macro 'DT_N_NODELABEL_uart0'
     2641 | #define DT_CAT(a1, a2) a1 ## a2
          |                        ^~
    C:\ncs\v1.8.0\zephyr\include\devicetree.h:177:29: note: in expansion of macro 'DT_CAT'
      177 | #define DT_NODELABEL(label) DT_CAT(DT_N_NODELABEL_, label)
          |                             ^~~~~~
    c:\ncs\MyApps\serial_lte_modem_simpletest\src\slm_at_host.c:248:14: note: in expansion of macro 'DT_NODELABEL'
      248 |      DT_PROP(DT_NODELABEL(uart0), rts_pin),
          |              ^~~~~~~~~~~~
    c:\ncs\MyApps\serial_lte_modem_simpletest\build\zephyr\include\generated\devicetree_unfixed.h:5386:38: error: 'DT_N_S_soc_S_peripheral_40000000_S_uart_8000_P_cts_pin' undeclared (first use in this function); did you mean 'DT_N_S_soc_S_peripheral_40000000_S_uart_8000_P_tx_pin'?
     5386 | #define DT_N_NODELABEL_uart0         DT_N_S_soc_S_peripheral_40000000_S_uart_8000
          |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    C:\ncs\v1.8.0\zephyr\include\devicetree.h:2641:24: note: in definition of macro 'DT_CAT'
     2641 | #define DT_CAT(a1, a2) a1 ## a2
          |                        ^~
    c:\ncs\MyApps\serial_lte_modem_simpletest\src\slm_at_host.c:249:6: note: in expansion of macro 'DT_PROP'
      249 |      DT_PROP(DT_NODELABEL(uart0), cts_pin));
          |      ^~~~~~~
    C:\ncs\v1.8.0\zephyr\include\devicetree.h:2641:24: note: in expansion of macro 'DT_N_NODELABEL_uart0'
     2641 | #define DT_CAT(a1, a2) a1 ## a2
          |                        ^~
    C:\ncs\v1.8.0\zephyr\include\devicetree.h:177:29: note: in expansion of macro 'DT_CAT'
      177 | #define DT_NODELABEL(label) DT_CAT(DT_N_NODELABEL_, label)
          |                             ^~~~~~
    c:\ncs\MyApps\serial_lte_modem_simpletest\src\slm_at_host.c:249:14: note: in expansion of macro 'DT_NODELABEL'
      249 |      DT_PROP(DT_NODELABEL(uart0), cts_pin));
          |              ^~~~~~~~~~~~
    [108/287] Linking C static library zephyr\kernel\libkernel.a
    [109/287] Building C object CMakeFiles/app.dir/src/slm_at_udp_proxy.c.obj
    ninja: build stopped: subcommand failed.
    FATAL ERROR: command exited with status 1: 'c:\ncs\v1.8.0\toolchain\opt\bin\cmake.EXE' --build 'c:\ncs\MyApps\serial_lte_modem_simpletest\build'
    The terminal process terminated with exit code: 1.
    
    Terminal will be reused by tasks, press any key to close it.
    

    funny is this is very similar to the blank board errors.

  • Some more attempts to get the "circuitdojo_feather_nrf9160_ns" board working... I updated the prj.conf for this:

    #
    # Copyright (c) 2020 Nordic Semiconductor ASA
    #
    # SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
    #
    # General config
    CONFIG_LOG=y
    CONFIG_LOG_DEFAULT_LEVEL=3
    CONFIG_STACK_SENTINEL=y
    CONFIG_NEWLIB_LIBC=y
    CONFIG_NEWLIB_LIBC_FLOAT_PRINTF=y
    CONFIG_RING_BUFFER=y
    
    # Segger RTT
    CONFIG_USE_SEGGER_RTT=n
    CONFIG_RTT_CONSOLE=n
    CONFIG_UART_CONSOLE=y
    CONFIG_LOG_BACKEND_RTT=n
    CONFIG_LOG_BACKEND_UART=n
    
    # Network
    CONFIG_NETWORKING=y
    CONFIG_NET_SOCKETS=y
    CONFIG_NET_NATIVE=n
    
    # Modem library
    CONFIG_NRF_MODEM_LIB=y
    # Align the max FD entry to NRF_MODEM_MAX_SOCKET_COUNT(8)
    CONFIG_POSIX_MAX_FDS=8
    # Enable below for modem trace
    #CONFIG_NRF_MODEM_LIB_TRACE_ENABLED=y
    
    # Use GPIO
    CONFIG_GPIO=y
    CONFIG_GPIO_NRFX=y
    CONFIG_GPIO_NRF_P0=y
    
    # UART interface
    CONFIG_SERIAL=y
    CONFIG_UART_ASYNC_API=y
    CONFIG_NRFX_TIMER2=y
    
    # Stacks and heaps
    CONFIG_MAIN_STACK_SIZE=4096
    CONFIG_HEAP_MEM_POOL_SIZE=16384
    CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=4096
    
    # Device power management
    CONFIG_PM_DEVICE=y
    
    # FOTA
    CONFIG_HTTP_PARSER_URL=y
    CONFIG_FOTA_DOWNLOAD=y
    CONFIG_FOTA_DOWNLOAD_PROGRESS_EVT=y
    CONFIG_DFU_TARGET=y
    CONFIG_DOWNLOAD_CLIENT=y
    CONFIG_DOWNLOAD_CLIENT_STACK_SIZE=4096
    CONFIG_BOOTLOADER_MCUBOOT=y
    CONFIG_IMG_MANAGER=y
    
    # FLASH
    CONFIG_FLASH=y
    CONFIG_FLASH_PAGE_LAYOUT=y
    CONFIG_FLASH_MAP=y
    CONFIG_MPU_ALLOW_FLASH_WRITE=y
    CONFIG_IMG_ERASE_PROGRESSIVELY=y
    
    # Settings
    CONFIG_SETTINGS=y
    CONFIG_SETTINGS_FCB=y
    CONFIG_FCB=y
    
    # nRF Cloud
    CONFIG_CLOUD_API=y
    CONFIG_NRF_CLOUD_MQTT=y
    CONFIG_NRF_CLOUD_FOTA=n
    CONFIG_NRF_CLOUD_AGPS=y
    CONFIG_NRF_CLOUD_PGPS=y
    CONFIG_NRF_CLOUD_CELL_POS=y
    CONFIG_NRF_CLOUD_LOG_LEVEL_INF=y
    CONFIG_DATE_TIME=y
    CONFIG_MODEM_INFO=y
    CONFIG_MODEM_INFO_ADD_DATE_TIME=n
    CONFIG_AT_MONITOR=y
    CONFIG_MODEM_JWT=y
    # Use "nrf-<IMEI>" as the default device_id format
    # Use "<device_uuid>" as the device_id format by below
    #CONFIG_NRF_CLOUD_CLIENT_ID_SRC_INTERNAL_UUID=y
    
    #
    # SLM-specific configurations
    #
    CONFIG_SLM_CUSTOMIZED=n
    CONFIG_SLM_LOG_LEVEL_INF=y
    CONFIG_SLM_EXTERNAL_XTAL=n
    CONFIG_SLM_START_SLEEP=n
    # Use UART_0 (when working with PC terminal)
    CONFIG_SLM_CONNECT_UART_0=y
    CONFIG_UART_0_NRF_HW_ASYNC_TIMER=2
    # Use UART_2 (when working with external MCU)
    #CONFIG_SLM_CONNECT_UART_2=y
    #CONFIG_UART_2_NRF_HW_ASYNC_TIMER=2
    # nRF Cloud based location services
    CONFIG_SLM_AGPS=n
    CONFIG_SLM_PGPS=y
    CONFIG_SLM_CELL_POS=y
    

    with "circuitdojo_feather_nrf9160ns.overlay"

    &uart0 {
    	status = "okay";
    	current-speed = <921600>;
    	tx-pin = <24>;
    	rx-pin = <23>;
    	cts-pin = <0xFFFFFFFF>;
    	rts-pin = <0xFFFFFFFF>;
    };

    And I get:

    > Executing task: nRF Connect: Build serial_lte_modem_simpletest/build (active) <
    
    Building serial_lte_modem_simpletest
    west build --build-dir c:\ncs\MyApps\serial_lte_modem_simpletest\build c:\ncs\MyApps\serial_lte_modem_simpletest
    
    [0/1] Re-running CMake...
    Including boilerplate (Zephyr base (cached)): C:/ncs/v1.8.0/zephyr/cmake/app/boilerplate.cmake
    -- Application: C:/ncs/MyApps/serial_lte_modem_simpletest
    -- Zephyr version: 2.7.0 (C:/ncs/v1.8.0/zephyr), build: v2.7.0-ncs1
    -- Found west (found suitable version "0.12.0", minimum required is "0.7.1")
    -- Board: circuitdojo_feather_nrf9160_ns
    -- Cache files will be written to: C:/ncs/v1.8.0/zephyr/.cache
    -- Found dtc: C:/ncs/v1.8.0/toolchain/opt/bin/dtc.exe (found suitable version "1.4.7", minimum required is "1.4.6")
    -- Found toolchain: gnuarmemb (c:/ncs/v1.8.0/toolchain/opt)
    -- Found BOARD.dts: C:/ncs/v1.8.0/zephyr/boards/arm/circuitdojo_feather_nrf9160/circuitdojo_feather_nrf9160_ns.dts
    -- Generated zephyr.dts: C:/ncs/MyApps/serial_lte_modem_simpletest/build/zephyr/zephyr.dts
    -- Generated devicetree_unfixed.h: C:/ncs/MyApps/serial_lte_modem_simpletest/build/zephyr/include/generated/devicetree_unfixed.h
    -- Generated device_extern.h: C:/ncs/MyApps/serial_lte_modem_simpletest/build/zephyr/include/generated/device_extern.h
    -- Including generated dts.cmake file: C:/ncs/MyApps/serial_lte_modem_simpletest/build/zephyr/dts.cmake
    
    warning: Experimental symbol HTTP_CLIENT is enabled.
    
    
    warning: Experimental symbol NET_SOCKETS_OFFLOAD is enabled.
    
    Parsing C:/ncs/MyApps/serial_lte_modem_simpletest/Kconfig
    Loaded configuration 'C:/ncs/v1.8.0/zephyr/boards/arm/circuitdojo_feather_nrf9160/circuitdojo_feather_nrf9160_ns_defconfig'
    Merged configuration 'C:/ncs/MyApps/serial_lte_modem_simpletest/prj.conf'
    Configuration saved to 'C:/ncs/MyApps/serial_lte_modem_simpletest/build/zephyr/.config'
    Kconfig header saved to 'C:/ncs/MyApps/serial_lte_modem_simpletest/build/zephyr/include/generated/autoconf.h'
    Changed board to secure circuitdojo_feather_nrf9160 (NOT NS)
    
    === child image spm -  begin ===
    Including boilerplate (Zephyr base (cached)): C:/ncs/v1.8.0/zephyr/cmake/app/boilerplate.cmake
    -- Application: C:/ncs/v1.8.0/nrf/samples/spm
    -- Zephyr version: 2.7.0 (C:/ncs/v1.8.0/zephyr), build: v2.7.0-ncs1
    -- Found west (found suitable version "0.12.0", minimum required is "0.7.1")
    -- Board: circuitdojo_feather_nrf9160
    -- Cache files will be written to: C:/ncs/v1.8.0/zephyr/.cache
    -- Found dtc: C:/ncs/v1.8.0/toolchain/opt/bin/dtc.exe (found suitable version "1.4.7", minimum required is "1.4.6")
    -- Found toolchain: gnuarmemb (C:/ncs/v1.8.0/toolchain/opt)
    -- Found BOARD.dts: C:/ncs/v1.8.0/zephyr/boards/arm/circuitdojo_feather_nrf9160/circuitdojo_feather_nrf9160.dts
    -- Generated zephyr.dts: C:/ncs/MyApps/serial_lte_modem_simpletest/build/spm/zephyr/zephyr.dts
    -- Generated devicetree_unfixed.h: C:/ncs/MyApps/serial_lte_modem_simpletest/build/spm/zephyr/include/generated/devicetree_unfixed.h
    -- Generated device_extern.h: C:/ncs/MyApps/serial_lte_modem_simpletest/build/spm/zephyr/include/generated/device_extern.h
    -- Including generated dts.cmake file: C:/ncs/MyApps/serial_lte_modem_simpletest/build/spm/zephyr/dts.cmake
    Parsing C:/ncs/v1.8.0/zephyr/Kconfig
    Loaded configuration 'C:/ncs/MyApps/serial_lte_modem_simpletest/build/spm/zephyr/.config'
    No change to configuration in 'C:/ncs/MyApps/serial_lte_modem_simpletest/build/spm/zephyr/.config'
    No change to Kconfig header in 'C:/ncs/MyApps/serial_lte_modem_simpletest/build/spm/zephyr/include/generated/autoconf.h'
    -- Configuring done
    -- Generating done
    -- Build files have been written to: C:/ncs/MyApps/serial_lte_modem_simpletest/build/spm
    === child image spm -  end ===
    
    Changed board to secure circuitdojo_feather_nrf9160 (NOT NS)
    
    === child image mcuboot -  begin ===
    Including boilerplate (Zephyr base (cached)): C:/ncs/v1.8.0/zephyr/cmake/app/boilerplate.cmake
    -- Application: C:/ncs/v1.8.0/bootloader/mcuboot/boot/zephyr
    -- Zephyr version: 2.7.0 (C:/ncs/v1.8.0/zephyr), build: v2.7.0-ncs1
    -- Found west (found suitable version "0.12.0", minimum required is "0.7.1")
    -- Board: circuitdojo_feather_nrf9160
    -- Cache files will be written to: C:/ncs/v1.8.0/zephyr/.cache
    -- Found dtc: C:/ncs/v1.8.0/toolchain/opt/bin/dtc.exe (found suitable version "1.4.7", minimum required is "1.4.6")
    -- Found toolchain: gnuarmemb (C:/ncs/v1.8.0/toolchain/opt)
    -- Found BOARD.dts: C:/ncs/v1.8.0/zephyr/boards/arm/circuitdojo_feather_nrf9160/circuitdojo_feather_nrf9160.dts
    -- Found devicetree overlay: C:/ncs/v1.8.0/bootloader/mcuboot/boot/zephyr/dts.overlay
    -- Found devicetree overlay: C:/ncs/v1.8.0/bootloader/mcuboot/boot/zephyr/dts.overlay
    -- Found devicetree overlay: C:/ncs/v1.8.0/bootloader/mcuboot/boot/zephyr/dts.overlay
    -- Found devicetree overlay: C:/ncs/v1.8.0/bootloader/mcuboot/boot/zephyr/dts.overlay
    -- Found devicetree overlay: C:/ncs/v1.8.0/bootloader/mcuboot/boot/zephyr/dts.overlay
    -- Found devicetree overlay: C:/ncs/v1.8.0/bootloader/mcuboot/boot/zephyr/dts.overlay
    -- Found devicetree overlay: C:/ncs/v1.8.0/bootloader/mcuboot/boot/zephyr/dts.overlay
    -- Generated zephyr.dts: C:/ncs/MyApps/serial_lte_modem_simpletest/build/mcuboot/zephyr/zephyr.dts
    -- Generated devicetree_unfixed.h: C:/ncs/MyApps/serial_lte_modem_simpletest/build/mcuboot/zephyr/include/generated/devicetree_unfixed.h
    -- Generated device_extern.h: C:/ncs/MyApps/serial_lte_modem_simpletest/build/mcuboot/zephyr/include/generated/device_extern.h
    -- Including generated dts.cmake file: C:/ncs/MyApps/serial_lte_modem_simpletest/build/mcuboot/zephyr/dts.cmake
    Parsing C:/ncs/v1.8.0/bootloader/mcuboot/boot/zephyr/Kconfig
    Loaded configuration 'C:/ncs/MyApps/serial_lte_modem_simpletest/build/mcuboot/zephyr/.config'
    No change to configuration in 'C:/ncs/MyApps/serial_lte_modem_simpletest/build/mcuboot/zephyr/.config'
    No change to Kconfig header in 'C:/ncs/MyApps/serial_lte_modem_simpletest/build/mcuboot/zephyr/include/generated/autoconf.h'
    MCUBoot bootloader key file: C:/ncs/v1.8.0/bootloader/mcuboot/root-ec-p256.pem
    -- Configuring done
    -- Generating done
    -- Build files have been written to: C:/ncs/MyApps/serial_lte_modem_simpletest/build/mcuboot
    === child image mcuboot -  end ===
    
    CMake Warning at C:\ncs\v1.8.0\nrf\modules\mcuboot\CMakeLists.txt:255 (message):
      
    
            ---------------------------------------------------------
            --- WARNING: Using default MCUBoot key, it should not ---
            --- be used for production.                           ---
            ---------------------------------------------------------
            
    
    
    
    Dropping partition 'nrf_modem_lib_trace' since its size is 0.
    -- Configuring done
    -- Generating done
    -- Build files have been written to: C:/ncs/MyApps/serial_lte_modem_simpletest/build
    [0/302] Performing build step for 'spm_subimage'
    [1/172] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/ncs/v1.8.0/mbedtls/library/psa_crypto_storage.c.obj
    [2/172] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/ncs/v1.8.0/mbedtls/library/psa_crypto_slot_management.c.obj
    [3/172] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/ncs/v1.8.0/mbedtls/library/xtea.c.obj
    [4/172] Generating misc/generated/syscalls.json, misc/generated/struct_tags.json
    [5/172] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/ncs/v1.8.0/mbedtls/library/psa_crypto_driver_wrappers.c.obj
    [6/172] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/ncs/v1.8.0/mbedtls/library/psa_crypto.c.obj
    [7/172] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/ncs/v1.8.0/mbedtls/library/psa_crypto_client.c.obj
    [8/172] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/ncs/v1.8.0/mbedtls/library/aesni.c.obj
    [9/172] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/ncs/v1.8.0/mbedtls/library/asn1write.c.obj
    [10/172] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/ncs/v1.8.0/mbedtls/library/asn1parse.c.obj
    [11/172] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/ncs/v1.8.0/mbedtls/library/aria.c.obj
    [12/172] Generating objects/cc3xx.mon
    [13/172] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/ncs/v1.8.0/mbedtls/library/arc4.c.obj
    [14/172] Building C object zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj
    [15/172] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/ncs/v1.8.0/mbedtls/library/base64.c.obj
    [16/172] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/ncs/v1.8.0/mbedtls/library/ctr_drbg.c.obj
    [17/172] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/ncs/v1.8.0/mbedtls/library/bignum.c.obj
    [18/172] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/ncs/v1.8.0/mbedtls/library/cipher.c.obj
    [19/172] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/ncs/v1.8.0/mbedtls/library/camellia.c.obj
    [20/172] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/ncs/v1.8.0/mbedtls/library/blowfish.c.obj
    [21/172] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/ncs/v1.8.0/mbedtls/library/debug.c.obj
    [22/172] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/ncs/v1.8.0/mbedtls/library/des.c.obj
    [23/172] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/ncs/v1.8.0/mbedtls/library/error.c.obj
    [24/172] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/ncs/v1.8.0/mbedtls/library/cipher_wrap.c.obj
    [25/172] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/ncs/v1.8.0/mbedtls/library/gcm.c.obj
    [26/172] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/ncs/v1.8.0/mbedtls/library/havege.c.obj
    [27/172] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/ncs/v1.8.0/mbedtls/library/entropy_poll.c.obj
    [28/172] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/ncs/v1.8.0/mbedtls/library/entropy.c.obj
    [29/172] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/ncs/v1.8.0/mbedtls/library/md4.c.obj
    [30/172] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/ncs/v1.8.0/mbedtls/library/hkdf.c.obj
    [31/172] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/ncs/v1.8.0/mbedtls/library/md5.c.obj
    [32/172] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/ncs/v1.8.0/mbedtls/library/hmac_drbg.c.obj
    [33/172] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/ncs/v1.8.0/mbedtls/library/oid.c.obj
    [34/172] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/ncs/v1.8.0/mbedtls/library/md2.c.obj
    [35/172] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/ncs/v1.8.0/mbedtls/library/md.c.obj
    [36/172] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/ncs/v1.8.0/mbedtls/library/nist_kw.c.obj
    [37/172] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/ncs/v1.8.0/mbedtls/library/pkparse.c.obj
    [38/172] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/ncs/v1.8.0/mbedtls/library/pk.c.obj
    [39/172] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/ncs/v1.8.0/mbedtls/library/pk_wrap.c.obj
    [40/172] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/ncs/v1.8.0/mbedtls/library/padlock.c.obj
    [41/172] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/ncs/v1.8.0/mbedtls/library/pkcs5.c.obj
    [42/172] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/ncs/v1.8.0/mbedtls/library/pkcs12.c.obj
    [43/172] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/ncs/v1.8.0/mbedtls/library/platform.c.obj
    [44/172] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/ncs/v1.8.0/mbedtls/library/ripemd160.c.obj
    [45/172] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/ncs/v1.8.0/mbedtls/library/platform_util.c.obj
    [46/172] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/ncs/v1.8.0/mbedtls/library/timing.c.obj
    [47/172] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/ncs/v1.8.0/mbedtls/library/pkwrite.c.obj
    [48/172] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/ncs/v1.8.0/mbedtls/library/version_features.c.obj
    [49/172] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/ncs/v1.8.0/mbedtls/library/version.c.obj
    [50/172] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/ncs/v1.8.0/mbedtls/library/psa_crypto_rsa.c.obj
    [51/172] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/shared/CMakeFiles/mbedcrypto_shared.dir/C_/ncs/v1.8.0/mbedtls/library/sha512.c.obj
    [52/172] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/replacements/pem.c.obj
    [53/172] Building C object modules/nrfxlib/nrfxlib/nrf_security/src/mbedtls/CMakeFiles/mbedcrypto_base_vanilla.dir/C_/ncs/v1.8.0/mbedtls/library/psa_crypto_ecp.c.obj
    [54/172] Linking C static library modules\nrfxlib\nrfxlib\nrf_security\src\libmbedcrypto.a
    [55/172] Generating include/generated/offsets.h
    [56/172] Generating linker_zephyr_prebuilt.cmd
    [57/172] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/irq_manage.c.obj
    [58/172] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/fatal.c.obj
    [59/172] Building C object zephyr/arch/common/CMakeFiles/arch__common.dir/sw_isr_common.c.obj
    [60/172] Building C object zephyr/arch/common/CMakeFiles/isr_tables.dir/isr_tables.c.obj
    [61/172] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/nmi.c.obj
    [62/172] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/prep_c.c.obj
    [63/172] Linking C static library zephyr\arch\common\libisr_tables.a
    [64/172] Building ASM object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/swap_helper.S.obj
    [65/172] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/swap.c.obj
    [66/172] Building ASM object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/exc_exit.S.obj
    [67/172] Linking C static library zephyr\arch\common\libarch__common.a
    [68/172] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/thread.c.obj
    [69/172] Building ASM object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/isr_wrapper.S.obj
    [70/172] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/irq_init.c.obj
    [71/172] Building ASM object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/reset.S.obj
    [72/172] Linking C static library zephyr\arch\arch\arm\core\aarch32\libarch__arm__core__aarch32.a
    [73/172] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/fpu.c.obj
    [74/172] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/fault.c.obj
    [75/172] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/scb.c.obj
    [76/172] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/thread_abort.c.obj
    [77/172] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/cmse/CMakeFiles/arch__arm__core__aarch32__cortex_m__cmse.dir/arm_core_cmse.c.obj
    [78/172] Building C object zephyr/arch/arch/arm/core/aarch32/mpu/CMakeFiles/arch__arm__core__aarch32__mpu.dir/arm_core_mpu.c.obj
    [79/172] Linking C static library zephyr\arch\arch\arm\core\aarch32\cortex_m\libarch__arm__core__aarch32__cortex_m.a
    [80/172] Linking C static library zephyr\arch\arch\arm\core\aarch32\cortex_m\cmse\libarch__arm__core__aarch32__cortex_m__cmse.a
    [81/172] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/tz/CMakeFiles/arch__arm__core__aarch32__cortex_m__tz.dir/arm_core_tz.c.obj
    [82/172] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/abort.c.obj
    [83/172] Building C object zephyr/arch/arch/arm/core/aarch32/mpu/CMakeFiles/arch__arm__core__aarch32__mpu.dir/arm_mpu.c.obj
    [84/172] Linking C static library zephyr\arch\arch\arm\core\aarch32\cortex_m\tz\libarch__arm__core__aarch32__cortex_m__tz.a
    [85/172] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/malloc.c.obj
    [86/172] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/exit.c.obj
    [87/172] Linking C static library zephyr\arch\arch\arm\core\aarch32\mpu\libarch__arm__core__aarch32__mpu.a
    [88/172] Building C object zephyr/lib/posix/CMakeFiles/lib__posix.dir/pthread_common.c.obj
    [89/172] Building C object zephyr/lib/posix/CMakeFiles/lib__posix.dir/nanosleep.c.obj
    [90/172] Building C object zephyr/soc/arm/common/cortex_m/CMakeFiles/soc__arm__common__cortex_m.dir/arm_mpu_regions.c.obj
    [91/172] Linking C static library zephyr\lib\libc\minimal\liblib__libc__minimal.a
    [92/172] Linking C static library zephyr\lib\posix\liblib__posix.a
    [93/172] Linking C static library zephyr\soc\arm\common\cortex_m\libsoc__arm__common__cortex_m.a
    [94/172] Building C object zephyr/boards/boards/arm/circuitdojo_feather_nrf9160/CMakeFiles/boards__arm__circuitdojo_feather_nrf9160.dir/board.c.obj
    [95/172] Building C object zephyr/subsys/random/CMakeFiles/subsys__random.dir/rand32_entropy_device.c.obj
    [96/172] Linking C static library zephyr\boards\boards\arm\circuitdojo_feather_nrf9160\libboards__arm__circuitdojo_feather_nrf9160.a
    [97/172] Linking C static library zephyr\subsys\random\libsubsys__random.a
    [98/172] Building C object zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_control_nrf.c.obj
    [99/172] Building C object zephyr/drivers/entropy/CMakeFiles/drivers__entropy.dir/C_/ncs/v1.8.0/nrf/drivers/entropy/entropy_cc310.c.obj
    [100/172] Building C object zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/sys_clock_init.c.obj
    [101/172] Linking C static library zephyr\drivers\clock_control\libdrivers__clock_control.a
    [102/172] Linking C static library zephyr\drivers\entropy\libdrivers__entropy.a
    [103/172] Building C object zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/nrf_rtc_timer.c.obj
    [104/172] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/fdtable.c.obj
    [105/172] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/notify.c.obj
    [106/172] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/onoff.c.obj
    [107/172] Linking C static library zephyr\drivers\timer\libdrivers__timer.a
    [108/172] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/rb.c.obj
    [109/172] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/printk.c.obj
    [110/172] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/sem.c.obj
    [111/172] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/thread_entry.c.obj
    [112/172] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/heap-validate.c.obj
    [113/172] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/bitarray.c.obj
    [114/172] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/heap.c.obj
    [115/172] Building C object zephyr/CMakeFiles/zephyr.dir/soc/arm/nordic_nrf/nrf91/power.c.obj
    [116/172] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/reboot.c.obj
    [117/172] Building C object zephyr/CMakeFiles/zephyr.dir/soc/arm/nordic_nrf/validate_enabled_instances.c.obj
    [118/172] Building C object zephyr/CMakeFiles/zephyr.dir/soc/arm/nordic_nrf/validate_base_addresses.c.obj
    [119/172] Building C object zephyr/CMakeFiles/zephyr.dir/soc/arm/nordic_nrf/nrf91/soc.c.obj
    [120/172] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/pm/power.c.obj
    [121/172] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/pm/pm_ctrl.c.obj
    [122/172] Building C object zephyr/CMakeFiles/zephyr.dir/C_/ncs/v1.8.0/nrf/subsys/spm/spm.c.obj
    [123/172] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/pm/policy/policy_residency.c.obj
    [124/172] Building C object zephyr/CMakeFiles/zephyr.dir/C_/ncs/v1.8.0/nrf/subsys/spm/secure_services.c.obj
    [125/172] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/tracing/tracing_none.c.obj
    [126/172] Building C object zephyr/CMakeFiles/zephyr.dir/C_/ncs/v1.8.0/nrfxlib/crypto/nrf_cc310_platform/src/nrf_cc3xx_platform_abort_zephyr.c.obj
    [127/172] Building C object zephyr/CMakeFiles/zephyr.dir/C_/ncs/v1.8.0/nrf/subsys/partition_manager/flash_map_partition_manager.c.obj
    [128/172] Building C object modules/nrf/lib/fatal_error/CMakeFiles/..__nrf__lib__fatal_error.dir/fatal_error.c.obj
    [129/172] Building C object zephyr/CMakeFiles/zephyr.dir/C_/ncs/v1.8.0/nrfxlib/crypto/nrf_cc310_platform/src/nrf_cc3xx_platform_mutex_zephyr.c.obj
    [130/172] Linking C static library modules\nrf\lib\fatal_error\lib..__nrf__lib__fatal_error.a
    [131/172] Linking C static library zephyr\libzephyr.a
    [132/172] Building C object modules/nrf/subsys/fw_info/CMakeFiles/..__nrf__subsys__fw_info.dir/fw_info.c.obj
    [133/172] Building C object modules/nrf/drivers/hw_cc310/CMakeFiles/..__nrf__drivers__hw_cc310.dir/hw_cc310.c.obj
    [134/172] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/nrfx_glue.c.obj
    [135/172] Linking C static library modules\nrf\subsys\fw_info\lib..__nrf__subsys__fw_info.a
    [136/172] Linking C static library modules\nrf\drivers\hw_cc310\lib..__nrf__drivers__hw_cc310.a
    [137/172] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/ncs/v1.8.0/modules/hal/nordic/nrfx/drivers/src/nrfx_clock.c.obj
    [138/172] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/ncs/v1.8.0/modules/hal/nordic/nrfx/drivers/src/nrfx_nvmc.c.obj
    [139/172] Building C object zephyr/kernel/CMakeFiles/kernel.dir/main_weak.c.obj
    [140/172] Building C object zephyr/kernel/CMakeFiles/kernel.dir/kheap.c.obj
    [141/172] Building C object zephyr/kernel/CMakeFiles/kernel.dir/banner.c.obj
    [142/172] Linking C static library modules\hal_nordic\nrfx\libmodules__hal_nordic__nrfx.a
    [143/172] Building C object zephyr/kernel/CMakeFiles/kernel.dir/errno.c.obj
    [144/172] Building C object zephyr/kernel/CMakeFiles/kernel.dir/fatal.c.obj
    [145/172] Building C object zephyr/kernel/CMakeFiles/kernel.dir/init.c.obj
    [146/172] Building C object zephyr/kernel/CMakeFiles/kernel.dir/device.c.obj
    [147/172] Building C object zephyr/kernel/CMakeFiles/kernel.dir/idle.c.obj
    [148/172] Building C object zephyr/kernel/CMakeFiles/kernel.dir/msg_q.c.obj
    [149/172] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mailbox.c.obj
    [150/172] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mutex.c.obj
    [151/172] Building C object zephyr/kernel/CMakeFiles/kernel.dir/thread.c.obj
    [152/172] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mem_slab.c.obj
    [153/172] Building C object zephyr/kernel/CMakeFiles/kernel.dir/stack.c.obj
    [154/172] Building C object zephyr/kernel/CMakeFiles/kernel.dir/work.c.obj
    [155/172] Building C object zephyr/kernel/CMakeFiles/kernel.dir/pipes.c.obj
    [156/172] Building C object zephyr/kernel/CMakeFiles/kernel.dir/queue.c.obj
    [157/172] Building C object zephyr/kernel/CMakeFiles/kernel.dir/sem.c.obj
    [158/172] Building C object zephyr/kernel/CMakeFiles/kernel.dir/system_work_q.c.obj
    [159/172] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mempool.c.obj
    [160/172] Building C object zephyr/kernel/CMakeFiles/kernel.dir/xip.c.obj
    [161/172] Building C object zephyr/kernel/CMakeFiles/kernel.dir/timer.c.obj
    [162/172] Building C object zephyr/kernel/CMakeFiles/kernel.dir/timeout.c.obj
    [163/172] Building C object zephyr/kernel/CMakeFiles/kernel.dir/condvar.c.obj
    [164/172] Building C object zephyr/kernel/CMakeFiles/kernel.dir/sched.c.obj
    [165/172] Linking C static library zephyr\kernel\libkernel.a
    [166/172] Linking C executable zephyr\zephyr_prebuilt.elf
    
    [167/172] Generating linker.cmd
    [168/172] Generating isr_tables.c, isrList.bin
    [169/172] Generating dev_handles.c
    [170/172] Building C object zephyr/CMakeFiles/zephyr_final.dir/dev_handles.c.obj
    [171/172] Building C object zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj
    [172/172] Linking C executable zephyr\zephyr.elf
    Memory region         Used Size  Region Size  %age Used
               FLASH:       32256 B        64 KB     49.22%
                SRAM:       11744 B        64 KB     17.92%
            IDT_LIST:          0 GB         2 KB      0.00%
    [1/302] Generating misc/generated/syscalls.json, misc/generated/struct_tags.json
    [2/300] Performing build step for 'mcuboot_subimage'
    [1/144] Generating misc/generated/syscalls.json, misc/generated/struct_tags.json
    [2/144] Building C object zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj
    [3/144] Generating include/generated/offsets.h
    [4/144] Building C object zephyr/arch/common/CMakeFiles/arch__common.dir/sw_isr_common.c.obj
    [5/144] Building C object zephyr/arch/common/CMakeFiles/isr_tables.dir/isr_tables.c.obj
    [6/144] Generating linker_zephyr_prebuilt.cmd
    [7/144] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/fpu.c.obj
    [8/144] Building ASM object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/reset.S.obj
    [9/144] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/thread_abort.c.obj
    [10/144] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/scb.c.obj
    [11/144] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/irq_init.c.obj
    [12/144] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/prep_c.c.obj
    [13/144] Linking C static library zephyr\arch\common\libisr_tables.a
    [14/144] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/fatal.c.obj
    [15/144] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/nmi.c.obj
    [16/144] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/irq_manage.c.obj
    [17/144] Linking C static library zephyr\arch\common\libarch__common.a
    [18/144] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/swap.c.obj
    [19/144] Building ASM object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/isr_wrapper.S.obj
    [20/144] Building ASM object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/swap_helper.S.obj
    [21/144] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/thread.c.obj
    [22/144] Building ASM object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/exc_exit.S.obj
    [23/144] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/cmse/CMakeFiles/arch__arm__core__aarch32__cortex_m__cmse.dir/arm_core_cmse.c.obj
    [24/144] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/fault.c.obj
    [25/144] Linking C static library zephyr\arch\arch\arm\core\aarch32\libarch__arm__core__aarch32.a
    [26/144] Linking C static library zephyr\arch\arch\arm\core\aarch32\cortex_m\cmse\libarch__arm__core__aarch32__cortex_m__cmse.a
    [27/144] Linking C static library zephyr\arch\arch\arm\core\aarch32\cortex_m\libarch__arm__core__aarch32__cortex_m.a
    [28/144] Building C object zephyr/arch/arch/arm/core/aarch32/mpu/CMakeFiles/arch__arm__core__aarch32__mpu.dir/arm_core_mpu.c.obj
    [29/144] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/abort.c.obj
    [30/144] Building C object zephyr/arch/arch/arm/core/aarch32/mpu/CMakeFiles/arch__arm__core__aarch32__mpu.dir/arm_mpu.c.obj
    [31/144] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/malloc.c.obj
    [32/144] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/exit.c.obj
    [33/144] Linking C static library zephyr\arch\arch\arm\core\aarch32\mpu\libarch__arm__core__aarch32__mpu.a
    [34/144] Building C object zephyr/lib/posix/CMakeFiles/lib__posix.dir/nanosleep.c.obj
    [35/144] Linking C static library zephyr\lib\libc\minimal\liblib__libc__minimal.a
    [36/144] Building C object zephyr/soc/arm/common/cortex_m/CMakeFiles/soc__arm__common__cortex_m.dir/arm_mpu_regions.c.obj
    [37/144] Building C object zephyr/lib/posix/CMakeFiles/lib__posix.dir/pthread_common.c.obj
    [38/144] Linking C static library zephyr\lib\posix\liblib__posix.a
    [39/144] Linking C static library zephyr\soc\arm\common\cortex_m\libsoc__arm__common__cortex_m.a
    [40/144] Building C object zephyr/drivers/gpio/CMakeFiles/drivers__gpio.dir/gpio_nrfx.c.obj
    [41/144] Building C object zephyr/boards/boards/arm/circuitdojo_feather_nrf9160/CMakeFiles/boards__arm__circuitdojo_feather_nrf9160.dir/board.c.obj
    [42/144] Building C object zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_control_nrf.c.obj
    [43/144] Linking C static library zephyr\drivers\gpio\libdrivers__gpio.a
    [44/144] Linking C static library zephyr\boards\boards\arm\circuitdojo_feather_nrf9160\libboards__arm__circuitdojo_feather_nrf9160.a
    [45/144] Linking C static library zephyr\drivers\clock_control\libdrivers__clock_control.a
    [46/144] Building C object zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/flash_page_layout.c.obj
    [47/144] Building C object zephyr/drivers/flash/CMakeFiles/drivers__flash.dir/soc_flash_nrf.c.obj
    [48/144] Building C object zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/sys_clock_init.c.obj
    [49/144] Building C object zephyr/drivers/serial/CMakeFiles/drivers__serial.dir/uart_nrfx_uarte.c.obj
    [50/144] Linking C static library zephyr\drivers\flash\libdrivers__flash.a
    [51/144] Building C object zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/nrf_rtc_timer.c.obj
    [52/144] Building C object modules/nrf/lib/fprotect/CMakeFiles/..__nrf__lib__fprotect.dir/fprotect_spu.c.obj
    [53/144] Linking C static library zephyr\drivers\serial\libdrivers__serial.a
    [54/144] Linking C static library zephyr\drivers\timer\libdrivers__timer.a
    [55/144] Linking C static library modules\nrf\lib\fprotect\lib..__nrf__lib__fprotect.a
    [56/144] Building C object modules/nrf/lib/fatal_error/CMakeFiles/..__nrf__lib__fatal_error.dir/fatal_error.c.obj
    [57/144] Building C object modules/nrf/drivers/hw_cc310/CMakeFiles/..__nrf__drivers__hw_cc310.dir/hw_cc310.c.obj
    [58/144] Linking C static library modules\nrf\lib\fatal_error\lib..__nrf__lib__fatal_error.a
    [59/144] Linking C static library modules\nrf\drivers\hw_cc310\lib..__nrf__drivers__hw_cc310.a
    [60/144] Building C object modules/mcuboot/boot/bootutil/zephyr/CMakeFiles/mcuboot_util.dir/C_/ncs/v1.8.0/bootloader/mcuboot/boot/bootutil/src/bootutil_public.c.obj
    [61/144] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/nrfx_glue.c.obj
    [62/144] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/ncs/v1.8.0/modules/hal/nordic/nrfx/drivers/src/nrfx_clock.c.obj
    [63/144] Linking C static library modules\mcuboot\boot\bootutil\zephyr\libmcuboot_util.a
    [64/144] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/ncs/v1.8.0/modules/hal/nordic/nrfx/drivers/src/nrfx_dppi.c.obj
    [65/144] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/ncs/v1.8.0/modules/hal/nordic/nrfx/drivers/src/nrfx_gpiote.c.obj
    [66/144] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/ncs/v1.8.0/modules/hal/nordic/nrfx/drivers/src/nrfx_nvmc.c.obj
    [67/144] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/ncs/v1.8.0/modules/hal/nordic/nrfx/drivers/src/nrfx_wdt.c.obj
    [68/144] Building C object CMakeFiles/app.dir/os.c.obj
    [69/144] Building C object CMakeFiles/app.dir/main.c.obj
    [70/144] Linking C static library modules\hal_nordic\nrfx\libmodules__hal_nordic__nrfx.a
    [71/144] Building C object CMakeFiles/app.dir/flash_map_extended.c.obj
    [72/144] Building C object CMakeFiles/app.dir/keys.c.obj
    [73/144] Building C object CMakeFiles/app.dir/boot_serial_extensions.c.obj
    [74/144] Building C object CMakeFiles/app.dir/C_/ncs/v1.8.0/bootloader/mcuboot/boot/bootutil/src/tlv.c.obj
    [75/144] Building C object CMakeFiles/app.dir/C_/ncs/v1.8.0/bootloader/mcuboot/boot/bootutil/src/image_validate.c.obj
    [76/144] Building C object CMakeFiles/app.dir/C_/ncs/v1.8.0/bootloader/mcuboot/boot/bootutil/src/encrypted.c.obj
    [77/144] Building C object CMakeFiles/app.dir/C_/ncs/v1.8.0/bootloader/mcuboot/boot/bootutil/src/image_ed25519.c.obj
    [78/144] Building C object CMakeFiles/app.dir/C_/ncs/v1.8.0/bootloader/mcuboot/boot/bootutil/src/image_ec256.c.obj
    [79/144] Building C object CMakeFiles/app.dir/C_/ncs/v1.8.0/bootloader/mcuboot/boot/bootutil/src/image_rsa.c.obj
    [80/144] Building C object CMakeFiles/app.dir/C_/ncs/v1.8.0/bootloader/mcuboot/boot/bootutil/src/swap_move.c.obj
    [81/144] Building C object CMakeFiles/app.dir/C_/ncs/v1.8.0/bootloader/mcuboot/boot/bootutil/src/bootutil_misc.c.obj
    [82/144] Building C object CMakeFiles/app.dir/C_/ncs/v1.8.0/bootloader/mcuboot/boot/bootutil/src/loader.c.obj
    [83/144] Building C object CMakeFiles/app.dir/C_/ncs/v1.8.0/bootloader/mcuboot/boot/bootutil/src/fault_injection_hardening.c.obj
    [84/144] Building C object CMakeFiles/app.dir/C_/ncs/v1.8.0/bootloader/mcuboot/boot/bootutil/src/swap_scratch.c.obj
    [85/144] Building C object CMakeFiles/app.dir/C_/ncs/v1.8.0/bootloader/mcuboot/boot/bootutil/src/swap_misc.c.obj
    [86/144] Building C object CMakeFiles/app.dir/C_/ncs/v1.8.0/bootloader/mcuboot/boot/bootutil/src/caps.c.obj
    [87/144] Building C object CMakeFiles/app.dir/C_/ncs/v1.8.0/bootloader/mcuboot/ext/nrf/cc310_glue.c.obj
    [88/144] Building C object CMakeFiles/app.dir/nrf_cleanup.c.obj
    [89/144] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/fdtable.c.obj
    [90/144] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/onoff.c.obj
    [91/144] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/notify.c.obj
    [92/144] Linking C static library app\libapp.a
    [93/144] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/printk.c.obj
    [94/144] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/rb.c.obj
    [95/144] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/sem.c.obj
    [96/144] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/reboot.c.obj
    [97/144] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/thread_entry.c.obj
    [98/144] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/heap-validate.c.obj
    [99/144] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/heap.c.obj
    [100/144] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/bitarray.c.obj
    [101/144] Building C object zephyr/CMakeFiles/zephyr.dir/soc/arm/nordic_nrf/nrf91/soc.c.obj
    [102/144] Building C object zephyr/CMakeFiles/zephyr.dir/soc/arm/nordic_nrf/validate_enabled_instances.c.obj
    [103/144] Building C object zephyr/CMakeFiles/zephyr.dir/C_/ncs/v1.8.0/nrfxlib/crypto/nrf_cc310_platform/src/nrf_cc3xx_platform_mutex_zephyr.c.obj
    [104/144] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/tracing/tracing_none.c.obj
    [105/144] Building C object zephyr/CMakeFiles/zephyr.dir/soc/arm/nordic_nrf/validate_base_addresses.c.obj
    [106/144] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/storage/flash_map/flash_map.c.obj
    [107/144] Building C object zephyr/CMakeFiles/zephyr.dir/C_/ncs/v1.8.0/nrf/subsys/partition_manager/flash_map_partition_manager.c.obj
    [108/144] Building C object zephyr/CMakeFiles/zephyr.dir/C_/ncs/v1.8.0/nrfxlib/crypto/nrf_cc310_platform/src/nrf_cc3xx_platform_abort_zephyr.c.obj
    [109/144] Building C object modules/segger/CMakeFiles/modules__segger.dir/SEGGER_RTT_zephyr.c.obj
    [110/144] Building C object zephyr/kernel/CMakeFiles/kernel.dir/banner.c.obj
    [111/144] Linking C static library modules\segger\libmodules__segger.a
    [112/144] Linking C static library zephyr\libzephyr.a
    [113/144] Building C object zephyr/kernel/CMakeFiles/kernel.dir/main_weak.c.obj
    [114/144] Building C object zephyr/kernel/CMakeFiles/kernel.dir/errno.c.obj
    [115/144] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mem_slab.c.obj
    [116/144] Building C object zephyr/kernel/CMakeFiles/kernel.dir/fatal.c.obj
    [117/144] Building C object zephyr/kernel/CMakeFiles/kernel.dir/device.c.obj
    [118/144] Building C object zephyr/kernel/CMakeFiles/kernel.dir/kheap.c.obj
    [119/144] Building C object zephyr/kernel/CMakeFiles/kernel.dir/init.c.obj
    [120/144] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mailbox.c.obj
    [121/144] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mutex.c.obj
    [122/144] Building C object zephyr/kernel/CMakeFiles/kernel.dir/thread.c.obj
    [123/144] Building C object zephyr/kernel/CMakeFiles/kernel.dir/idle.c.obj
    [124/144] Building C object zephyr/kernel/CMakeFiles/kernel.dir/msg_q.c.obj
    [125/144] Building C object zephyr/kernel/CMakeFiles/kernel.dir/sched.c.obj
    [126/144] Building C object zephyr/kernel/CMakeFiles/kernel.dir/sem.c.obj
    [127/144] Building C object zephyr/kernel/CMakeFiles/kernel.dir/queue.c.obj
    [128/144] Building C object zephyr/kernel/CMakeFiles/kernel.dir/work.c.obj
    [129/144] Building C object zephyr/kernel/CMakeFiles/kernel.dir/stack.c.obj
    [130/144] Building C object zephyr/kernel/CMakeFiles/kernel.dir/system_work_q.c.obj
    [131/144] Building C object zephyr/kernel/CMakeFiles/kernel.dir/timeout.c.obj
    [132/144] Building C object zephyr/kernel/CMakeFiles/kernel.dir/pipes.c.obj
    [133/144] Building C object zephyr/kernel/CMakeFiles/kernel.dir/condvar.c.obj
    [134/144] Building C object zephyr/kernel/CMakeFiles/kernel.dir/timer.c.obj
    [135/144] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mempool.c.obj
    [136/144] Building C object zephyr/kernel/CMakeFiles/kernel.dir/xip.c.obj
    [137/144] Linking C static library zephyr\kernel\libkernel.a
    [138/144] Linking C executable zephyr\zephyr_prebuilt.elf
    
    [139/144] Generating linker.cmd
    [140/144] Generating isr_tables.c, isrList.bin
    [141/144] Generating dev_handles.c
    [142/144] Building C object zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj
    [143/144] Building C object zephyr/CMakeFiles/zephyr_final.dir/dev_handles.c.obj
    [144/144] Linking C executable zephyr\zephyr.elf
    Memory region         Used Size  Region Size  %age Used
               FLASH:       36796 B        48 KB     74.86%
                SRAM:       22144 B     178968 B     12.37%
            IDT_LIST:          0 GB         2 KB      0.00%
    [13/300] Building C object CMakeFiles/app.dir/src/slm_at_host.c.obj
    FAILED: CMakeFiles/app.dir/src/slm_at_host.c.obj 
    C:\ncs\v1.8.0\toolchain\opt\bin\arm-none-eabi-gcc.exe -DAPP_VERSION=v1.8.0 -DBUILD_VERSION=v2.7.0-ncs1 -DEXT_API_MAGIC=0x281ee6de,0xb845acea,23298 -DFIRMWARE_INFO_MAGIC=0x281ee6de,0x8fcebb4c,23298 -DKERNEL -DNRF9160_XXAA -DNRF_TRUSTZONE_NONSECURE -DUSE_PARTITION_MANAGER=1 -D_FORTIFY_SOURCE=2 -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -IC:/ncs/v1.8.0/zephyr/include -Izephyr/include/generated -IC:/ncs/v1.8.0/zephyr/soc/arm/nordic_nrf/nrf91 -IC:/ncs/v1.8.0/zephyr/lib/libc/newlib/include -IC:/ncs/v1.8.0/zephyr/subsys/net/lib/sockets/. -IC:/ncs/v1.8.0/zephyr/subsys/net/ip -IC:/ncs/v1.8.0/zephyr/subsys/settings/include -IC:/ncs/v1.8.0/nrf/include -IC:/ncs/v1.8.0/nrf/lib/at_notif/. -IC:/ncs/v1.8.0/nrf/lib/at_cmd_parser/include -IC:/ncs/v1.8.0/nrf/subsys/net/lib/nrf_cloud/./include -IC:/ncs/v1.8.0/nrf/subsys/net/lib/cloud/./include -IC:/ncs/v1.8.0/modules/lib/cjson -IC:/ncs/v1.8.0/nrf/modules/cjson/include -IC:/ncs/v1.8.0/modules/hal/cmsis/CMSIS/Core/Include -IC:/ncs/v1.8.0/modules/hal/nordic/nrfx -IC:/ncs/v1.8.0/modules/hal/nordic/nrfx/drivers/include -IC:/ncs/v1.8.0/modules/hal/nordic/nrfx/mdk -IC:/ncs/v1.8.0/zephyr/modules/hal_nordic/nrfx/. -IC:/ncs/v1.8.0/nrfxlib/nrf_modem/include -I../src/gnss/. -I../src/ftp_c/. -I../src/mqtt_c/. -I../src/http_c/. -I../src/twi/. -I../src/gpio/. -I../src -Os -imacros C:/ncs/MyApps/serial_lte_modem_simpletest/build/zephyr/include/generated/autoconf.h -ffreestanding -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m33 -mthumb -mabi=aapcs -mfpu=fpv5-sp-d16 -mfloat-abi=hard -mfp16-format=ieee -imacros C:/ncs/v1.8.0/zephyr/include/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wno-main -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-address-of-packed-member -Wno-unused-but-set-variable -Werror=implicit-int -fno-asynchronous-unwind-tables -fno-pie -fno-pic -fno-strict-overflow -fno-reorder-functions -fno-defer-pop -fmacro-prefix-map=C:/ncs/MyApps/serial_lte_modem_simpletest=CMAKE_SOURCE_DIR -fmacro-prefix-map=C:/ncs/v1.8.0/zephyr=ZEPHYR_BASE -fmacro-prefix-map=C:/ncs/v1.8.0=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=nano.specs -std=c99 -MD -MT CMakeFiles/app.dir/src/slm_at_host.c.obj -MF CMakeFiles\app.dir\src\slm_at_host.c.obj.d -o CMakeFiles/app.dir/src/slm_at_host.c.obj -c ../src/slm_at_host.c
    In file included from C:\ncs\v1.8.0\zephyr\include\arch\arm\aarch32\arch.h:20,
                     from C:\ncs\v1.8.0\zephyr\include\arch\cpu.h:19,
                     from C:\ncs\v1.8.0\zephyr\include\kernel_includes.h:33,
                     from C:\ncs\v1.8.0\zephyr\include\kernel.h:17,
                     from C:\ncs\v1.8.0\zephyr\include\zephyr.h:18,
                     from c:\ncs\MyApps\serial_lte_modem_simpletest\src\slm_at_host.c:7:
    ../src/slm_at_host.c: In function 'slm_uart_configure':
    c:\ncs\MyApps\serial_lte_modem_simpletest\build\zephyr\include\generated\devicetree_unfixed.h:5386:38: error: 'DT_N_S_soc_S_peripheral_40000000_S_uart_8000_P_rts_pin' undeclared (first use in this function); did you mean 'DT_N_S_soc_S_peripheral_40000000_S_uart_8000_P_tx_pin'?
     5386 | #define DT_N_NODELABEL_uart0         DT_N_S_soc_S_peripheral_40000000_S_uart_8000
          |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    C:\ncs\v1.8.0\zephyr\include\devicetree.h:2641:24: note: in definition of macro 'DT_CAT'
     2641 | #define DT_CAT(a1, a2) a1 ## a2
          |                        ^~
    c:\ncs\MyApps\serial_lte_modem_simpletest\src\slm_at_host.c:248:6: note: in expansion of macro 'DT_PROP'
      248 |      DT_PROP(DT_NODELABEL(uart0), rts_pin),
          |      ^~~~~~~
    C:\ncs\v1.8.0\zephyr\include\devicetree.h:2641:24: note: in expansion of macro 'DT_N_NODELABEL_uart0'
     2641 | #define DT_CAT(a1, a2) a1 ## a2
          |                        ^~
    C:\ncs\v1.8.0\zephyr\include\devicetree.h:177:29: note: in expansion of macro 'DT_CAT'
      177 | #define DT_NODELABEL(label) DT_CAT(DT_N_NODELABEL_, label)
          |                             ^~~~~~
    c:\ncs\MyApps\serial_lte_modem_simpletest\src\slm_at_host.c:248:14: note: in expansion of macro 'DT_NODELABEL'
      248 |      DT_PROP(DT_NODELABEL(uart0), rts_pin),
          |              ^~~~~~~~~~~~
    c:\ncs\MyApps\serial_lte_modem_simpletest\build\zephyr\include\generated\devicetree_unfixed.h:5386:38: note: each undeclared identifier is reported only once for each function it appears in
     5386 | #define DT_N_NODELABEL_uart0         DT_N_S_soc_S_peripheral_40000000_S_uart_8000
          |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    C:\ncs\v1.8.0\zephyr\include\devicetree.h:2641:24: note: in definition of macro 'DT_CAT'
     2641 | #define DT_CAT(a1, a2) a1 ## a2
          |                        ^~
    c:\ncs\MyApps\serial_lte_modem_simpletest\src\slm_at_host.c:248:6: note: in expansion of macro 'DT_PROP'
      248 |      DT_PROP(DT_NODELABEL(uart0), rts_pin),
          |      ^~~~~~~
    C:\ncs\v1.8.0\zephyr\include\devicetree.h:2641:24: note: in expansion of macro 'DT_N_NODELABEL_uart0'
     2641 | #define DT_CAT(a1, a2) a1 ## a2
          |                        ^~
    C:\ncs\v1.8.0\zephyr\include\devicetree.h:177:29: note: in expansion of macro 'DT_CAT'
      177 | #define DT_NODELABEL(label) DT_CAT(DT_N_NODELABEL_, label)
          |                             ^~~~~~
    c:\ncs\MyApps\serial_lte_modem_simpletest\src\slm_at_host.c:248:14: note: in expansion of macro 'DT_NODELABEL'
      248 |      DT_PROP(DT_NODELABEL(uart0), rts_pin),
          |              ^~~~~~~~~~~~
    c:\ncs\MyApps\serial_lte_modem_simpletest\build\zephyr\include\generated\devicetree_unfixed.h:5386:38: error: 'DT_N_S_soc_S_peripheral_40000000_S_uart_8000_P_cts_pin' undeclared (first use in this function); did you mean 'DT_N_S_soc_S_peripheral_40000000_S_uart_8000_P_tx_pin'?
     5386 | #define DT_N_NODELABEL_uart0         DT_N_S_soc_S_peripheral_40000000_S_uart_8000
          |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    C:\ncs\v1.8.0\zephyr\include\devicetree.h:2641:24: note: in definition of macro 'DT_CAT'
     2641 | #define DT_CAT(a1, a2) a1 ## a2
          |                        ^~
    c:\ncs\MyApps\serial_lte_modem_simpletest\src\slm_at_host.c:249:6: note: in expansion of macro 'DT_PROP'
      249 |      DT_PROP(DT_NODELABEL(uart0), cts_pin));
          |      ^~~~~~~
    C:\ncs\v1.8.0\zephyr\include\devicetree.h:2641:24: note: in expansion of macro 'DT_N_NODELABEL_uart0'
     2641 | #define DT_CAT(a1, a2) a1 ## a2
          |                        ^~
    C:\ncs\v1.8.0\zephyr\include\devicetree.h:177:29: note: in expansion of macro 'DT_CAT'
      177 | #define DT_NODELABEL(label) DT_CAT(DT_N_NODELABEL_, label)
          |                             ^~~~~~
    c:\ncs\MyApps\serial_lte_modem_simpletest\src\slm_at_host.c:249:14: note: in expansion of macro 'DT_NODELABEL'
      249 |      DT_PROP(DT_NODELABEL(uart0), cts_pin));
          |              ^~~~~~~~~~~~
    [14/300] Building C object CMakeFiles/app.dir/src/slm_at_sms.c.obj
    ninja: build stopped: subcommand failed.
    FATAL ERROR: command exited with status 1: 'c:\ncs\v1.8.0\toolchain\opt\bin\cmake.EXE' --build 'c:\ncs\MyApps\serial_lte_modem_simpletest\build'
    The terminal process terminated with exit code: 1.
    
    Terminal will be reused by tasks, press any key to close it.
    

  • I get all the same failures in SEGGER as well.

Related