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

Segger Embedded Studio error in function `nrf_sdh_ble_app_ram_start_get`: undefined reference to `__app_ram_start___` in function `nrf_sdh_ble_app_ram_start_get`

Hello.

I'm having problems building example project from SDK using Segger Embedded Studio. I'm using Segger Embedded Studio V3.30 IDE on Linux - Ubuntu 16.04. Using nrf SDK version 14.1.

Followed this guide: Embedded Studio guide Got to the steps. On the build step I got following error:

Output/ble_app_hrs_pca10040_s132 nrf52832_xxaa/Obj/nrf_sdh_ble.o: In function `nrf_sdh_ble_app_ram_start_get':

undefined reference to `app_ram_start'

I hope that someone could direct me in right direction to solving this problem. Embedded Studio seems like a perfect IDE for me, as it is cross platform and works on Linux. Glad to see growing support for this IDE as there are already 3 revisions for guide on how to setup nrf SDK projects for this IDE.

Related