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

eclipse include path added, but still can't find nrf_error.h?

I am able to use eclipse to run simple project, but after move the real one, getting lost of errors:

www.dropbox.com/.../Screenshot 2014-04-02 09.10.41.png

I add required include path include/s110, but still complain can't find it,

any helps are appreciated

Parents
  • ok, issued found, I have to add the include into both assembler and compiler, this fixed, now I am getting ../src/ble_support.c:598:5: error: implicit declaration of function 'softdevice_ble_evt_handler_set' [-Werror=implicit-function-declaration]

Reply
  • ok, issued found, I have to add the include into both assembler and compiler, this fixed, now I am getting ../src/ble_support.c:598:5: error: implicit declaration of function 'softdevice_ble_evt_handler_set' [-Werror=implicit-function-declaration]

Children