#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?
Hi Jian,
According to other topics in the forum (see topic1 and topic2) it's a problem in previous versions of CCS (before 5.1) and should not interfere with debugging.
Regards