[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, 4 Sep 2008 12:45:06 +0200 |
User-agent: |
Mutt/1.4.2.1i |
On Thu, Sep 04, 2008 at 05:30:50PM +0800, ccecping wrote:
> I tried to find the file system on my arm, but didn't find it,
Have you looked in / ?
> there is no crt1.o, crti.o, crtn.o etc.
These are provided by the GNU C library.
Are you using uClibc?
> Which file should I copy?
Well, I wanted you to copy the complete file system, i.e. all files in
all directories, but if there are no crt*.o files, there is no point in
doing so.
Which ARM device are you using?
Daniel