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.
28335在CSS 3.3环境下编译的时候,突然跳出了这么一句警告,WARNING: invalid compiler option –float_support=fpu32
到网上找了个解决方式:
In addition to TI Code Composer Studio 3.3, there are four add-on packages that need to be installed in order for full Target Support Package TC2 support. They are:
- Service Release 8 (3.3.77) for Code Composer Studio
- TI C2000 Code Generation Tools v5.0.0
- Spectrum Digital Driver Release 3.03.23
- TI DSP/BIOS 5.32 (for RTDX support)
不知道这样能不能解决问题,四个文件也找不到。求指导!
请参考FPU手册 TMS320C28x Floating Point Unit and Instruction Set Reference Guide 1.2.1 Floating-Point Code Development章节说明。
确保CCS和CGT版本满足要求后,在build option里使能fpu32,然后添加对应的RTS浮点库。