You are reading a single comment by @fanoush and its replies. Click here to read the full conversation.
  • it needs __attribute__((used)), it builds when used like that

    extern "C" __attribute__((used)) float __aeabi_d2f(double d){
    return 1.0f;
    }
    
    
About

Avatar for fanoush @fanoush started