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

Eclipse + nRF Packs

Hi,

Did anyone used Eclipse with Nordic Semiconductor packs downloaded with GNU ARM Packs Manager? I've downloaded the packs, but the project does not see(include) them. Do I need to include them manually?

Parents
  • The pack manager is in experimental state and for the moment, inspecting the content of the packs and download it to a specified location is all that can be done. You still have to include the files you need manually. And, the example projects in packs does only support the Keil MDK. For now I think you are better off using the nRF SDK, and the makefiles included in each of the projects. To see how you can do that, follow this tutorial: devzone.nordicsemi.com/.../

    Maybe someone else in this forum has had better luck using the pack manager in Eclipse than me.

Reply
  • The pack manager is in experimental state and for the moment, inspecting the content of the packs and download it to a specified location is all that can be done. You still have to include the files you need manually. And, the example projects in packs does only support the Keil MDK. For now I think you are better off using the nRF SDK, and the makefiles included in each of the projects. To see how you can do that, follow this tutorial: devzone.nordicsemi.com/.../

    Maybe someone else in this forum has had better luck using the pack manager in Eclipse than me.

Children
Related