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

Any tips importing this Eclipse/GCC project?

I've been trying to import this NRF51 Eclipse project for a few days now, but no success.

github.com/.../HomeKit

I've tried to closely follow the steps outlined in this tutorial, but it just wont compile.

devzone.nordicsemi.com/.../

The problem I run into is that Eclipse can't seem to find all the headers from the SDK. I know for sure this compiles with nRF51 SDK 9.0. But these eclipse projects dont see very portable, there are local paths with user names in the project. Any pointers would be appreciated.

Should I just start with an empty project and start adding individual source files?

Parents Reply
  • I tried a couple of other samples like blinky and ble_uart, I can get them to work on my BLE Nano with the S130 softdevice. This project builds but doesn't seem to show up as a bluetooth device. Is there any way I can debug this without a J-link? The BLE Nano has a MK-20 dongle, which does have a virtual serial port, can that be used as a debug port, or is there a better way to debug?

Children
No Data
Related