tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] tcc -m32 from x86_64


From: Mathieu Malaterre
Subject: [Tinycc-devel] tcc -m32 from x86_64
Date: Tue, 11 Mar 2014 14:45:27 +0100

Has anyone been able to use -m32 flags from an amd64 debian box ? If I
recompile locally tcc package using patch from:

https://bugs.debian.org/673380#10

I get i386-tcc in /usr/bin, however compilation still fails:

$ cat a.c
int main() { return 0; }
$ tcc -vv -m32 -o a a.c
tcc: using 'i386-tcc'
tcc version 0.9.26 (i386 Linux)
tcc: error: file 'crt1.o' not found
tcc: error: file 'crti.o' not found
-> a.c
-> /usr/lib/x86_64-linux-gnu/../tcc/i386/libtcc1.a
tcc: error: file 'crtn.o' not found

Any suggestion ?
--
Mathieu



reply via email to

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