* Executing task: nRF Connect: Build [pristine]: NRF_BLETransparentModule_V2/build Building NRF_BLETransparentModule_V2 west build --build-dir /Users/chinmaydixit/Projects/NRF/Projects/NRF_BLETransparentModule_V2/build /Users/chinmaydixit/Projects/NRF/Projects/NRF_BLETransparentModule_V2 --pristine --board ble_trans_board_nrf52810/nrf52810 --sysbuild -- -DNCS_TOOLCHAIN_VERSION=NONE -DCONF_FILE=prj_minimal.conf -DDTC_OVERLAY_FILE=ble_trans_board_nrf52810_nrf52810.overlay -DBOARD_ROOT=/Users/chinmaydixit/Projects/NRF -- west build: generating a build system Loading Zephyr module(s) (Zephyr base): sysbuild_default -- Found Python3: /opt/nordic/ncs/toolchains/b8efef2ad5/opt/python@3.12/bin/python3.12 (found suitable version "3.12.4", minimum required is "3.8") found components: Interpreter -- Cache files will be written to: /Users/chinmaydixit/Library/Caches/zephyr -- Found west (found suitable version "1.2.0", minimum required is "0.14.0") -- Board: ble_trans_board_nrf52810, qualifiers: nrf52810 Parsing /Users/chinmaydixit/Projects/NRF/Projects/NRF_BLETransparentModule_V2/Kconfig.sysbuild Loaded configuration '/Users/chinmaydixit/Projects/NRF/Projects/NRF_BLETransparentModule_V2/build/_sysbuild/empty.conf' Merged configuration '/Users/chinmaydixit/Projects/NRF/Projects/NRF_BLETransparentModule_V2/build/_sysbuild/empty.conf' Configuration saved to '/Users/chinmaydixit/Projects/NRF/Projects/NRF_BLETransparentModule_V2/build/zephyr/.config' Kconfig header saved to '/Users/chinmaydixit/Projects/NRF/Projects/NRF_BLETransparentModule_V2/build/_sysbuild/autoconf.h' -- ************************************************* * Running CMake for NRF_BLETransparentModule_V2 * ************************************************* Loading Zephyr default modules (Zephyr base). -- Application: /Users/chinmaydixit/Projects/NRF/Projects/NRF_BLETransparentModule_V2 -- CMake version: 3.21.0 -- Found Python3: /opt/nordic/ncs/toolchains/b8efef2ad5/bin/python (found suitable version "3.12.4", minimum required is "3.8") found components: Interpreter -- Cache files will be written to: /Users/chinmaydixit/Library/Caches/zephyr -- Zephyr version: 3.7.99 (/opt/nordic/ncs/v2.9.1/zephyr) -- Found west (found suitable version "1.2.0", minimum required is "0.14.0") -- Board: ble_trans_board_nrf52810, qualifiers: nrf52810 -- Found host-tools: zephyr 0.17.0 (/opt/nordic/ncs/toolchains/b8efef2ad5/opt/zephyr-sdk) -- Found toolchain: zephyr 0.17.0 (/opt/nordic/ncs/toolchains/b8efef2ad5/opt/zephyr-sdk) -- Found Dtc: /opt/nordic/ncs/toolchains/b8efef2ad5/bin/dtc (found suitable version "1.6.1", minimum required is "1.4.6") -- Found BOARD.dts: /Users/chinmaydixit/Projects/NRF/boards/CGC/ble_trans_board_nrf52810/ble_trans_board_nrf52810.dts -- Found devicetree overlay: ble_trans_board_nrf52810_nrf52810.overlay -- Generated zephyr.dts: /Users/chinmaydixit/Projects/NRF/Projects/NRF_BLETransparentModule_V2/build/NRF_BLETransparentModule_V2/zephyr/zephyr.dts -- Generated devicetree_generated.h: /Users/chinmaydixit/Projects/NRF/Projects/NRF_BLETransparentModule_V2/build/NRF_BLETransparentModule_V2/zephyr/include/generated/zephyr/devicetree_generated.h -- Including generated dts.cmake file: /Users/chinmaydixit/Projects/NRF/Projects/NRF_BLETransparentModule_V2/build/NRF_BLETransparentModule_V2/zephyr/dts.cmake warning: HW_STACK_PROTECTION (defined at soc/nxp/s32/s32k1/Kconfig.defconfig:20, arch/Kconfig:283) was assigned the value 'y' but got the value 'n'. Check these unsatisfied dependencies: ((SOC_SERIES_S32K1 && SOC_FAMILY_NXP_S32) || ARCH_HAS_STACK_PROTECTION) (=n). See http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_HW_STACK_PROTECTION and/or look up HW_STACK_PROTECTION 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: LOG_BUFFER_SIZE (defined at /opt/nordic/ncs/v2.9.1/nrf/subsys/net/openthread/Kconfig.defconfig:51, subsys/logging/Kconfig.processing:122) was assigned the value '256' but got the value ''. Check these unsatisfied dependencies: (NET_L2_OPENTHREAD || (LOG_MODE_DEFERRED && !LOG_FRONTEND_ONLY && !LOG_MODE_MINIMAL && LOG)) (=n). See http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_LOG_BUFFER_SIZE and/or look up LOG_BUFFER_SIZE in the menuconfig/guiconfig interface. The Application Development Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful too. warning: UART_CONSOLE (defined at drivers/console/Kconfig:42) was assigned the value 'y' but got the value 'n'. Check these unsatisfied dependencies: CONSOLE (=n). See http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_UART_CONSOLE and/or look up UART_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: LOG_PRINTK (defined at subsys/logging/Kconfig.processing:8) was assigned the value 'y' but got the value 'n'. Check these unsatisfied dependencies: LOG (=n). See http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_LOG_PRINTK and/or look up LOG_PRINTK 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: LOG_BACKEND_UART (defined at subsys/logging/backends/Kconfig.uart:4) was assigned the value 'y' but got the value 'n'. Check these unsatisfied dependencies: UART_CONSOLE (=n), LOG (=n). See http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_LOG_BACKEND_UART and/or look up LOG_BACKEND_UART in the menuconfig/guiconfig interface. The Application Development Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful too. Parsing /Users/chinmaydixit/Projects/NRF/Projects/NRF_BLETransparentModule_V2/Kconfig Loaded configuration '/Users/chinmaydixit/Projects/NRF/boards/CGC/ble_trans_board_nrf52810/ble_trans_board_nrf52810_defconfig' Merged configuration '/Users/chinmaydixit/Projects/NRF/Projects/NRF_BLETransparentModule_V2/prj_minimal.conf' Merged configuration '/Users/chinmaydixit/Projects/NRF/Projects/NRF_BLETransparentModule_V2/build/NRF_BLETransparentModule_V2/zephyr/.config.sysbuild' Configuration saved to '/Users/chinmaydixit/Projects/NRF/Projects/NRF_BLETransparentModule_V2/build/NRF_BLETransparentModule_V2/zephyr/.config' Kconfig header saved to '/Users/chinmaydixit/Projects/NRF/Projects/NRF_BLETransparentModule_V2/build/NRF_BLETransparentModule_V2/zephyr/include/generated/zephyr/autoconf.h' -- Found GnuLd: /opt/nordic/ncs/toolchains/b8efef2ad5/opt/zephyr-sdk/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd (found version "2.38") -- The C compiler identification is GNU 12.2.0 -- The CXX compiler identification is GNU 12.2.0 -- The ASM compiler identification is GNU -- Found assembler: /opt/nordic/ncs/toolchains/b8efef2ad5/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc CMake Warning at /opt/nordic/ncs/v2.9.1/zephyr/subsys/bluetooth/host/CMakeLists.txt:91 (message): CONFIG_BT_FIXED_PASSKEY is enabled A fixed passkey is easy to deduce during the pairing procedure, do not use in production. -- Setting build type to 'MinSizeRel' as none was specified. -- Using ccache: /opt/nordic/ncs/toolchains/b8efef2ad5/bin/ccache -- Configuring done -- Generating done -- Build files have been written to: /Users/chinmaydixit/Projects/NRF/Projects/NRF_BLETransparentModule_V2/build/NRF_BLETransparentModule_V2 -- Found partition manager static configuration : /Users/chinmaydixit/Projects/NRF/Projects/NRF_BLETransparentModule_V2/pm_static.yml Partition 'nvs_storage' is not included in the dynamic resolving since it is statically defined. Partition 'settings_storage' is not included in the dynamic resolving since it is statically defined. -- Configuring done -- Generating done -- Build files have been written to: /Users/chinmaydixit/Projects/NRF/Projects/NRF_BLETransparentModule_V2/build -- west build: building application [1/216] Preparing syscall dependency handling [8/216] Generating include/generated/zephyr/version.h -- Zephyr version: 3.7.99 (/opt/nordic/ncs/v2.9.1/zephyr), build: v3.7.99-ncs2-1 [39/216] Building C object CMakeFiles/app.dir/src/GPIO_handle/GPIO_handle.c.obj /Users/chinmaydixit/Projects/NRF/Projects/NRF_BLETransparentModule_V2/src/GPIO_handle/GPIO_handle.c: In function 'configure_gpio': /Users/chinmaydixit/Projects/NRF/Projects/NRF_BLETransparentModule_V2/src/GPIO_handle/GPIO_handle.c:131:1: warning: control reaches end of non-void function [-Wreturn-type] 131 | } | ^ [49/216] Building C object CMakeFiles/app.dir/src/ble_handle/ble_handle.c.obj /Users/chinmaydixit/Projects/NRF/Projects/NRF_BLETransparentModule_V2/src/ble_handle/ble_handle.c: In function 'bt_receive_cb': /Users/chinmaydixit/Projects/NRF/Projects/NRF_BLETransparentModule_V2/src/ble_handle/ble_handle.c:81:13: warning: unused variable 'err' [-Wunused-variable] 81 | int err; | ^~~ /Users/chinmaydixit/Projects/NRF/Projects/NRF_BLETransparentModule_V2/src/ble_handle/ble_handle.c: In function 'auth_passkey_entry': /Users/chinmaydixit/Projects/NRF/Projects/NRF_BLETransparentModule_V2/src/ble_handle/ble_handle.c:204:65: warning: implicit declaration of function 'bt_addr_str'; did you mean 'bt_addr_to_str'? [-Wimplicit-function-declaration] 204 | uart_printk("Failed to enter passkey for %s\n", bt_addr_str(bt_conn_get_dst(conn))); | ^~~~~~~~~~~ | bt_addr_to_str /Users/chinmaydixit/Projects/NRF/Projects/NRF_BLETransparentModule_V2/src/ble_handle/ble_handle.c: In function 'ble_init': /Users/chinmaydixit/Projects/NRF/Projects/NRF_BLETransparentModule_V2/src/ble_handle/ble_handle.c:466:17: warning: implicit declaration of function 'settings_load' [-Wimplicit-function-declaration] 466 | settings_load(); | ^~~~~~~~~~~~~ /Users/chinmaydixit/Projects/NRF/Projects/NRF_BLETransparentModule_V2/src/ble_handle/ble_handle.c: At top level: /Users/chinmaydixit/Projects/NRF/Projects/NRF_BLETransparentModule_V2/src/ble_handle/ble_handle.c:199:13: warning: 'auth_passkey_entry' defined but not used [-Wunused-function] 199 | static void auth_passkey_entry(struct bt_conn *conn) | ^~~~~~~~~~~~~~~~~~ /Users/chinmaydixit/Projects/NRF/Projects/NRF_BLETransparentModule_V2/src/ble_handle/ble_handle.c:145:13: warning: 'auth_passkey_confirm' defined but not used [-Wunused-function] 145 | static void auth_passkey_confirm(struct bt_conn *conn, unsigned int passkey) | ^~~~~~~~~~~~~~~~~~~~ /Users/chinmaydixit/Projects/NRF/Projects/NRF_BLETransparentModule_V2/src/ble_handle/ble_handle.c:40:13: warning: 'num_comp_reply' defined but not used [-Wunused-function] 40 | static void num_comp_reply(bool accept) | ^~~~~~~~~~~~~~ [216/216] Linking C executable zephyr/zephyr.elf Memory region Used Size Region Size %age Used FLASH: 151060 B 176 KB 83.82% RAM: 23064 B 24 KB 93.85% IDT_LIST: 0 GB 32 KB 0.00% Generating files from /Users/chinmaydixit/Projects/NRF/Projects/NRF_BLETransparentModule_V2/build/NRF_BLETransparentModule_V2/zephyr/zephyr.elf for board: ble_trans_board_nrf52810 [10/10] Generating ../merged.hex * Terminal will be reused by tasks, press any key to close it.