7 years, 1 month ago.

Trying to compile with GCC problems with softdevice.

After exporting the blinky example for GCC (Arm Embedded) , I want to make the project. First I stumble at these error's. /media/uploads/driesP/error.png

These I could fix by removing following lines from the Makefile.

-> -Wl,wrap,_malloc_r -Wl,wrap,_free_r -Wl,wrap,_realloc_r

but now I'm not able to generate the combined.hex file. I keep receiving this error now. /media/uploads/driesP/error2.png

Is there a way i can fix this or is this an error ?

Question relating to:

Bluetooth Low Energy (a.k.a Bluetooth LE, BTLE, Bluetooth Smart)

1 Answer

7 years, 1 month ago.

Are you using the mbed-os version of blinky?

Yes I am.

posted by Dries Peeters 21 Mar 2017

Looking at the directory structure, it looks like you are not. This is the example you want to use -https://developer.mbed.org/teams/mbed-os-examples/code/mbed-os-example-blinky/

posted by Sarah Marsh 21 Mar 2017

The compiling is not a problem. But the srec_cat brings problems.

posted by Dries Peeters 22 Mar 2017