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 have several Eclipse/NRF52 projects on Github, and you can probably find others there. For example github.com/.../nRFCounter.git. However, that project does not use Makefiles as in the tutorial, but uses "Eclipse managed build" which requires more knowledge about how to use Eclipse especially the Properties of a project. Re your specific problem of importing the example project, what exact error do you get (you have only said "there is no armcc folder in my SDK.") The tutorial example uses a Makefile which defines the location of your downloaded SDK. Did you download your SDK to the exact same location as the tutorial?

Reply
  • I have several Eclipse/NRF52 projects on Github, and you can probably find others there. For example github.com/.../nRFCounter.git. However, that project does not use Makefiles as in the tutorial, but uses "Eclipse managed build" which requires more knowledge about how to use Eclipse especially the Properties of a project. Re your specific problem of importing the example project, what exact error do you get (you have only said "there is no armcc folder in my SDK.") The tutorial example uses a Makefile which defines the location of your downloaded SDK. Did you download your SDK to the exact same location as the tutorial?

Children
No Data
Related