Other Parts Discussed in Thread: TMS320C28345, SYSCONFIG
Hello,
I am attempting to update a C2000 project (TMS320C28345) from CCS4 and DSP/BIOS to CCS10 and SYS/BIOS.
I finished creating a new .cfg file and resolved some errors related to that and am now stuck on some sort of conflict between the old "TI Release: DSP2834x C/C++ Header Files" and newer bios.
#10010 errors encountered during linking; "XXXX.out" not built #10099-D program will not fit into available memory, or the section contains a call site that requires a trampoline that can't be generated for this section. run placement with alignment/blocking fails for section ".stack" size 0page 1 #10234-D unresolved symbols remain #16008-D file "../DSP2834x_common/lib/SFO_TI_Build_V5B.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 #16008-D file "../DSP2834x_common/lib/SFO_TI_Build_V5B.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 #16008-D file "C:\ti\bios_6_83_00_18\packages\ti\catalog\c2800\init\lib\Boot.a28FP<Boot.o28FP>" specifies ISA revision "C28FPU32", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line #16008-D file "C:\ti\bios_6_83_00_18\packages\ti\targets\rts2800\lib\boot.a28FP<boot_cg.o28FP>" specifies ISA revision "C28FPU32", which is not compatible with ISA revision "C2700" specified in a previous file or on the command line (There are many more of this form.)
Using the following tool versions:
CCS Version: 10.4.0.00006
TI C2000 v20.2.5.LTS
SYS/BIOS 6.83.0.18
SysConfig 1.9.0
XDCtools 3.62.1.15_core
Any suggestions on how to resolve this would be appreciated. Thank you.