it needs __attribute__((used)), it builds when used like that
__attribute__((used))
extern "C" __attribute__((used)) float __aeabi_d2f(double d){ return 1.0f; }
@fanoush started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
it needs
__attribute__((used))
, it builds when used like that