Hello. I'm trying to create a new project or open existing examples with eclipse.
I tried to import "Existing code as Makefile project" and File->New->Makefile Project with existing code.
Then I opened the armgcc folder from a random example.
The only files they open is just what the folder armgcc has. I can't see the source files. Only the makefile and the ld script.
I can build the project but I can't view the source files that are inside the SDK.
Am I missing something?
Also I was looking for a generic linker script into the SDK and found the nrf52832_xxaa.ld which includes the nrf_common.ld
Do I have to add both of them in eclipse?