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: imateos
Subject: Re: [DotGNU]porting dotGNU to ARM
Date: Wed, 16 Apr 2003 13:15:37 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003

Rhys Weatherley wrote:

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.


Before compiling the "pnet" package with the correct options, it is needed to compile the "treec" one, isn't it?

I've tried but when I try to execute "make for "treec" after executing the "configure", I obtained the next output:

../treec -o expr_c.c -h expr_c.h ./expr_c.tc

../treec: ../treec: cannot execute binary file


Anyway, the steps that I must do are (correct me if I'm wrong):

1) treec : CC=/usr/.../arm-linux-gcc ./configure
              make
              make install

2) pnet: CC=/usr/.../arm-linux-gcc ./configure
            make
            make install

Thanks in advance,

Ignasi




reply via email to

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