tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] Compiling TCC with tcc-0.9.19


From: Fabrice Bellard
Subject: Re: [Tinycc-devel] Compiling TCC with tcc-0.9.19
Date: Fri, 05 Nov 2004 14:40:05 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040803

Vladimir G. Ivanovic wrote:
tcc-0.9.19 barfs on line 970 of c67-gen.c (v0.9.12):

   tcc -O2 -g -Wall -mpreferred-stack-boundary=2 -m386 -malign-functions=0 
-DTCC_TARGET_C67 -o c67-tcc tcc.c -ldl
   In file included from tcc.c:854:
   c67-gen.c:970: unrecognized character \x00
   make: *** [c67-tcc] Error 1

There is no character \x00 on that line (as far as I can tell). (Why
tcc wants to include a C67-specific file when the host architecture is
IA-32, is beyond me.

Whazzup? Can anyone enlighten me?

Use TCC 0.9.21 or the current CVS - it may correct the bug. All the targets are built by default to verify that there are still working. They could also be used for cross compiling.

Fabrice.





reply via email to

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