Other Parts Discussed in Thread: TMS320C28346, TMS320F2808
Hi,
I consantly get the following error message from the linker:
specifies ISA revision "C28FPU32", which is not compatible with ISA revision "C2700"
My project is a Delfino (TMS320C28346) project which uses floating point unit support. I therefore adjusted the --float_support option to <fpu32> and the Processor verison -v to <28>
I know the library should be compiled to use C28xx with floating point unit support which is stated in the first part of the error message.
What I do not understand until now is why the linker complains the project (source-file) is compiled for the C2700 revision. The adjustments I made to processor definition and FPU usage should switch the compiler to the correct revision I think.
Btw. my project is a tweak of a project for the TMS320F2808 processor, I just added a new build configuration and changed the needed settings in this configuration.
Did I missed anything when I changed the settings to the Delfino processor?
Please help me understanding the problem.