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.
您好!
我当时正在使用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 后成功编译的程序。