>Subject: RE: [users@httpd] how to compile Apache to work on ARM Processor?
>Date: Thu, 18 May 2006 13:01:58 +0200
>
> > -----Original Message-----
> > From: MOHAMED Ibrahim [mailto:mohameeed2010@xxxxxxxxxxx]
> > Sent: Thursday, May 18, 2006 12:50 PM
> > To: users@xxxxxxxxxxxxxxxx
> > Subject: [users@httpd] how to compile Apache to work on ARM Processor?
> >
> > I am New in this field, and i am sorry if this not the right Group.
> >
> > i have a development board contains ARM920t and I use version
> > of embedded
> > Linux.
> >
> > is there any Recomendation to go through them ? How To start
> > ? Is there any
> > other recommended Groups ?
>
>You'll need a recent gcc and make. Then download the source and try the compilation steps listed in the INSTALL file. Post back if something goes wrong...
>
>Rgds,
>Owen Boyle
>Disclaimer: Any disclaimer attached to this message may be ignored.
>
>Diese E-mail ist eine private und persönliche Kommunikation. Sie hat keinen Bezug zur Börsen- bzw. Geschäftstätigkeit der SWX Gruppe. This e-mail is of a private and personal nature. It is not related to the exchange or business activities of the SWX Group. Le présent e-mail est un message privé et personnel, sans rapport avec l'activité boursière du Groupe SWX.
>
>
>
>
> >
> > Best Regard.
> >
> > _________________________________________________________________
I obtained arm-linux-gcc and make tool and I followed the sequence in the install file
and i used this configuration option
$ CC="arm-linux-gcc " \
./configure --prefix=/sw/pkg/apache
how can i check that "arm-linux-gcc" compiler is the compiler used in the compilation process, since i read in the apache manual, the option will be ignored if it does not match?
i ask this question because when i continued the steps, this command "PREFIX/bin/apachectl start" work on the host (Intel machin) i think this mean it does not compiled to ARM???
which files i need to copy to the target, to have the apache web server running on the embedded Linux and this files after which step???