I am using Code Composer 3.3 with TDS510USB Jtag Emulator on TMS320F28335, but after installing Jtag Driver, … and trying to compile one sample project, I always get warning: invalid compiler –float_support=fpu32 (ignored) and finally error at linking step: can’t find input file ‘rts2800_fpu32.lib’
Warning:
Error:
After searching Internet, I found out that it was because of Code Generation Tools should be the latest version. So if you face that problem you can follow these steps to upgrade your Code Generation Tools.
Step 1: Download new CGT
Download Code Generation Tools from TI Website: https://www-a.ti.com/downloads/sds_support/CodeGenerationTools.htm or go to menu: Help > Update Advisor -> Check for update and find Code Generation Tools
Just download the latest version. At this moment,the latest version is 5.2.1 for both Windows and Linux. After that, install that file as normal.
Step 2: Configure for new CGT
Go to menu Help -> About and click Component Manager:
At the tab Build Tools, choose the latest version instead the default version:
Save and restart CCS and you can compile successfully your C2000 CPU.
Related posts:
- How to install packages from GetDeb Homepage: http://www.getdeb.net Today, I went to the GetDeb website just because I wanted to download the latest Filezilla FTP application for my Ubuntu 9.10, and I was really surprised that now they have a very great website and also their own Repository. Before it was so difficult to access this website, even couldn’t see anything, [...]...
- How to fix Sound problem of Windows 7 in notebook MSI VX600 I have been using Windows for a long time so far. Recently I switched to Windows 7 and was surprised about its performance. The most interesting thing in Windows 7 is that it can automatically recognize the new hardware and install it, so I didn’t need CD driver for installing drivers like I did before. [...]...






