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

Problem setting up Eclipse for NRF52

Hello, I have been trying to setup eclipse for the NRF52 off and on all week. I followed the guide on setting up eclipse for the NRF51 and adapted it for the NRF52.

I've finally gotten really close but I am running into some errors when compiling.

It seems that most of the errors are a results of the symbols not being resolved.

I've searched on here and tried all of the answers I could find but none worked.

image description

Parents
  • 21:26:16 **** Incremental Build of configuration Debug for project Blinky **** make all Building file: D:/Dropbox/Eclipse Workspace/ARM/Nordic/nRF52/src/Vectors_nRF52.c Invoking: Cross ARM C Compiler arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -g3 -DBOARD_PCA10036 -DNRF52 -I"D:/Dropbox/Eclipse Workspace/ARM/Nordic/nRF52/exemples/Blinky/../../nrf52_sdk/examples/bsp" -I"D:/Dropbox/Eclipse Workspace/ARM/Nordic/nRF52/exemples/Blinky/../../nrf52_sdk/components/drivers_nrf/hal" -I"D:/Dropbox/Eclipse Workspace/ARM/Nordic/nRF52/exemples/Blinky/../../../../CMSIS/CMSIS/include" -I"D:/Dropbox/Eclipse Workspace/ARM/Nordic/nRF52/exemples/Blinky/../../nrf52_sdk/components/drivers_nrf/gpiote" -I"D:/Dropbox/Eclipse Workspace/ARM/Nordic/nRF52/exemples/Blinky/../../nrf52_sdk/components/device" -I"D:/Dropbox/Eclipse Workspace/ARM/Nordic/nRF52/exemples/Blinky/../../CMSIS/include" -I"D:/Dropbox/Eclipse Workspace/ARM/Nordic/nRF52/exemples/Blinky/../../nrf52_sdk/components/drivers_nrf/delay" -std=gnu11 -MMD -MP -MF"src/Vectors_nRF52.d" -MT"src/Vectors_nRF52.d" -c -o "src/Vectors_nRF52.o" "D:/Dropbox/Eclipse Workspace/ARM/Nordic/nRF52/src/Vectors_nRF52.c" make: *** [src/Vectors_nRF52.o] Error -1073741502

Reply
  • 21:26:16 **** Incremental Build of configuration Debug for project Blinky **** make all Building file: D:/Dropbox/Eclipse Workspace/ARM/Nordic/nRF52/src/Vectors_nRF52.c Invoking: Cross ARM C Compiler arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -g3 -DBOARD_PCA10036 -DNRF52 -I"D:/Dropbox/Eclipse Workspace/ARM/Nordic/nRF52/exemples/Blinky/../../nrf52_sdk/examples/bsp" -I"D:/Dropbox/Eclipse Workspace/ARM/Nordic/nRF52/exemples/Blinky/../../nrf52_sdk/components/drivers_nrf/hal" -I"D:/Dropbox/Eclipse Workspace/ARM/Nordic/nRF52/exemples/Blinky/../../../../CMSIS/CMSIS/include" -I"D:/Dropbox/Eclipse Workspace/ARM/Nordic/nRF52/exemples/Blinky/../../nrf52_sdk/components/drivers_nrf/gpiote" -I"D:/Dropbox/Eclipse Workspace/ARM/Nordic/nRF52/exemples/Blinky/../../nrf52_sdk/components/device" -I"D:/Dropbox/Eclipse Workspace/ARM/Nordic/nRF52/exemples/Blinky/../../CMSIS/include" -I"D:/Dropbox/Eclipse Workspace/ARM/Nordic/nRF52/exemples/Blinky/../../nrf52_sdk/components/drivers_nrf/delay" -std=gnu11 -MMD -MP -MF"src/Vectors_nRF52.d" -MT"src/Vectors_nRF52.d" -c -o "src/Vectors_nRF52.o" "D:/Dropbox/Eclipse Workspace/ARM/Nordic/nRF52/src/Vectors_nRF52.c" make: *** [src/Vectors_nRF52.o] Error -1073741502

Children
No Data
Related