This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
while building a project I encounter this error:
“DEFAULT memory range overlaps existing memory range DEFAULT”.
What is this DEFAULT memory? It's not defined in my files.
<Linking>
warning #10247-D: creating output section ".plt" without a SECTIONS
specification
"./configPkg/linker.cmd", line 124: warning #10096-D: specified address lies
outside memory map
>> Compilation failure
ti.sdo.ipc.SharedRegion_0: { . += 0xf00000;} run > 0xaf100000, type = NOLOAD
"./configPkg/linker.cmd", line 125: warning #10096-D: specified address lies
outside memory map
ti.sdo.ipc.SharedRegion_1: { . += 0x2400000;} run > 0x88000000, type = NOLOAD
error #10264: DEFAULT memory range overlaps existing memory range
DDR3_DSP_CODE
error #10264: DEFAULT memory range overlaps existing memory range
DDR3_DSP_DATA
error #10263: DEFAULT memory range has already been specified
error #10264: DEFAULT memory range overlaps existing memory range DEFAULT
warning #10063-D: entry-point symbol other than "_c_int00" specified:
"ti_sysbios_family_c64p_Hwi0"
error #10010: errors encountered during linking; "hippo1_dsp.out" not built
gmake: *** [hippo1_dsp.out] Error 1
gmake: Target `all' not remade because of errors.
Lucifar,
Which version of CCS and code generation tools are you using? Is there more than one linker command file in your project (ie) any custom linker command files in addition to the BIOS generated linker.cmd? Did you create a custom RTSC platform or are you using a default (and if so, which one)?
There is a related thread with this error that might give some clues: http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/189713.aspx
If that does not help, we may need to take a look at your BIOS generated linker.cmd as well as any other custom linker command files you are using.
I am using CCS5.3.0
there is one custom linker command file, there is custom platform.
And the other post does not solve my problem.
please see my .cmd file
Thank you for providing the linker command files. I believe the BIOS team will have more expertise to address this one, so I am going to move this thread to the BIOS forum.
Lucifar,
could you please provide your config script? If you can't provide the whole script, at least post the part of the script that configures "ti.sdo.ipc.SharedRegions" module.
Lucifar,
The errors with respect to the SharedRegin_0 and SharedRegion_1, is indicating that there is no memory range which contain those addresses.
The DEFAULT memory range error is a bit of a mystery. Maybe attach the .map file that was generated.
Judah
Hi Judah,
The SharedRegion warning is just a warning and I can handle it.
My question is what this DEFUALT memory and why it overlaped with mine.
Lucifar.
Hi Judah,
Today I managed to fix the SharedRegion related warning ,
and the "DEFAULT memory" error is gone too.
I am not very sure why the "DEFAULT memory" is related to SR region but
anyway it fixed.
Thank you very much.
Lucifar