I am using two different component libraries in my C66x project. Both are elf libraries and build fine in their respective individual testbenches. However when I try to link them together in a single project I get the following error:
fatal error: relocation type "R_C6000_PCR_S21" in file "ddp_encode_common_elf.lib<ddp_encode.o64>" at offset 0x00000268 in section ".text:AC3E_TAB.obj" references symbol "_ZN8DSPfractC1Ed" in discarded section with id (105); references to this symbol from this location are not allowed
Could somebody help with this?