I'm using 6.2.x tools on a build that previously worked fine on 6.1.x tools and now I get the following errors. I've verified all source file compiler flags have the v28 and FPU32 options set (nothing changed from 6.1). Any ideas?
Here are my specific errors:
"../lib/SFO_TI_Build_V5.lib<SFO-FMD.obj>": compatibility cannot be
determined
error #16008-D: file "../lib/SFO_TI_Build_V5.lib<SFO-FMD.obj>" specifies ISA
revision "C2800", which is not compatible with ISA revision "C28FPU32"
specified in a previous file or on the command line
warning #16002-D: build attribute vendor section TI missing in
"../lib/SFO_TI_Build_V5.lib<SFO-SME.obj>": compatibility cannot be
determined
error #16008-D: file "../lib/SFO_TI_Build_V5.lib<SFO-SME.obj>" specifies ISA
revision "C2800", which is not compatible with ISA revision "C2700"
specified in a previous file or on the command line
error #16008-D: file
"C:/ti/ccsv5/tools/compiler/c2000_6.2.0/lib/rts2800_fpu32.lib<atof.obj>"
specifies ISA revision "C28FPU32", which is not compatible with ISA revision
"C2700" specified in a previous file or on the command line
error #16008-D: file
"C:/ti/ccsv5/tools/compiler/c2000_6.2.0/lib/rts2800_fpu32.lib<atoi.obj>"
specifies ISA revision "C28FPU32", which is not compatible with ISA revision
"C2700" specified in a previous file or on the command line
error #16008-D: file
"C:/ti/ccsv5/tools/compiler/c2000_6.2.0/lib/rts2800_fpu32.lib<atol.obj>"
specifies ISA revision "C28FPU32", which is not compatible with ISA revision
"C2700" specified in a previous file or on the command line
error #16008-D: file
"C:/ti/ccsv5/tools/compiler/c2000_6.2.0/lib/rts2800_fpu32.lib<boot.obj>"
specifies ISA revision "C28FPU32", which is not compatible with ISA revision
"C2700" specified in a previous file or on the command line
error #16008-D: file
"C:/ti/ccsv5/tools/compiler/c2000_6.2.0/lib/rts2800_fpu32.lib<ctype.obj>"
specifies ISA revision "C28FPU32", which is not compatible with ISA revision
"C2700" specified in a previous file or on the command line
error #16008-D: file
"C:/ti/ccsv5/tools/compiler/c2000_6.2.0/lib/rts2800_fpu32.lib<exit.obj>"
specifies ISA revision "C28FPU32", which is not compatible with ISA revision
"C2700" specified in a previous file or on the command line
error #16008-D: file
"C:/ti/ccsv5/tools/compiler/c2000_6.2.0/lib/rts2800_fpu32.lib<fd_div.obj>"
specifies ISA revision "C28FPU32", which is not compatible with ISA revision
"C2700" specified in a previous file or on the command line
error #16008-D: file
"C:/ti/ccsv5/tools/compiler/c2000_6.2.0/lib/rts2800_fpu32.lib<fd_mpy.obj>"
specifies ISA revision "C28FPU32", which is not compatible with ISA revision
"C2700" specified in a previous file or on the command line
error #16008-D: file
"C:/ti/ccsv5/tools/compiler/c2000_6.2.0/lib/rts2800_fpu32.lib<fd_sub.obj>"
specifies ISA revision "C28FPU32", which is not compatible with ISA revision
"C2700" specified in a previous file or on the command line
error #16008-D: file
"C:/ti/ccsv5/tools/compiler/c2000_6.2.0/lib/rts2800_fpu32.lib<fd_toul.obj>"
specifies ISA revision "C28FPU32", which is not compatible with ISA revision
"C2700" specified in a previous file or on the command line
..and on and on with all the FP library .obj files.