dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [DotGNU]porting dotGNU to ARM


From: Rhys Weatherley
Subject: Re: [DotGNU]porting dotGNU to ARM
Date: Wed, 16 Apr 2003 19:39:21 +1000
User-agent: KMail/1.4.3

On Wednesday 16 April 2003 07:30 pm, imateos wrote:

> I've already downloaded an ARM cross-compiler, in concret version gcc
> 2.95, and
> I would like how to begin to port it. I would like to begin with just the
> runtime, but I don't know how to modify the configure and Makefile.

You should be able to do this:

    CC=arm-gcc ./configure
    make

where "arm-gcc" is the path to your ARM cross-compiler.  I've used that 
approach before to build for a Sharp Zaurus, and it worked.

Cheers,

Rhys.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]