5 years, 9 months ago.

Heart rate demo example error

Hi,

when compiling the example demo code mbed-os-example-ble-HeartRate and the following error is produced:

Error: Symbol user_perthread_libspace multiply defined (by /build/mbed-os.lib/rtos/TARGET_CORTEX/rtx5/RTX/Source/rtx_lib.MAX32630FTHR.o and /build/mbed-os.lib/rtos/TARGET_CORTEX/mbed_boot.MAX32630FTHR.o).

Any help will be highly appreciated.

1 Answer

5 years, 9 months ago.

Hello there,

There is a github issue that has been raised:

https://github.com/ARMmbed/mbed-os/issues/7422

If you are using the online compiler:

Under the Compile button, navigate to Compile Macros and add _RTE_ in the text box. Then try recompiling.

I was able to successfully compile the program through these steps. Hope this helps!

-Karen, team Mbed

If this solved your question, please make sure to click the "Thanks" link below!