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

Issues with NRF52 and eclipse IDE integration

I'm having issues with eclipse integration using the NRF52.

Currently I'm using the PCA10040 dev board and using the tutorial here: devzone.nordicsemi.com/.../

I am able to both build and debug the blinky example using eclipse, however the eclipse IDE still has issues with the includes. For example: The path for device is "/c/Users/nate/Destop/nrf50/componenets/device" ... i would expect it to be "c:/Users/nate/Destop/nrf50/componenets/device"

Note: These includes were populated from the makefile per the tutorial using the CDT GCC Build Output Parser.

Related