Tool/software:
I am trying to enable fpu64 on CPU3 using CCS. However, after enabling fpu64, the following errors are generated during the build process:
error #16004-D: file "C:/ti/ccs2002/f29h85x-sdk_1_00_00_00/source/driverlib/ccs/driverlib.lib<;dcc.o>" has a Tag_FPU attribute value of "1" that is different than one previously seen ("2"); combining incompatible files
error #16004-D: file "C:/ti/ccs2002/f29h85x-sdk_1_00_00_00/source/driverlib/ccs/driverlib.lib<;interrupt.o>" has a Tag_FPU attribute value of "1" that is different than one previously seen ("2"); combining incompatible files
error #16004-D: file "C:/ti/ccs2002/f29h85x-sdk_1_00_00_00/source/driverlib/ccs/driverlib.lib<;sysctl.o>" has a Tag_FPU attribute value of "1" that is different than one previously seen ("2"); combining incompatible files
error #16004-D: file "C:/ti/ccs2002/f29h85x-sdk_1_00_00_00/source/driverlib/ccs/driverlib.lib<;erroraggregator.o>" has a Tag_FPU attribute value of "1" that is different than one previously seen ("2"); combining incompatible files
How to resolve this issue.

