@jaredwolff Something is a bit strange. The blinky
example is building and loading on the device as expected, and without any problems. However, the at_client
example wont build as it’s complaining that <zephyr/logging/log.h>
is not found. I noticed that the version of zephyr that it installed for me was 2.6.99, which seems quite old - Not sure if that’s related or not?
[62/206] Building C object zephyr/CMakeFiles/zephyr.dir/Users/jeppe/JML-S...jo-nrf/modules/lib/golioth/net/sockets/sockets_offload_poll_wrapper.c.obj
FAILED: zephyr/CMakeFiles/zephyr.dir/Users/jeppe/JML-Software-Solutions/smart-well/circuit-dojo-nrf/modules/lib/golioth/net/sockets/sockets_offload_poll_wrapper.c.obj
ccache /Users/jeppe/.zephyrtools/toolchain/zephyr-sdk-0.15.1/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DBUILD_VERSION=v2.6.99-ncs1-1 -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__PROGRAM_START -D__ZEPHYR__=1 -I/Users/jeppe/JML-Software-Solutions/smart-well/circuit-dojo-nrf/zephyr/kernel/include -I/Users/jeppe/JML-Software-Solutions/smart-well/circuit-dojo-nrf/zephyr/arch/arm/include -I/Users/jeppe/JML-Software-Solutions/smart-well/circuit-dojo-nrf/zephyr/include -I/Users/jeppe/JML-Software-Solutions/smart-well/circuit-dojo-nrf/nfed/samples/at_client/build/zephyr/include/generated -I/Users/jeppe/JML-Software-Solutions/smart-well/circuit-dojo-nrf/zephyr/soc/arm/nordic_nrf/nrf91 -I/Users/jeppe/JML-Software-Solutions/smart-well/circuit-dojo-nrf/zephyr/subsys/net/lib/sockets/. -I/Users/jeppe/JML-Software-Solutions/smart-well/circuit-dojo-nrf/nrf/include -I/Users/jeppe/JML-Software-Solutions/smart-well/circuit-dojo-nrf/nrf/lib/at_notif/. -I/Users/jeppe/JML-Software-Solutions/smart-well/circuit-dojo-nrf/modules/lib/golioth/include -I/Users/jeppe/JML-Software-Solutions/smart-well/circuit-dojo-nrf/pcf85063a/include -I/Users/jeppe/JML-Software-Solutions/smart-well/circuit-dojo-nrf/modules/hal/cmsis/CMSIS/Core/Include -I/Users/jeppe/JML-Software-Solutions/smart-well/circuit-dojo-nrf/modules/hal/nordic/nrfx -I/Users/jeppe/JML-Software-Solutions/smart-well/circuit-dojo-nrf/modules/hal/nordic/nrfx/drivers/include -I/Users/jeppe/JML-Software-Solutions/smart-well/circuit-dojo-nrf/modules/hal/nordic/nrfx/mdk -I/Users/jeppe/JML-Software-Solutions/smart-well/circuit-dojo-nrf/zephyr/modules/hal_nordic/nrfx/. -I/Users/jeppe/JML-Software-Solutions/smart-well/circuit-dojo-nrf/nrfxlib/nrf_modem/include -isystem /Users/jeppe/JML-Software-Solutions/smart-well/circuit-dojo-nrf/zephyr/lib/libc/minimal/include -isystem /Users/jeppe/.zephyrtools/toolchain/zephyr-sdk-0.15.1/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.1.0/include -isystem /Users/jeppe/.zephyrtools/toolchain/zephyr-sdk-0.15.1/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.1.0/include-fixed -Os -imacros /Users/jeppe/JML-Software-Solutions/smart-well/circuit-dojo-nrf/nfed/samples/at_client/build/zephyr/include/generated/autoconf.h -ffreestanding -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m33 -mthumb -mabi=aapcs -imacros /Users/jeppe/JML-Software-Solutions/smart-well/circuit-dojo-nrf/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=/Users/jeppe/JML-Software-Solutions/smart-well/circuit-dojo-nrf/nfed/samples/at_client=CMAKE_SOURCE_DIR -fmacro-prefix-map=/Users/jeppe/JML-Software-Solutions/smart-well/circuit-dojo-nrf/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/Users/jeppe/JML-Software-Solutions/smart-well/circuit-dojo-nrf=WEST_TOPDIR -ffunction-sections -fdata-sections -std=c99 -nostdinc -MD -MT zephyr/CMakeFiles/zephyr.dir/Users/jeppe/JML-Software-Solutions/smart-well/circuit-dojo-nrf/modules/lib/golioth/net/sockets/sockets_offload_poll_wrapper.c.obj -MF zephyr/CMakeFiles/zephyr.dir/Users/jeppe/JML-Software-Solutions/smart-well/circuit-dojo-nrf/modules/lib/golioth/net/sockets/sockets_offload_poll_wrapper.c.obj.d -o zephyr/CMakeFiles/zephyr.dir/Users/jeppe/JML-Software-Solutions/smart-well/circuit-dojo-nrf/modules/lib/golioth/net/sockets/sockets_offload_poll_wrapper.c.obj -c /Users/jeppe/JML-Software-Solutions/smart-well/circuit-dojo-nrf/modules/lib/golioth/net/sockets/sockets_offload_poll_wrapper.c
/Users/jeppe/JML-Software-Solutions/smart-well/circuit-dojo-nrf/modules/lib/golioth/net/sockets/sockets_offload_poll_wrapper.c:7:10: fatal error: zephyr/logging/log.h: No such file or directory
7 | #include <zephyr/logging/log.h>
| ^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
[71/206] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/net/lib/sockets/sockets.c.obj
ninja: build stopped: subcommand failed.
FATAL ERROR: command exited with status 1: /Users/jeppe/.zephyrtools/cmake/cmake-3.22.0-macos-universal/CMake.app/Contents/bin/cmake --build /Users/jeppe/JML-Software-Solutions/smart-well/circuit-dojo-nrf/nfed/samples/at_client/build