Other Parts Discussed in Thread: MOTORWARE, TMS320F28069
On my dev machine I have installed CCS 10.2 and Motorware. I have been working on Lab10a in Motorware and also built a custom version of the lab which is customized to my application. It has been working for about 1.5 months. I have not touched the app for about 2 weeks and today I opened the app and tried to do a build. It gave me two errors:
fatal error #16008: file "/db/lang/msp/exec/rts430x.lib" specifies ISA revision "MSPX", which is not compatible with ISA revision "MSP" specified in a previous file or on the command line
fatal error #16008: file "/db/lang/msp/exec/rts430x.lib" specifies ISA revision "MSPX", which is not compatible with ISA revision "MSP" specified in a previous file or on the command line
The remedy says that if you are explicitly specifying a RTS library to change that to Automatic. I have always had it to automatic. I have cleaned, rebuilt, etc everything I can think of but nothing help. I found
an online reference that suggested that something may have been built without FPU support. The app ONLY uses TI libs from the Motorware download. I have no other linked libs in the solution.
I found that by going to the compiler options and unselecting the FPU34 support that the solution will compile. However since I am working on a motor and the
IQ table math uses the FPU that when I compile and download the file to Flash the operation is horrible.
What could have rendered this solution unusable just sitting on the hard drive? I have tried to select other RTS combinations but nothing works. This is another thing I get in the
error listing
error #16008-D: file "boot28.asm.obj in
C:\ti\ccs1010\ccs\tools\compiler\ti-cgt-c2000_20.2.4.LTS\lib\rts2800_fpu32.l
ib" specifies ISA revision "C28FPU32", which is not compatible with ISA
revision "C2700" specified in a previous file or on the command line
Please help! We are at release for the motor card and this is a huge issue at the last minute. Thanks, Terry