I tried to follow some tutorials on this site to build the samples for the beacon modules using gcc.
I am seeing this error:
Compiling file: bootloader_util_arm.c ../../../../../components/libraries/bootloader_dfu/bootloader_util_arm.c:48:10: error: expected '(' before 'static' asm static void bootloader_util_reset(uint32_t start_addr) ^ ../../../../../components/libraries/bootloader_dfu/bootloader_util_arm.c:56:20: error: stray '#' in program LDR R6, [R0, #0x04] ; Load Reset handler into register 6. ^
Can someone share some insights on what I may have done wrong?