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.

C6678不能Debug



程序编译无错误、无警告,使用C6678 Device Cycle Approximate Simulator,GEL文件用的是Simulator默认的,点击Debug按钮之后便一直停留在下图界面,请问如何解决?谢谢!

cmd文件:

-stack 0x400000
-heap 0x400000

MEMORY
{
LOCAL_L2_SRAM: o = 0x00800000 l = 0x00080000 /* 512kB LOCAL L2/SRAM */
LOCAL_L1P_SRAM: o = 0x00E00000 l = 0x00008000 /* 32kB LOCAL L1P/SRAM */
LOCAL_L1D_SRAM: o = 0x00F00000 l = 0x00008000 /* 32kB LOCAL L1D/SRAM */
SHRAM: o = 0x0C000000 l = 0x00400000 /* 4MB Multicore shared Memmory */

EMIF16_CS2: o = 0x70000000 l = 0x04000000 /* 64MB EMIF16 CS2 Data Memory */
EMIF16_CS3: o = 0x74000000 l = 0x04000000 /* 64MB EMIF16 CS3 Data Memory */
EMIF16_CS4: o = 0x78000000 l = 0x04000000 /* 64MB EMIF16 CS4 Data Memory */
EMIF16_CS5: o = 0x7C000000 l = 0x04000000 /* 64MB EMIF16 CS5 Data Memory */

DDR3: o = 0x80000000 l = 0x80000000 /* 2GB CE0 and CE1 external DDR3 SDRAM */
}

SECTIONS
{
.text > LOCAL_L2_SRAM
.stack > SHRAM
.bss > LOCAL_L2_SRAM
.cio > LOCAL_L2_SRAM
.const > LOCAL_L2_SRAM
.data > LOCAL_L2_SRAM
.switch > LOCAL_L2_SRAM
.sysmem > DDR3
.far > DDR3
.args > LOCAL_L2_SRAM
.ppinfo > LOCAL_L2_SRAM
.ppdata > LOCAL_L2_SRAM

/* COFF sections */
.pinit > LOCAL_L2_SRAM
.cinit > DDR3

}