#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?