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.

6678 EVM HelloWorld abort



#include <stdio.h>
void main(void)
{
 printf("Hello World!");
 //return;
}

When I use the code above runing on 6678EVM,Their is a  tip:

Can't find a source file at "/sim/sds12/scratch/tsuch_rtsbuild_dflcmp2507.dal.design.ti.com_23248_linux/c60_rts/./exit.c"
Locate the file or edit the source lookup path to include its location.

I don't know how does this happen.Have you ever met this problem?