Hi,
I begin my first project with xdc and a .tcf for DSP/BIOS and I have these linker complains:
IRAM memory range has already been specifie
IRAM memory range overlaps existing memory range IRAM
Same thing for every memory segments.
I use XDC and Dsp/Bios. I include in my project the .cmd generated by my .tcf.
XDC include the linker.cmd also.
I know that i can remove the memory definition from my .tcf but it comes from my platform and it's different from the evm.
I tried to use a ti.platform.generic without success. (javascript trouble to manage generic platform)
What is the best way to control the segment and every thing that it's come from the platform ?
It's for the DM6437 and xdc 3.10.02.
Thank you
Regards
Guy