[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] tinycc on arm
From: |
Daniel Glöckner |
Subject: |
Re: [Tinycc-devel] tinycc on arm |
Date: |
Thu, 25 Sep 2008 16:52:13 +0200 |
User-agent: |
Mutt/1.4.2.1i |
On Thu, Sep 25, 2008 at 10:11:59PM +0800, ccecping wrote:
> I compiled tcc with arm-tcc, and it can run on arm,
> but needs lots of lib files to support, how to solve it?
> which libary files should I copy to arm?
You need libc.so.6, libm.so.6, and libdl.so.2 to be able to run tcc.
On top of that you need libc.so, libgcc_s.so.1, crt1.o, crti.o, and
crtn.o to link simple programs. libc.so should be a linker script that
adds libc.so.6 and libc_nonshared.a to the linking process.
> address@hidden ?????????
> >When replying, please edit your Subject line so it is more specific
> >than "Re: Contents of Tinycc-devel digest..."
Daniel