Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 8 months ago.
BLE NANO em:blocks
Hello
I am using a BLE nano board from RedBearLab. I exported a simple project to em:blocks and try to compile but I am having problems with it.
This is the error that I got:
mbed\TARGET_RBLAB_BLENANO\TOOLCHAIN_GCC_ARM\libmbed.a(CallChain.o): In function `mbed::CallChain::CallChain(int)': CallChain.cpp:(.text._ZN4mbed9CallChainC2Ei+0x22): undefined reference to `operator new[](unsigned int)'
I tried with mbed_blinky and with BLE_BatteryLevel both with the same results.
Thanks in advance for all your help.