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.
Tool/software: TI C/C++ Compiler
Hi
I have a project but it has a compile warning message as below:
warning #10247-D: creating output section "FPUmathTables" without a SECTIONS specification
I searched TI forum and found that I need to set --fp_mode=relaxed option to avoid this warning message.
This warning message disappears when I add this option.
The issue is why I need to set FPUmathTables. Could you please let me know which operation that
uses FPUmathTables in my project? And I have set --tmu_support=tmu0 in the project so I think
compiler will automatically use TMU commands instead of using FPUmathTables.
My project is attached.
thanks,
Jiakai
Dear Sira,
Thank you very much. the warning message disappeared after I removed rts2800_fpu32_fast_supplement.lib.
By the way, I want to ask you another question:
In the CCS v3.3 project I attached before, I use --fp_mode=relaxed option in the .pjt file but this option couldn't
copy to a newer CCS version (say CCS v8.2), Could you let me know if I have any way to set this option in a
CCS v3.3 project?
Regards,
Jiakai
Jiakai,
Is your question how to set the fp_mode in the v3.3 project or in the v8.2 project?
Thanks,
Sira
Hi Sira,
We are developing a software that generates whole CCS v3,3 project.
We had tried to generate higher CCS (Eclipse) project (say CCS v5) but the
project is very complicate and there are some strange numbers that
let CCS reports error on the generated project.
I knew TI has a newer project type that similar to v3.3 project (text based),
if you have any documents about it, please let me know.
thanks,
Jiakai