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
  • Both __Vectors & Reset_Handler are in gcc_startup. Looks like the file did not get compiled in linked. When you create the folder in the project for the file. Did you created it as source folder or just regular folder. Since Kepler I found that if the folder was not tagged as being source folder, source file in there would not be compile. Try to delete and recreate the folder as source folder or put gcc_startup inside src (which is by default source folder type)

Children
No Data
Related