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 Reply
  • strange, it's there from your screen shot. Try "../s110/nrf_error.h" These are my include paths which worked for me:

    "${workspace_loc:/nrf51_sdk/nrf51822/Include/ble/ble_services}" "${workspace_loc:/${ProjName}/src}" "${workspace_loc:/nrf51_sdk/nrf51822/Include/sd_common}" "${workspace_loc:/nrf51_sdk/nrf51822/Include/ble}" "${workspace_loc:/nrf51_sdk/nrf51822/Include/s110}" "${workspace_loc:/nrf51_sdk/nrf51822/Include/app_common}" "${workspace_loc:/nrf51_sdk/nrf51822/Include/gcc}" "${workspace_loc:/nrf51_sdk/nrf51822/Include}"

Children
No Data
Related