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

Eclipse compiling error for BLE examples

I have followed the tutorial given in the Nordic Devzone for using eclipse and haven't faced any problems while compiling and uploading the example "blinky".

I made sure that I'm using all the toolchains and the build tools of the same version used in the tutorial. But when I use the BLE from the attached files given in the tutorial (ble_app_hrs_s132_with_dfu_pca10040) it gives me error saying "Feild/Symbol/Type could not be resolved" . I haven't changed anything in the code just copied and pasted into my folder and use eclipse to open it. 

I made sure that in "CDT GCC Output Parser" to set the pattern as "(.*gcc)|(.*[gc]\+\+)"  and repalce $(COMPILER) with arm-none-eabi-gcc making it as

"arm-none-eabi-gcc ${FLAGS} ${cross_toolchain_flags} -E -P -v -dD "${INPUTS}""

can someone help me out. I wanted to use eclipse because if I learn to use it then I can also use with other microcontroller. I don't want to use Segger Embedded studio as of now because I want to learn how to use eclipse.

I'll attach a snap so it can be helpful

I'm using sdk11 and I have a nrf52832 board with me 

Parents Reply Children
No Data
Related