大家好:
我現在使用板子EVMK2H
軟體為 CCSv5 和 mcsdk_bios_3_01_03_06
其中我的 C66XX_0的GEL為 mcsdk_bios_3_01_03_06\tools\program_evm\gel\xtcievmk2x.gel
目前跑出下面的結果,卡在int main()那裡。
這是哪一步驟或者那些地方沒有設定好呢
謝謝
Andy Yin1:
程序load完之后就是会停在main,选择执行好了,让程序继续执行。
Hao-Yu Lan:
回复 Andy Yin1:
謝謝
當執行到return時 會出現下面問題:
Can't find a source file at "/tmp/TI_MKLIBNvcmIk/SRC/exit.c" Locate the file or edit the source lookup path to include its location.
這問題可以忽略嗎
Zhan Xiang:
回复 Hao-Yu Lan:
这个只是说没有把exit.c的源文件加入工程,不影响继续执行。