How to fix floating point in Code composer studio 3.3

by admin on July 25, 2009

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:

hb_017

Error:

hb_018After 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

hb_019

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:

hb_015

At the tab Build Tools, choose the latest version instead the default version:

hb_016

Save and restart CCS and you can compile successfully your C2000 CPU.

Have fun !

VN:F [1.8.5_1061]
Rating: 10.0/10 (3 votes cast)
How to fix floating point in Code composer studio 3.310.0103

Popularity: 7% [?]

Related posts:

  1. Howto get direct link from files, folders in box.net Homepage: http://ngohaibac.com/9k Box.net is the most famous online box store with great  stability, not limited time of existence of the file, so we will not be worry about my file is suddenly deleted hehe. Nowadays it is very easy to create a free account in box.net but they limit some free functions. Now [...]...
  2. 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, I [...]...
  3. 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. [...]...
  4. How to install Picasa in Ubuntu Homepage: http://picasa.google.com Today, I am going to upload my pictures from last party, I suddenly remember a such powerful and great image management: Picasa from Google. Actually, I love Google products because of their simple characteristics. Picasa application can run cross-platform on Linux and Windows OS as well. In Windows, it use this one also. Now Picasa [...]...
  5. UART Lib for PIC18 in HTPIC18 compiler I am a PIC programmer, so I would like to share this library I made before and hopy you can improve to make it better and to be perfect. This souces is made under PIC18 compiler. I have tested this lib under some chips and it works well. UART Library description and source 1. sysdef.h The sysdef.h includes some [...]...
  6. DVSDK v2.0 free to download in TI Today, I go to my TI account and access my.TI Extranets and really surprise that the newer DVSDK v2.0 for DM644x, DM646x and DM35x devices have been published. From now on, we can easy to download such great softwares. Moving DVEVM Software to www.ti.com Updated 10 June 2009 NEW – For faster, easier access to this EVM software, [...]...

Leave a Comment