tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] Release Candidate - please test


From: Alexander Gladysh
Subject: Re: [Tinycc-devel] Release Candidate - please test
Date: Sun, 9 Mar 2008 15:38:48 +0300

Hi!

>  Source code:
>  http://www.2shared.com/file/2958180/5f373866/tcc-0924tar.html

I'm trying to build it under OS X (10.5.2 Leopard). Is it supported at all BTW?

Got output as follows:

$ ./configure
Binary  directory   /usr/local/bin
TinyCC directory    /usr/local/lib/tcc
Library directory   /usr/local/lib
Include directory   /usr/local/include
Manual directory    /usr/local/man
Doc directory       /usr/local/share/doc/tcc
Source path      /Users/agladysh/build/tcc-0.9.24
C compiler       gcc
make             make
CPU              x86
Big Endian       no
gprof enabled    no
cross compilers  no
Creating config.mak and config.h

$ make
gcc -O2 -g -Wall -mpreferred-stack-boundary=2 -march=i386
-falign-functions=0 -fno-strict-aliasing -Wno-pointer-sign
-Wno-sign-compare -o tcc tcc.c -lm -ldl
tcc.c: In function 'rt_get_caller_pc':
tcc.c:9857: error: request for member 'gregs' in something not a
structure or union
tcc.c:9857: error: 'EIP' undeclared (first use in this function)
tcc.c:9857: error: (Each undeclared identifier is reported only once
tcc.c:9857: error: for each function it appears in.)
tcc.c:9866: error: request for member 'gregs' in something not a
structure or union
tcc.c:9866: error: 'EBP' undeclared (first use in this function)
make: *** [tcc] Error 1

HTH,
Alexander.




reply via email to

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