[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] tcc-0.9.25 woes on 64 bit Red Hat system
From: |
shinichiro . h |
Subject: |
Re: [Tinycc-devel] tcc-0.9.25 woes on 64 bit Red Hat system |
Date: |
Sun, 05 Jul 2009 09:17:56 +0900 |
User-agent: |
Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.7 Emacs/22.3 (x86_64-pc-linux-gnu) MULE/5.0 (SAKAKI) |
Hi,
> Made fine, but test3 fails.
Yeah, missing alloca was already fixed in mob branch. Please use this
if you need this.
http://repo.or.cz/w/tinycc.git?a=shortlog;h=refs/heads/mob
> Then, I try building a shared object,
>
> % tcc foo.c -o libfoo.so -shared
> /usr/lib/crti.o: invalid object file
> /lib/libc.so.6: bad architecture
> /usr/lib/crtn.o: invalid object file
I'd like to investigate these files. Could you show the result of file
command and readelf -h command for these files? Or, it would be nicer
if you can upload or send these files.
Thanks,