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.
调用rts library 中的_fixdi, _fixfu等函数时发生链接错误,项目属性中已经配置了rts6600_elf.lib,请问是还需要其他配置吗?
改成__c6xabi_fixdi函数试试。_fixdi是在旧版的编译器中使用。
https://downloads.ti.com/docs/esd/SPRUI04/run-time-support-arithmetic-routines-idrsar.html
在C62/64x fast rts文档中没有提到这两个函数。
https://www.ti.com/lit/ug/spru653/spru653.pdf
没有列在上面SPRUI04中的话,C6678是不支持的。