Hi,
I create a customboard on NRF54L15.
After that, I create a new application => Copy a sample => Blinky.
I just build without fix anything code, but it isn't build completely.
Please help me solution for this.
Error:
"[87/130] Building C object zephyr/drivers/gpio/CMakeFiles/drivers__gpio.dir/gpio_nrfx.c.obj
FAILED: zephyr/drivers/gpio/CMakeFiles/drivers__gpio.dir/gpio_nrfx.c.obj
C:\ncs\toolchains\b620d30767\opt\zephyr-sdk\arm-zephyr-eabi\bin\arm-zephyr-eabi-gcc.exe -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DNRF54L15_XXAA -DNRF_APPLICATION -DNRF_CONFIG_CPU_FREQ_MHZ=128 -DPICOLIBC_LONG_LONG_PRINTF_SCANF -DUSE_PARTITION_MANAGER=1 -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -IC:/Brain-Life/Nordic/my_app/blinky_1/build/blinky_1/zephyr/include/generated/zephyr -IC:/ncs/v2.9.0/zephyr/include -IC:/Brain-Life/Nordic/my_app/blinky_1/build/blinky_1/zephyr/include/generated -IC:/ncs/v2.9.0/zephyr/soc/nordic -IC:/ncs/v2.9.0/zephyr/soc/nordic/nrf54l/. -IC:/ncs/v2.9.0/zephyr/soc/nordic/common/. -IC:/ncs/v2.9.0/nrf/include -IC:/ncs/v2.9.0/nrf/tests/include -IC:/ncs/v2.9.0/modules/hal/cmsis/CMSIS/Core/Include -IC:/ncs/v2.9.0/zephyr/modules/cmsis/. -IC:/ncs/v2.9.0/modules/hal/nordic/nrfx -IC:/ncs/v2.9.0/modules/hal/nordic/nrfx/drivers/include -IC:/ncs/v2.9.0/modules/hal/nordic/nrfx/mdk -IC:/ncs/v2.9.0/zephyr/modules/hal_nordic/nrfx/. -IC:/ncs/v2.9.0/modules/debug/segger/SEGGER -IC:/ncs/v2.9.0/modules/debug/segger/Config -isystem C:/ncs/v2.9.0/zephyr/lib/libc/common/include -Os -DNDEBUG -Wshadow -fno-strict-aliasing -Os -imacros C:/Brain-Life/Nordic/my_app/blinky_1/build/blinky_1/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m33 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=C:/ncs/toolchains/b620d30767/opt/zephyr-sdk/arm-zephyr-eabi/arm-zephyr-eabi -imacros C:/ncs/v2.9.0/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=C:/Brain-Life/Nordic/my_app/blinky_1=CMAKE_SOURCE_DIR -fmacro-prefix-map=C:/ncs/v2.9.0/zephyr=ZEPHYR_BASE -fmacro-prefix-map=C:/ncs/v2.9.0=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c99 -MD -MT zephyr/drivers/gpio/CMakeFiles/drivers__gpio.dir/gpio_nrfx.c.obj -MF zephyr\drivers\gpio\CMakeFiles\drivers__gpio.dir\gpio_nrfx.c.obj.d -o zephyr/drivers/gpio/CMakeFiles/drivers__gpio.dir/gpio_nrfx.c.obj -c C:/ncs/v2.9.0/zephyr/drivers/gpio/gpio_nrfx.c
In file included from C:/ncs/v2.9.0/zephyr/include/zephyr/sys/util_macro.h:34,
from C:/ncs/v2.9.0/zephyr/include/zephyr/irq_multilevel.h:16,
from C:/ncs/v2.9.0/zephyr/include/zephyr/devicetree.h:20,
from c:\ncs\v2.9.0\zephyr\modules\hal_nordic\nrfx\nrfx_config.h:10,
from C:/ncs/v2.9.0/modules/hal/nordic/nrfx/nrfx.h:37,
from C:/ncs/v2.9.0/modules/hal/nordic/nrfx/drivers/include/nrfx_gpiote.h:37,
from C:/ncs/v2.9.0/zephyr/drivers/gpio/gpio_nrfx.c:9:
C:/ncs/v2.9.0/zephyr/include/zephyr/toolchain/gcc.h:87:36: error: static assertion failed: "Please enable GPIOTE instance for used GPIO port!"
87 | #define BUILD_ASSERT(EXPR, MSG...) _Static_assert((EXPR), "" MSG)
| ^~~~~~~~~~~~~~
C:/ncs/v2.9.0/zephyr/include/zephyr/sys/util_internal.h:72:26: note: in definition of macro '__DEBRACKET'
72 | #define __DEBRACKET(...) __VA_ARGS__
| ^~~~~~~~~~~
C:/ncs/v2.9.0/zephyr/include/zephyr/sys/util_internal.h:64:9: note: in expansion of macro '__GET_ARG2_DEBRACKET'
64 | __GET_ARG2_DEBRACKET(one_or_two_args _if_code, _else_code)
| ^~~~~~~~~~~~~~~~~~~~
C:/ncs/v2.9.0/zephyr/include/zephyr/sys/util_internal.h:59:9: note: in expansion of macro '__COND_CODE'
59 | __COND_CODE(_XXXX##_flag, _if_1_code, _else_code)
| ^~~~~~~~~~~
C:/ncs/v2.9.0/zephyr/include/zephyr/sys/util_macro.h:180:9: note: in expansion of macro 'Z_COND_CODE_1'
180 | Z_COND_CODE_1(_flag, _if_1_code, _else_code)
| ^~~~~~~~~~~~~
C:/ncs/v2.9.0/zephyr/include/zephyr/devicetree.h:4623:9: note: in expansion of macro 'COND_CODE_1'
4623 | COND_CODE_1(DT_HAS_COMPAT_STATUS_OKAY(DT_DRV_COMPAT), \
| ^~~~~~~~~~~
C:/ncs/v2.9.0/zephyr/include/zephyr/sys/util_internal.h:69:53: note: in expansion of macro '__DEBRACKET'
69 | #define __GET_ARG2_DEBRACKET(ignore_this, val, ...) __DEBRACKET val
| ^~~~~~~~~~~
C:/ncs/v2.9.0/zephyr/include/zephyr/sys/util_internal.h:64:9: note: in expansion of macro '__GET_ARG2_DEBRACKET'
64 | __GET_ARG2_DEBRACKET(one_or_two_args _if_code, _else_code)
| ^~~~~~~~~~~~~~~~~~~~
C:/ncs/v2.9.0/zephyr/include/zephyr/sys/util_internal.h:59:9: note: in expansion of macro '__COND_CODE'
59 | __COND_CODE(_XXXX##_flag, _if_1_code, _else_code)
| ^~~~~~~~~~~
C:/ncs/v2.9.0/zephyr/include/zephyr/sys/util_macro.h:180:9: note: in expansion of macro 'Z_COND_CODE_1'
180 | Z_COND_CODE_1(_flag, _if_1_code, _else_code)
| ^~~~~~~~~~~~~
C:/ncs/v2.9.0/zephyr/drivers/gpio/gpio_nrfx.c:539:9: note: in expansion of macro 'COND_CODE_1'
539 | COND_CODE_1(DT_INST_NODE_HAS_PROP(id, gpiote_instance), \
| ^~~~~~~~~~~
C:/ncs/v2.9.0/zephyr/drivers/gpio/gpio_nrfx.c:540:18: note: in expansion of macro 'BUILD_ASSERT'
540 | (BUILD_ASSERT(DT_NODE_HAS_STATUS_OKAY(GPIOTE_PHANDLE(id)), \
| ^~~~~~~~~~~~
C:/ncs/v2.9.0/zephyr/drivers/gpio/gpio_nrfx.c:553:9: note: in expansion of macro 'GPIOTE_CHECK'
553 | GPIOTE_CHECK(id); \
| ^~~~~~~~~~~~
C:/Brain-Life/Nordic/my_app/blinky_1/build/blinky_1/zephyr/include/generated/zephyr/devicetree_generated.h:13170:56: note: in expansion of macro 'GPIO_NRF_DEVICE'
13170 | #define DT_FOREACH_OKAY_INST_nordic_nrf_gpio(fn) fn(0) fn(1) fn(2)
| ^~
C:/ncs/v2.9.0/zephyr/include/zephyr/sys/util_internal.h:105:36: note: in expansion of macro 'DT_FOREACH_OKAY_INST_nordic_nrf_gpio'
105 | #define UTIL_PRIMITIVE_CAT(a, ...) a##__VA_ARGS__
| ^
C:/ncs/v2.9.0/zephyr/drivers/gpio/gpio_nrfx.c:576:1: note: in expansion of macro 'DT_INST_FOREACH_STATUS_OKAY'
576 | DT_INST_FOREACH_STATUS_OKAY(GPIO_NRF_DEVICE)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
C:/ncs/v2.9.0/modules/hal/nordic/nrfx/drivers/include/nrfx_gpiote.h:76:33: error: 'NRFX_GPIOTE20_INST_IDX' undeclared here (not in a function); did you mean 'NRF_GPIOTE_INT_IN'?
76 | .drv_inst_idx = NRFX_CONCAT(NRFX_GPIOTE, id, _INST_IDX), \
| ^~~~~~~~~~~
C:/ncs/v2.9.0/zephyr/include/zephyr/sys/util_internal.h:72:26: note: in definition of macro '__DEBRACKET'
72 | #define __DEBRACKET(...) __VA_ARGS__
| ^~~~~~~~~~~
C:/ncs/v2.9.0/zephyr/include/zephyr/sys/util_internal.h:64:9: note: in expansion of macro '__GET_ARG2_DEBRACKET'
64 | __GET_ARG2_DEBRACKET(one_or_two_args _if_code, _else_code)
| ^~~~~~~~~~~~~~~~~~~~
C:/ncs/v2.9.0/zephyr/include/zephyr/sys/util_internal.h:59:9: note: in expansion of macro '__COND_CODE'
59 | __COND_CODE(_XXXX##_flag, _if_1_code, _else_code)
| ^~~~~~~~~~~
C:/ncs/v2.9.0/zephyr/include/zephyr/sys/util_macro.h:180:9: note: in expansion of macro 'Z_COND_CODE_1'
180 | Z_COND_CODE_1(_flag, _if_1_code, _else_code)
| ^~~~~~~~~~~~~
C:/ncs/v2.9.0/zephyr/include/zephyr/devicetree.h:4623:9: note: in expansion of macro 'COND_CODE_1'
4623 | COND_CODE_1(DT_HAS_COMPAT_STATUS_OKAY(DT_DRV_COMPAT), \
| ^~~~~~~~~~~
C:/ncs/v2.9.0/zephyr/include/zephyr/sys/util_internal.h:69:53: note: in expansion of macro '__DEBRACKET'
69 | #define __GET_ARG2_DEBRACKET(ignore_this, val, ...) __DEBRACKET val
| ^~~~~~~~~~~
C:/ncs/v2.9.0/zephyr/include/zephyr/sys/util_internal.h:64:9: note: in expansion of macro '__GET_ARG2_DEBRACKET'
64 | __GET_ARG2_DEBRACKET(one_or_two_args _if_code, _else_code)
| ^~~~~~~~~~~~~~~~~~~~
C:/ncs/v2.9.0/zephyr/include/zephyr/sys/util_internal.h:59:9: note: in expansion of macro '__COND_CODE'
59 | __COND_CODE(_XXXX##_flag, _if_1_code, _else_code)
| ^~~~~~~~~~~
C:/ncs/v2.9.0/zephyr/include/zephyr/sys/util_macro.h:180:9: note: in expansion of macro 'Z_COND_CODE_1'
180 | Z_COND_CODE_1(_flag, _if_1_code, _else_code)
| ^~~~~~~~~~~~~
C:/ncs/v2.9.0/zephyr/drivers/gpio/gpio_nrfx.c:529:9: note: in expansion of macro 'COND_CODE_1'
529 | COND_CODE_1(DT_INST_NODE_HAS_PROP(id, gpiote_instance), \
| ^~~~~~~~~~~
C:/ncs/v2.9.0/modules/hal/nordic/nrfx/drivers/nrfx_common.h:197:31: note: in expansion of macro 'NRFX_CONCAT_2_'
197 | #define NRFX_CONCAT_2(p1, p2) NRFX_CONCAT_2_(p1, p2)
| ^~~~~~~~~~~~~~
C:/ncs/v2.9.0/modules/hal/nordic/nrfx/drivers/nrfx_utils_internal.h:384:34: note: in expansion of macro 'NRFX_CONCAT_2'
384 | #define _NRFX_CONCAT_2(arg, ...) NRFX_CONCAT_2(arg, _NRFX_CONCAT_1(__VA_ARGS__))
| ^~~~~~~~~~~~~
C:/ncs/v2.9.0/modules/hal/nordic/nrfx/drivers/nrfx_common.h:200:32: note: in expansion of macro '_NRFX_CONCAT_2'
200 | #define NRFX_CONCAT_2_(p1, p2) p1 ## p2
| ^~
C:/ncs/v2.9.0/modules/hal/nordic/nrfx/drivers/include/nrfx_gpiote.h:76:21: note: in expansion of macro 'NRFX_CONCAT'
76 | .drv_inst_idx = NRFX_CONCAT(NRFX_GPIOTE, id, _INST_IDX), \
| ^~~~~~~~~~~
C:/ncs/v2.9.0/zephyr/drivers/gpio/gpio_nrfx.c:530:22: note: in expansion of macro 'NRFX_GPIOTE_INSTANCE'
530 | (NRFX_GPIOTE_INSTANCE(GPIOTE_INST(id))), \
| ^~~~~~~~~~~~~~~~~~~~
C:/ncs/v2.9.0/zephyr/drivers/gpio/gpio_nrfx.c:562:27: note: in expansion of macro 'GPIOTE_INSTANCE'
562 | .gpiote = GPIOTE_INSTANCE(id), \
| ^~~~~~~~~~~~~~~
C:/Brain-Life/Nordic/my_app/blinky_1/build/blinky_1/zephyr/include/generated/zephyr/devicetree_generated.h:13170:56: note: in expansion of macro 'GPIO_NRF_DEVICE'
13170 | #define DT_FOREACH_OKAY_INST_nordic_nrf_gpio(fn) fn(0) fn(1) fn(2)
| ^~
C:/ncs/v2.9.0/zephyr/include/zephyr/sys/util_internal.h:105:36: note: in expansion of macro 'DT_FOREACH_OKAY_INST_nordic_nrf_gpio'
105 | #define UTIL_PRIMITIVE_CAT(a, ...) a##__VA_ARGS__
| ^
C:/ncs/v2.9.0/zephyr/drivers/gpio/gpio_nrfx.c:576:1: note: in expansion of macro 'DT_INST_FOREACH_STATUS_OKAY'
576 | DT_INST_FOREACH_STATUS_OKAY(GPIO_NRF_DEVICE)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
C:/ncs/v2.9.0/zephyr/include/zephyr/toolchain/gcc.h:87:36: error: static assertion failed: "Please enable GPIOTE instance for used GPIO port!"
87 | #define BUILD_ASSERT(EXPR, MSG...) _Static_assert((EXPR), "" MSG)
| ^~~~~~~~~~~~~~
C:/ncs/v2.9.0/zephyr/include/zephyr/sys/util_internal.h:72:26: note: in definition of macro '__DEBRACKET'
72 | #define __DEBRACKET(...) __VA_ARGS__
| ^~~~~~~~~~~
C:/ncs/v2.9.0/zephyr/include/zephyr/sys/util_internal.h:64:9: note: in expansion of macro '__GET_ARG2_DEBRACKET'
64 | __GET_ARG2_DEBRACKET(one_or_two_args _if_code, _else_code)
| ^~~~~~~~~~~~~~~~~~~~
C:/ncs/v2.9.0/zephyr/include/zephyr/sys/util_internal.h:59:9: note: in expansion of macro '__COND_CODE'
59 | __COND_CODE(_XXXX##_flag, _if_1_code, _else_code)
| ^~~~~~~~~~~
C:/ncs/v2.9.0/zephyr/include/zephyr/sys/util_macro.h:180:9: note: in expansion of macro 'Z_COND_CODE_1'
180 | Z_COND_CODE_1(_flag, _if_1_code, _else_code)
| ^~~~~~~~~~~~~
C:/ncs/v2.9.0/zephyr/include/zephyr/devicetree.h:4623:9: note: in expansion of macro 'COND_CODE_1'
4623 | COND_CODE_1(DT_HAS_COMPAT_STATUS_OKAY(DT_DRV_COMPAT), \
| ^~~~~~~~~~~
C:/ncs/v2.9.0/zephyr/include/zephyr/sys/util_internal.h:69:53: note: in expansion of macro '__DEBRACKET'
69 | #define __GET_ARG2_DEBRACKET(ignore_this, val, ...) __DEBRACKET val
| ^~~~~~~~~~~
C:/ncs/v2.9.0/zephyr/include/zephyr/sys/util_internal.h:64:9: note: in expansion of macro '__GET_ARG2_DEBRACKET'
64 | __GET_ARG2_DEBRACKET(one_or_two_args _if_code, _else_code)
| ^~~~~~~~~~~~~~~~~~~~
C:/ncs/v2.9.0/zephyr/include/zephyr/sys/util_internal.h:59:9: note: in expansion of macro '__COND_CODE'
59 | __COND_CODE(_XXXX##_flag, _if_1_code, _else_code)
| ^~~~~~~~~~~
C:/ncs/v2.9.0/zephyr/include/zephyr/sys/util_macro.h:180:9: note: in expansion of macro 'Z_COND_CODE_1'
180 | Z_COND_CODE_1(_flag, _if_1_code, _else_code)
| ^~~~~~~~~~~~~
C:/ncs/v2.9.0/zephyr/drivers/gpio/gpio_nrfx.c:539:9: note: in expansion of macro 'COND_CODE_1'
539 | COND_CODE_1(DT_INST_NODE_HAS_PROP(id, gpiote_instance), \
| ^~~~~~~~~~~
C:/ncs/v2.9.0/zephyr/drivers/gpio/gpio_nrfx.c:540:18: note: in expansion of macro 'BUILD_ASSERT'
540 | (BUILD_ASSERT(DT_NODE_HAS_STATUS_OKAY(GPIOTE_PHANDLE(id)), \
| ^~~~~~~~~~~~
C:/ncs/v2.9.0/zephyr/drivers/gpio/gpio_nrfx.c:553:9: note: in expansion of macro 'GPIOTE_CHECK'
553 | GPIOTE_CHECK(id); \
| ^~~~~~~~~~~~
C:/Brain-Life/Nordic/my_app/blinky_1/build/blinky_1/zephyr/include/generated/zephyr/devicetree_generated.h:13170:62: note: in expansion of macro 'GPIO_NRF_DEVICE'
13170 | #define DT_FOREACH_OKAY_INST_nordic_nrf_gpio(fn) fn(0) fn(1) fn(2)
| ^~
C:/ncs/v2.9.0/zephyr/include/zephyr/sys/util_internal.h:105:36: note: in expansion of macro 'DT_FOREACH_OKAY_INST_nordic_nrf_gpio'
105 | #define UTIL_PRIMITIVE_CAT(a, ...) a##__VA_ARGS__
| ^
C:/ncs/v2.9.0/zephyr/drivers/gpio/gpio_nrfx.c:576:1: note: in expansion of macro 'DT_INST_FOREACH_STATUS_OKAY'
576 | DT_INST_FOREACH_STATUS_OKAY(GPIO_NRF_DEVICE)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
C:/ncs/v2.9.0/modules/hal/nordic/nrfx/drivers/include/nrfx_gpiote.h:76:33: error: 'NRFX_GPIOTE30_INST_IDX' undeclared here (not in a function); did you mean 'NRF_GPIOTE_INT_IN'?
76 | .drv_inst_idx = NRFX_CONCAT(NRFX_GPIOTE, id, _INST_IDX), \
| ^~~~~~~~~~~
C:/ncs/v2.9.0/zephyr/include/zephyr/sys/util_internal.h:72:26: note: in definition of macro '__DEBRACKET'
72 | #define __DEBRACKET(...) __VA_ARGS__
| ^~~~~~~~~~~
C:/ncs/v2.9.0/zephyr/include/zephyr/sys/util_internal.h:64:9: note: in expansion of macro '__GET_ARG2_DEBRACKET'
64 | __GET_ARG2_DEBRACKET(one_or_two_args _if_code, _else_code)
| ^~~~~~~~~~~~~~~~~~~~
C:/ncs/v2.9.0/zephyr/include/zephyr/sys/util_internal.h:59:9: note: in expansion of macro '__COND_CODE'
59 | __COND_CODE(_XXXX##_flag, _if_1_code, _else_code)
| ^~~~~~~~~~~
C:/ncs/v2.9.0/zephyr/include/zephyr/sys/util_macro.h:180:9: note: in expansion of macro 'Z_COND_CODE_1'
180 | Z_COND_CODE_1(_flag, _if_1_code, _else_code)
| ^~~~~~~~~~~~~
C:/ncs/v2.9.0/zephyr/include/zephyr/devicetree.h:4623:9: note: in expansion of macro 'COND_CODE_1'
4623 | COND_CODE_1(DT_HAS_COMPAT_STATUS_OKAY(DT_DRV_COMPAT), \
| ^~~~~~~~~~~
C:/ncs/v2.9.0/zephyr/include/zephyr/sys/util_internal.h:69:53: note: in expansion of macro '__DEBRACKET'
69 | #define __GET_ARG2_DEBRACKET(ignore_this, val, ...) __DEBRACKET val
| ^~~~~~~~~~~
C:/ncs/v2.9.0/zephyr/include/zephyr/sys/util_internal.h:64:9: note: in expansion of macro '__GET_ARG2_DEBRACKET'
64 | __GET_ARG2_DEBRACKET(one_or_two_args _if_code, _else_code)
| ^~~~~~~~~~~~~~~~~~~~
C:/ncs/v2.9.0/zephyr/include/zephyr/sys/util_internal.h:59:9: note: in expansion of macro '__COND_CODE'
59 | __COND_CODE(_XXXX##_flag, _if_1_code, _else_code)
| ^~~~~~~~~~~
C:/ncs/v2.9.0/zephyr/include/zephyr/sys/util_macro.h:180:9: note: in expansion of macro 'Z_COND_CODE_1'
180 | Z_COND_CODE_1(_flag, _if_1_code, _else_code)
| ^~~~~~~~~~~~~
C:/ncs/v2.9.0/zephyr/drivers/gpio/gpio_nrfx.c:529:9: note: in expansion of macro 'COND_CODE_1'
529 | COND_CODE_1(DT_INST_NODE_HAS_PROP(id, gpiote_instance), \
| ^~~~~~~~~~~
C:/ncs/v2.9.0/modules/hal/nordic/nrfx/drivers/nrfx_common.h:197:31: note: in expansion of macro 'NRFX_CONCAT_2_'
197 | #define NRFX_CONCAT_2(p1, p2) NRFX_CONCAT_2_(p1, p2)
| ^~~~~~~~~~~~~~
C:/ncs/v2.9.0/modules/hal/nordic/nrfx/drivers/nrfx_utils_internal.h:384:34: note: in expansion of macro 'NRFX_CONCAT_2'
384 | #define _NRFX_CONCAT_2(arg, ...) NRFX_CONCAT_2(arg, _NRFX_CONCAT_1(__VA_ARGS__))
| ^~~~~~~~~~~~~
C:/ncs/v2.9.0/modules/hal/nordic/nrfx/drivers/nrfx_common.h:200:32: note: in expansion of macro '_NRFX_CONCAT_2'
200 | #define NRFX_CONCAT_2_(p1, p2) p1 ## p2
| ^~
C:/ncs/v2.9.0/modules/hal/nordic/nrfx/drivers/include/nrfx_gpiote.h:76:21: note: in expansion of macro 'NRFX_CONCAT'
76 | .drv_inst_idx = NRFX_CONCAT(NRFX_GPIOTE, id, _INST_IDX), \
| ^~~~~~~~~~~
C:/ncs/v2.9.0/zephyr/drivers/gpio/gpio_nrfx.c:530:22: note: in expansion of macro 'NRFX_GPIOTE_INSTANCE'
530 | (NRFX_GPIOTE_INSTANCE(GPIOTE_INST(id))), \
| ^~~~~~~~~~~~~~~~~~~~
C:/ncs/v2.9.0/zephyr/drivers/gpio/gpio_nrfx.c:562:27: note: in expansion of macro 'GPIOTE_INSTANCE'
562 | .gpiote = GPIOTE_INSTANCE(id), \
| ^~~~~~~~~~~~~~~
C:/Brain-Life/Nordic/my_app/blinky_1/build/blinky_1/zephyr/include/generated/zephyr/devicetree_generated.h:13170:62: note: in expansion of macro 'GPIO_NRF_DEVICE'
13170 | #define DT_FOREACH_OKAY_INST_nordic_nrf_gpio(fn) fn(0) fn(1) fn(2)
| ^~
C:/ncs/v2.9.0/zephyr/include/zephyr/sys/util_internal.h:105:36: note: in expansion of macro 'DT_FOREACH_OKAY_INST_nordic_nrf_gpio'
105 | #define UTIL_PRIMITIVE_CAT(a, ...) a##__VA_ARGS__
| ^
C:/ncs/v2.9.0/zephyr/drivers/gpio/gpio_nrfx.c:576:1: note: in expansion of macro 'DT_INST_FOREACH_STATUS_OKAY'
576 | DT_INST_FOREACH_STATUS_OKAY(GPIO_NRF_DEVICE)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
[88/130] Building C object zephyr/kernel/CMakeFiles/kernel.dir/work.c.obj
[89/130] Building C object zephyr/kernel/CMakeFiles/kernel.dir/busy_wait.c.obj
[90/130] Building C object zephyr/kernel/CMakeFiles/kernel.dir/main_weak.c.obj
[91/130] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/nrfx_glue.c.obj
[92/130] Building C object modules/segger/CMakeFiles/modules__segger.dir/SEGGER_RTT_zephyr.c.obj
[93/130] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/ncs/v2.9.0/modules/hal/nordic/nrfx/drivers/src/nrfx_grtc.c.obj
[94/130] Building C object modules/segger/CMakeFiles/modules__segger.dir/C_/ncs/v2.9.0/modules/debug/segger/SEGGER/SEGGER_RTT.c.obj
[95/130] Building C object zephyr/kernel/CMakeFiles/kernel.dir/sched.c.obj
[96/130] Building C object zephyr/kernel/CMakeFiles/kernel.dir/init.c.obj
[97/130] Building C object zephyr/kernel/CMakeFiles/kernel.dir/device.c.obj
[98/130] Building C object zephyr/kernel/CMakeFiles/kernel.dir/errno.c.obj
[99/130] Building C object zephyr/kernel/CMakeFiles/kernel.dir/fatal.c.obj
[100/130] Building C object zephyr/drivers/serial/CMakeFiles/drivers__serial.dir/uart_nrfx_uarte.c.obj
ninja: build stopped: subcommand failed.
FAILED: _sysbuild/sysbuild/images/blinky_1-prefix/src/blinky_1-stamp/blinky_1-build C:/Brain-Life/Nordic/my_app/blinky_1/build/_sysbuild/sysbuild/images/blinky_1-prefix/src/blinky_1-stamp/blinky_1-build
cmd.exe /C "cd /D C:\Brain-Life\Nordic\my_app\blinky_1\build\blinky_1 && C:\ncs\toolchains\b620d30767\opt\bin\cmake.exe --build ."
ninja: build stopped: subcommand failed.
FATAL ERROR: command exited with status 1: 'C:\ncs\toolchains\b620d30767\opt\bin\cmake.EXE' --build C:/Brain-Life/Nordic/my_app/blinky_1/build
"