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.

[参考译文] TMS320F28388D:编译器:rts2800_fpu32_eabi 编译时错误

Guru**** 2001725 points
Other Parts Discussed in Thread: SYSCONFIG
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1325693/tms320f28388d-compiler-rts2800_fpu32_eabi-error-while-compiling

器件型号:TMS320F28388D
主题中讨论的其他器件:SysConfig

您好!

我当时正在使用28379D 并尝试将项目迁移到28388D 处理器。 我正在项目中使用 SysConfig。 解决其他问题后、编译器会给出以下错误:  

错误#16041-D:文件"copy_decompress_lzss.c.obj in C:\ti\ccs1260\ccs\tools\compiler\ti-CGT-C2000_22.6.1.LTS 中"lib\rts2800_fpu32_eabi.lib"在先前的文件在 FPU64寄存器中传递它们时传递/返回内存中的双精度类型。

我正在编译器标志中使用这些符号  --float_support=fpu64 --fp_mode=relaxed --fp_reassoc=on

什么原因可能导致这个问题?

此致、

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    将运行时支持库从 auto 更改为 rts2800_fpu32_eabi.lib 后成功编译的程序。