This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Asset tracking application in SES not building succesfully

Dear support,

The build of the asset tracking application is not working

Below the copy and paste of SES buildlog

Building ‘zephyr/include/generated/driver-validation.h’ from solution ‘build’ in configuration ‘Common’
Building ‘zephyr/include/generated/kobj-types-enum.h’ from solution ‘build’ in configuration ‘Common’
Building ‘zephyr/include/generated/otype-to-str.h’ from solution ‘build’ in configuration ‘Common’
Building ‘zephyr/misc/generated/syscalls.json’ from solution ‘build’ in configuration ‘Common’
Combining ‘zephyr/misc/generated/syscalls.json’
Building ‘zephyr/include/generated/syscall_list.h’ from solution ‘build’ in configuration ‘Common’
Building ‘zephyr/include/generated/syscall_dispatch.c’ from solution ‘build’ in configuration ‘Common’
Building ‘zephyr/include/generated/syscall_macros.h’ from solution ‘build’ in configuration ‘Common’
Building ‘zephyr/liboffsets.a’ from solution ‘build’ in configuration ‘Common’
Building ‘zephyr/include/generated/offsets.h’ from solution ‘build’ in configuration ‘Common’
Building ‘zephyr/linker.cmd’ from solution ‘build’ in configuration ‘Common’
Building ‘libapp.a’ from solution ‘build’ in configuration ‘Common’
Building ‘zephyr/libzephyr.a’ from solution ‘build’ in configuration ‘Common’
Building ‘zephyr/arch/arm/core/libarch__arm__core.a’ from solution ‘build’ in configuration ‘Common’
Building ‘zephyr/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a’ from solution ‘build’ in configuration ‘Common’
Building ‘zephyr/arch/arm/core/cortex_m/mpu/libarch__arm__core__cortex_m__mpu.a’ from solution ‘build’ in configuration ‘Common’
Building ‘zephyr/lib/libc/newlib/liblib__libc__newlib.a’ from solution ‘build’ in configuration ‘Common’
Building ‘zephyr/boards/arm/nrf52840_pca10090/libboards__arm__nrf52840_pca10090.a’ from solution ‘build’ in configuration ‘Common’
Building ‘zephyr/subsys/bluetooth/common/libsubsys__bluetooth__common.a’ from solution ‘build’ in configuration ‘Common’
Building ‘zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a’ from solution ‘build’ in configuration ‘Common’
Building ‘zephyr/subsys/bluetooth/controller/libsubsys__bluetooth__controller.a’ from solution ‘build’ in configuration ‘Common’
Building ‘zephyr/subsys/net/libsubsys__net.a’ from solution ‘build’ in configuration ‘Common’
Building ‘zephyr/subsys/net/ip/libsubsys__net__ip.a’ from solution ‘build’ in configuration ‘Common’
Building ‘zephyr/nrf/ext/cjson/lib..__nrf__ext__cjson.a’ from solution ‘build’ in configuration ‘Common’
Building ‘zephyr/nrf/lib/bsdlib/lib..__nrf__lib__bsdlib.a’ from solution ‘build’ in configuration ‘Common’
Compiling ‘bsd_os.c’
nrfx.h
nrfx_uarte.h
bsd_os.c
'NRFX_UARTE1_INST_IDX' undeclared here (not in a function); did you mean 'NRFX_UARTE_INSTANCE'?
in definition of macro 'NRFX_CONCAT_3_'
in expansion of macro 'NRFX_CONCAT_3'
in expansion of macro 'NRFX_UARTE_INSTANCE'
bsd_os.c
'EGU1_IRQn' undeclared (first use in this function); did you mean 'FPU_IRQn'?
in expansion of macro 'BSD_APPLICATION_IRQ'
each undeclared identifier is reported only once for each function it appears in
in expansion of macro 'BSD_APPLICATION_IRQ'
'EGU1_IRQn' undeclared (first use in this function); did you mean 'FPU_IRQn'?
in expansion of macro 'BSD_APPLICATION_IRQ'
'EGU2_IRQn' undeclared (first use in this function); did you mean 'FPU_IRQn'?
in expansion of macro 'TRACE_IRQ'
'EGU2_IRQn' undeclared (first use in this function); did you mean 'FPU_IRQn'?
in expansion of macro 'TRACE_IRQ'
irq.h
arch.h
cpu.h
kernel_includes.h
kernel.h
device.h
init.h
bsd_os.c
'EGU2_IRQn' undeclared (first use in this function); did you mean 'FPU_IRQn'?
in definition of macro '_ISR_DECLARE'
in expansion of macro '_ARCH_IRQ_DIRECT_CONNECT'
in expansion of macro 'IRQ_DIRECT_CONNECT'
in expansion of macro 'TRACE_IRQ'
'EGU1_IRQn' undeclared (first use in this function); did you mean 'FPU_IRQn'?
in definition of macro '_ISR_DECLARE'
in expansion of macro '_ARCH_IRQ_DIRECT_CONNECT'
in expansion of macro 'IRQ_DIRECT_CONNECT'
in expansion of macro 'BSD_APPLICATION_IRQ'
'UART_1_TX_PIN' undeclared (first use in this function); did you mean 'UART_0_TX_PIN'?
'UART_1_RX_PIN' undeclared (first use in this function); did you mean 'UART_0_RX_PIN'?
'UART_1_CTS_PIN' undeclared (first use in this function); did you mean 'UART_0_CTS_PIN'?
'UART_1_RTS_PIN' undeclared (first use in this function); did you mean 'UART_0_RTS_PIN'?
irq.h
arch.h
cpu.h
kernel_includes.h
kernel.h
device.h
init.h
bsd_os.c
'IPC_IRQn' undeclared (first use in this function); did you mean 'FPU_IRQn'?
in definition of macro '_ISR_DECLARE'
in expansion of macro '_ARCH_IRQ_DIRECT_CONNECT'
in expansion of macro 'IRQ_DIRECT_CONNECT'
in expansion of macro 'BSD_NETWORK_IRQ'
Build failed

What is giving the error and how can I solve this?

Parents Reply Children
No Data
Related