CCS5.3加载out文件时的问题

一直使用CCS进行编解码的优化,从来没有想到发表个文章记录一下,现在开始逐步进行记录。


问题:

Can't find a source file at "/tmp/TI_MKLIBFC2w5c/SRC/boot.asm" 
Locate the file or edit the source lookup path to include its location.

如图:

CCS5.3加载out文件时的问题_第1张图片

分析解决:

应该是代码段不够导致的。通过配置cmd文件,增加代码段长度。

你可能感兴趣的:(CCS5.3加载out文件时的问题)