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.

OUT 文件大小问题

Other Parts Discussed in Thread: AM1808

TI 工程师好!

   现在我在用XDS100V2+CCS5 调试AM1808,自己新建个hello world 空project,里面只有一个hello.c

其中只有一个函数

void main(void)
{
 printf("Hello World!\n");

}

为何我编译出来的debug下的out文件达136KB ,这已经超出了内部RAM的范围了,调试时会报错,请问有何方法可以减小

OUT 文件的大小??这样我就好在RAM 了调试了

谢谢