tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] tcc error - compiling itself (newest CVS)


From: Fabrice Bellard
Subject: Re: [Tinycc-devel] tcc error - compiling itself (newest CVS)
Date: Tue, 22 Apr 2003 11:45:41 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020828

Interesting. In fact I never tried to do that! An important missing feature to fully compile the bound checking code (bcheck.c) is that tcc does not support '__attribute__((regparm(n))'. But adding it seems to be possible now.

Fabrice.

Jens Arm wrote:
Hi


If I try to compile tcc with tcc (newest CVS) I get this error:


address@hidden tinycc]$ ./configure --cc=tcc
Binary  directory   /usr/local/bin
Library directory   /usr/local/lib
Include directory   /usr/local/include
Manual  directory   /usr/local/man
Source path      /home/tux/compile/tinycc
C compiler       tcc
make             make
CPU              x86
Big Endian       no
gprof enabled    no
Creating config.mak and config.h
address@hidden tinycc]$ make
tcc -O2 -g -Wall -mpreferred-stack-boundary=2 -m386 -malign-functions=0 -o 
tcc_g tcc.c -ldl
strip -s -R .comment -R .note -o tcc tcc_g
tcc -O2 -Wall -c -o libtcc1.o libtcc1.c
libtcc1.c:334: unknown constraint '%'
make: *** [libtcc1.o] Error 1


Jens


_______________________________________________
Tinycc-devel mailing list
address@hidden
http://mail.nongnu.org/mailman/listinfo/tinycc-devel








reply via email to

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