tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] Re:Tinycc-devel Digest, Vol 65, Issue 14


From: ccecping
Subject: [Tinycc-devel] Re:Tinycc-devel Digest, Vol 65, Issue 14
Date: Sat, 27 Sep 2008 09:31:34 +0800 (CST)

 I successfully compile tcc to get arm-tcc , and now it can run on arm, It can compile C source files like
 
 main()
 {
   int i;
   i++;
 }
 But if I include <stdio.h>,
 #include <stdio.h>
 main()
 {
   int i=0;
   i++;
   printf("%d",i);
   return 0;
 }
 
 then it said:
 
 In file included from /hello.c:1;
 In file included from /usr/local/include/stdio.h:62;
 /usr/local/include/stddef.h:7: unrecognized character \x00
 
What's wrong with it?
 
Ping 
 

address@hidden 写道:
>Send Tinycc-devel mailing list submissions to
>	address@hidden
>
>To subscribe or unsubscribe via the World Wide Web, visit
>	http://lists.nongnu.org/mailman/listinfo/tinycc-devel
>or, via email, send a message with subject or body 'help' to
>	address@hidden
>
>You can reach the person managing the list at
>	address@hidden
>
>When replying, please edit your Subject line so it is more specific
>than "Re: Contents of Tinycc-devel digest..."
>
>
>Today's Topics:
>
>   1. Re:Tinycc-devel Digest, Vol 65, Issue 13 (ccecping)
>   2. Re:Tinycc-devel Digest, Vol 65, Issue 13 (ccecping)
>   3. Re: tinycc on arm (Daniel Gl?ckner)
>
>
>----------------------------------------------------------------------
>
>Message: 1
>Date: Thu, 25 Sep 2008 08:30:52 +0800 (CST)
>From: ccecping 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]