您好:
我的编程环境是CCS V5,使用6670多核开发板,但是我遇到了一个比较奇怪的问题:在cmd文件中配置stack,放置到多核共享内存或者DDR时都没有问题,工程在仿真时候可以正常运行。 但是cmd中 stack 放置到 L2 RAM中就出现了问题,程序会跑不下去,出现:
Can't find a source file at "/tmp/TI_MKLIB6sLCzz/SRC/_lock.c"
Locate the file or edit the source lookup path to include its location.
同时console窗口中显示:
TMS320C66x_0: Warning: Illegal opcode (3f582c97) at pc = 0x00875a54 Illegal opcode at pc = 0x00875a54
不知道这是为什么?谢谢!