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

Linker error while porting linker from gcc to segger

I am trying to use segger linker instead of gcc and followed the below link to port the changes

https://wiki.segger.com/Porting_from_GCC_to_SEGGER_Linker

I have tried to compile project :blinky_pca10056  using segger linker and I get the following errors

Linking blinky_pca10056.elf
undefined symbol: __end_nrf_sections_run
undefined symbol: __start_nrf_sections
undefined symbol: __start_nrf_sections_run
Build failed

can someone help on this issue? 

Related