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

Nrf5 IoT sdk Warning issue

hello i am using the Nrf52dk with Visualgdb. i try to run the example project (tcp/IP -> client). i am using the Nrf5 IoT sdk v0.9 Project complied successfully but i have some warning:

1>c:/sysgcc/arm-eabi/bin/../lib/gcc/arm-eabi/6.2.0/../../../../arm-eabi/bin/ld.exe : warning : cannot find entry symbol Reset_Handler; defaulting to 00000000

1> c:/sysgcc/arm-eabi/bin/../lib/gcc/arm-eabi/6.2.0/../../../../arm-eabi/bin/ld.exe: Debug/Testing_iot.elf: warning: sh_link not set for section .ARM.exidx

1>C:\SysGCC\arm-eabi/bin/arm-eabi-objcopy.exe -O binary Debug/Testing_iot.elf Debug/Testing_iot.bin

1> C:\SysGCC\arm-eabi/bin/arm-eabi-objcopy.exe: Debug/Testing_iot.elf: warning: sh_link not set for section `.ARM.exidx'

its look like i am missing some tool chain files.any suggestions

thank you.

Related