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: grischka
Subject: Re: [Tinycc-devel] Release Candidate - please test
Date: Sun, 9 Mar 2008 17:28:21 +0100

From: "Alexander Gladysh":

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

Appearently not, but if you can make it work ...

> ...
> Got output as follows:
> $ 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

The code in question is about basic stack backtrace support with 
tcc -run ...

To begin with you could just disable the feature similar to
_WIN32/CONFIG_TCCBOOT at lines 9834 and 10015).

--- grischka





reply via email to

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