TI's BLE library is compiled with CLib, however C++ development seems to require DLib.. If CLib is selected in a C++ project, linker complains that cstart_call_ctors is not defined..
I think a startup file in assembly will solve the issue, but I could not find any..
What's your suggestion?
Regards,