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

what is the __data_start__ ??

I'm setting the eclipse developement enviroment without makefile provided by Nordic.

But following messages apear at linking phase..

C:/Users/isp40/OneDrive/Keil_projects/nRF51/nRF5_SDK_11.0.0_89a8197/components/softdevice/common/softdevice_handler/softdevice_handler.c:442: undefined reference to `__data_start__'

C:/Users/isp40/OneDrive/Keil_projects/nRF51/nRF5_SDK_11.0.0_89a8197/components/softdevice/common/softdevice_handler/softdevice_handler.c:487: undefined reference to `__data_start__'

I declared the "uint32_t data_start = 0x20002080;" in main.c but result was the same..

How can I solve this problems?

Is it possible to develope without makefile provided by Nordic??

Related