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:i386 (AFAIK, this is also the case for "gcc -m32",
well, at least when some libc function is used, which is the case in
general).

-- 
Vincent Lefèvre <[email protected]> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to