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

Eclipse example project nRF52

Hi

I tried following the eclipse installation tutorial: devzone.nordicsemi.com/.../ And after a while I got eclipse to handle the Nordic stuff, but when I try to import a project there is no armcc folder in my SDK. I tried loading an existing project and then manually adding all of the sources. It does recognize all of the imported header files, but nothing actually matches up. I have 124 errors, everything that is not pure C is an error. I tried to find an example project for eclipse that I could try importing but I found none. Does anyone have at least a blinky project that I can directly import into eclipse from a archived file or something like that? I'm not sure if its just the project broken, or I messed up the installation, or some version of something changed which affected the installation.

Parents
  • I did not, I could not import any project because the importing tool from eclipse never recognized any projects in the example folder. So I went the other way of trying to create a new project from exiting keil project. Then I had to create the virtual folders and link all of the files and includes manually as the tutorial stated. Once I did that eclipse recognized all of the includes, but it had no effect on the code, since all of the error remained. Then I went googling trying to find at least a blinky project that has been exported from eclipse but I could not find anything. So that is why I am asking if somebody has anything that I could import in eclipse that works so I can try fix the configuration, if that is the cause, or its just me not doing something right with my project.

Reply
  • I did not, I could not import any project because the importing tool from eclipse never recognized any projects in the example folder. So I went the other way of trying to create a new project from exiting keil project. Then I had to create the virtual folders and link all of the files and includes manually as the tutorial stated. Once I did that eclipse recognized all of the includes, but it had no effect on the code, since all of the error remained. Then I went googling trying to find at least a blinky project that has been exported from eclipse but I could not find anything. So that is why I am asking if somebody has anything that I could import in eclipse that works so I can try fix the configuration, if that is the cause, or its just me not doing something right with my project.

Children
No Data
Related