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

Help Setting up Eclipse IDE w/ JLinkGDB on Mac OSX

I have been trying for a few days now to get my environment setup for development with the nRF51822. Since there is no official configuration for the Mac w/ Eclipse I have used resources on the web.

sourceforge.net/.../home NAN-29

I have installed Eclipse Kepler & Luna w/ - GNU ARM Eclipse Plug-ins nrf51osx Nordic SDK

I have the JLink softare installed, I can start jlink and it will identify the eval board (PCA10000), I can start jlinkgdbserver and it will identify and connect to the eval board.

I am running into a few problems. When I build a new project using the led_radio_example under the nRF51822/board/pca10000 I get unresolved linking issues with undefined reference to `simple_uart_config'

I guess that the nrf51 plug in is not setting up the libraries for linking but I don't know how to fix this.

I really like the nrf51osx plugin - here is a thread on that -devzone.nordicsemi.com/.../

Related