This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: A problem on building GCC


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>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]