This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Override (replace) RTS Function

Hi

For test purpose I would like to replace the _divf function from RTS library by  divsp_c  C function from FastRTS.

I added divsp_c.c to my project , renamed divsp_c function by divf and  compiled the file divsp_c.c with -std_lib_funcredefined option (File redefines an RTS library function).

 It does not seems to work : Compiler still uses _divf from RTS.

Did I miss something ?

Regards,