[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Tinycc-devel] Re:Tinycc-devel Digest, Vol 65, Issue 15
From: |
ccecping |
Subject: |
[Tinycc-devel] Re:Tinycc-devel Digest, Vol 65, Issue 15 |
Date: |
Sun, 28 Sep 2008 10:11:58 +0800 (CST) |
Sorry about the foolish error, I solved it myself, after some modifications, now it can run on arm, and can compile some simple programs. Thanks!
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 14 (ccecping)
> 2. Re: tinycc on arm (Daniel Gl?ckner)
>
>
>----------------------------------------------------------------------
>
>Message: 1
>Date: Sat, 27 Sep 2008 09:31:34 +0800 (CST)
>From: ccecping ,
> #include
> 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
>-------------- next part --------------
>An HTML attachment was scrubbed...
>URL: http://lists.gnu.org/pipermail/tinycc-devel/attachments/20080927/b2fda64f/attachment.html
>
>------------------------------
>
>Message: 2
>Date: Sat, 27 Sep 2008 12:28:04 +0200
>From: Daniel Gl?ckner ,
>> #include
>> 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
>
>I can't reproduce this error.
>
>Are you using the stddef.h distributed with tinycc?
>
> Daniel
>
>
>
>
>------------------------------
>
>_______________________________________________
>Tinycc-devel mailing list
>address@hidden
>http://lists.nongnu.org/mailman/listinfo/tinycc-devel
>
>
>End of Tinycc-devel Digest, Vol 65, Issue 15
>********************************************
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Tinycc-devel] Re:Tinycc-devel Digest, Vol 65, Issue 15,
ccecping <=