[Top][All Lists]
[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
- [Tinycc-devel] Release Candidate - please test, grischka, 2008/03/08
- Re: [Tinycc-devel] Release Candidate - please test, kf, 2008/03/09
- Re: [Tinycc-devel] Release Candidate - please test, Alexander Gladysh, 2008/03/09
- Re: [Tinycc-devel] Release Candidate - please test,
grischka <=
- Re: [Tinycc-devel] Release Candidate - please test, Alexander Gladysh, 2008/03/09
- Re: [Tinycc-devel] Release Candidate - please test, Alexander Gladysh, 2008/03/09
- Re: [Tinycc-devel] Release Candidate - please test, grischka, 2008/03/09
- Re: [Tinycc-devel] Release Candidate - please test, Alexander Gladysh, 2008/03/09
- Re: [Tinycc-devel] Release Candidate - please test, grischka, 2008/03/10
- Re: [Tinycc-devel] Release Candidate - please test, Rob Landley, 2008/03/11
- Re: [Tinycc-devel] Release Candidate - please test, grischka, 2008/03/13
- Re: [Tinycc-devel] Release Candidate - please test, Detlef Riekenberg, 2008/03/09
Re: [Tinycc-devel] Release Candidate - please test, Detlef Riekenberg, 2008/03/09