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
[EMAIL PROTECTED] 写道:
>Send Tinycc-devel mailing list submissions to
> [email protected]
>
>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
> [EMAIL PROTECTED]
>
>You can reach the person managing the list at
> [EMAIL PROTECTED]
>
>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
_______________________________________________
Tinycc-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/tinycc-devel