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.

RTOS/EVMK2G: errors building RTOS CMB sample

Part Number: EVMK2G

Tool/software: TI-RTOS

Hi.

I'm trying to build and run the K2G_bf_rt app of the RTOS SDK.

after a few struggles, i got it to compile, but am getting the following:

"configPkg/linker.cmd", line 31: error #10264: MSMCSRAM memory range overlaps existing memory range MSMC_SRAM
"configPkg/linker.cmd", line 32: error #10264: L2SRAM memory range overlaps existing memory range L2_SRAM_0
"configPkg/linker.cmd", line 32: error #10264: L2SRAM memory range overlaps existing memory range L2_SRAM_1
"configPkg/linker.cmd", line 33: error #10264: EXT_RAM memory range overlaps existing memory range DDR0
warning #10247-D: creating output section ".bferam" without a SECTIONS specification
warning #10247-D: creating output section ".bfiram" without a SECTIONS specification
error #10010: errors encountered during linking; "K2G_bf_rt.out" not built

>> Compilation failure
makefile:168: recipe for target 'K2G_bf_rt.out' failed
gmake: *** [K2G_bf_rt.out] Error 1
gmake: Target 'all' not remade because of errors.

any help would be appreciated,

thank you