A problem on building GCC

Jonathan Wakely jwakely.gcc@gmail.com
Wed Oct 10 08:24:00 GMT 2012


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>



More information about the Gcc-help mailing list