On 2014-03-11 14:38:51 +0100, Mathieu Malaterre wrote:
> Seems like I am still missing something from my x86_64:
>
> $ 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
You need libc6-dev:i38
Seems like I am still missing something from my x86_64:
$ 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 foun
Control: tag -1 patch confirmed
Here is the patch:
$ cat debian/rules
#!/usr/bin/make -f
override_dh_auto_configure:
dh_auto_configure -- --enable-cross --tccdir=../tcc
[...]
ref:
http://lists.nongnu.org/archive/html/tinycc-devel/2010-12/msg00030.html
--
To UNSUBSCRIBE, email to debian-bugs-
Package: tcc
Version: 0.9.26~git20120104.83d57c0-5
Severity: wishlist
On amd64, it is not possible to compile for the 32-bit ABI:
$ tcc -m32 foo.c
tcc: error: 'i386-tcc' not found
"apt-file search i386-tcc" doesn't find any package providing
this file.
-- System Information:
Debian Release: whe
4 matches
Mail list logo