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.

DEFAULT memory range overlaps existing memory range DEFAULT

Other Parts Discussed in Thread: SYSBIOS

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.