Hi,
I have an error I can't understand. I searched on net but the solution I found didn't work.
error: relocation overflow occurred at address 0x00002594 in section
'.text' of input file
'S:\\ddx4\\ddx4\\dsp\\bootrom\\dtxa_6437\\Debug\\Netas_command_line.obj'. The 16-bit relocated address 0x9cb8 is too large to encode in the 15-bit field. You may need to add a mask to the assembly instruction or use other target specific assembly features if you really only need the lowest 15 bits of this symbol. Please see the section on Relocation in the Assembly User's Guide.
There are about ten errors like this.
In the Sections part in cmd, text is defined as:
.text : {} > FLASH run = IPRAM, LOAD_START(FLASH_TEXT_START), RUN_START(RAM_TEXT_START), SIZE(TEXT_SIZE)
IPRAM is a location from internal memory (L2 Cache)
I don't think there is insufficient memory in IPRAM, the source of the problem may be something else.
Do you have any suggestions for this problem?
Thanks,
Erman