On 10 October 2012 01:32, m9802119 wrote: > > after these step I build cross compiler successful, but wen I compile .c file the error occur: > $ tic6x-elf-gcc helloworld.c > helloworld.c:1:16: error:stdio:No such file or directory > > why ? There's no header called <stdio>, try <stdio.h>