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.

采用TCI6618 Device cycle approximate Simulator Big Endian找不到文件



采用TCI6618 Device cycle approximate  Simulator Big Endian,在load program一直处于running状态,停下来后出现下面打印:

Can't find a source file at "/sim/sds12/scratch/tsuch_rtsbuild_dflcmp2507.dal.design.ti.com_23248_linux/c60_rts/SHARED/copy_decompress_rle.c"
Locate the file or edit the source lookup path to include its location.

但是我采用TCI6618 Device Function Simulator Big Endian没有此问题,我需要用到FFTC,TCP3D以及BCP

 

附件是我link文件的配置。下面是我cmd的配置,盼望解答,多谢!

-x
-stack 0x2000
-heap 0xa000

MEMORY
{
  VECTORS_MEM: origin = 0x10800000 length = 0x00000400
  /*Local addresses*/
  BOOT_MEM: origin = 0x10800400 length = 0x00001C00
  TEXT_MEM: origin = 0x10802000 length = 0x0002e000
  DATA_MEM: origin = 0x10830000 length = 0x000c0000

  /* M3 RAM */
  MSMCSRAM: origin = 0x0C000000 length = 0x00200000
 
  DDR3:  origin = 0x80000000 length = 0x10000000
  DDR3_1:   origin = 0x90000000 length = 0x10000000
}
 
SECTIONS
{
  .vectors: > VECTORS_MEM

  /* Boot Memory Sections */
  .boot: > BOOT_MEM

  /* Text Memory Sections */
  .text: > TEXT_MEM

  /* Data Memory Sections */
  .data: > DATA_MEM
 
  .fasttext:  >       TEXT_MEM
  .cinit:     >       DDR3//DATA_MEM
  .stack:     >       DATA_MEM
  .bss:       >       DATA_MEM
  .const:     >       DATA_MEM
  .far:       >       DDR3
  .switch:    >       TEXT_MEM
  .sysmem:    >       TEXT_MEM
  .cio:       >       TEXT_MEM
  .heap       >       DATA_MEM
 
  .qmss: load >> MSMCSRAM
  .cppi: load >> MSMCSRAM
 
  .fardata    > DATA_MEM
  .neardata   > DATA_MEM
  .rodata     > DATA_MEM
 
  .SL2QMSS    > DATA_MEM
  .bcp:  load >> MSMCSRAM
  .testData: load >> DDR3
  .init_array: load >> DATA_MEM
 
  .harq load >>  DDR3_1
}