[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: |
Wed, 24 Sep 2008 13:31:01 +0200 |
User-agent: |
Mutt/1.4.2.1i |
On Wed, Sep 24, 2008 at 04:43:11PM +0800, ccecping wrote:
> Aftering some modifications of tcc souce files ,now I get arm-tcc which
> can compile C souce code on x86 host, and then run it on arm.
> Can I use arm-tcc to compile tcc source file again to get a new arm-tcc
> which itself run on arm?
> If it is possible, which step should I take?
Just do
./configure --cc=arm-tcc --enable-cross
make arm-tcc
If you use current CVS/GIT, it's
./configure --cc=arm-tcc-fpa --enable-cross --with-libgcc
make arm-tcc-fpa
What did you modify to make it work on your system?
> address@hidden ??????
> >When replying, please edit your Subject line so it is more specific
> >than "Re: Contents of Tinycc-devel digest..."
Daniel