|
|
| Next: signal handling and threads |
| Author |
Message |
vadivel.ks External

Since: Jul 25, 2007 Posts: 1
|
Posted: Wed Jul 25, 2007 9:11 am Post subject: compiling thttpd for ARM Archived from groups: comp>os>linux>development>apps (more info?) |
|
|
Hi,
Suggest me for compiling thttpd for ARM processor.
I was able to compile for CPU only.
How to compile for ARM.
Thanks,
Vadivel. |
|
| Back to top |
|
 |
Ulrich Eckhardt External

Since: Jul 30, 2004 Posts: 83
|
Posted: Wed Jul 25, 2007 8:27 pm Post subject: Re: compiling thttpd for ARM [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
vadivel.ks DeleteThis @gmail.com wrote:
> Suggest me for compiling thttpd for ARM processor.
How about you read one of the gazillion threads recently that rotate about
porting things to an ARM-based system? You're not contributing anything,
neither to solving your problems not to the NG in general. In particular, I
suggest digesting the essay on asking smart questions by Eric S. Raymond,
you need the information therein.
Uli |
|
| Back to top |
|
 |
Tim Southerwood External

Since: Apr 23, 2007 Posts: 113
|
Posted: Wed Jul 25, 2007 11:54 pm Post subject: Re: compiling thttpd for ARM [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
vadivel.ks.DeleteThis@gmail.com coughed up some electrons that declared:
> Hi,
> Suggest me for compiling thttpd for ARM processor.
> I was able to compile for CPU only.
> How to compile for ARM.
>
>
> Thanks,
> Vadivel.
Hi
I would go here first:
http://buildroot.uclibc.org/
This project is related to cross-compiler toolchains, uclibc, linux and
busybox targetting a number of embedded (and other) platforms, including
ARM.
I found it a very good place to start. Also their mailing lists perhaps more
specialised to what you are trying to do.
Cheers
Tim |
|
| Back to top |
|
 |
Yao Qi External

Since: Jan 03, 2007 Posts: 18
|
Posted: Fri Jul 27, 2007 2:11 am Post subject: Re: compiling thttpd for ARM [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
vadivel.ks.DeleteThis@gmail.com writes:
> Hi,
> Suggest me for compiling thttpd for ARM processor.
> I was able to compile for CPU only.
> How to compile for ARM.
>
>
First, I think you have to install a cross-compiler, such as
arm-linux-gcc. Then, configure thttp in a cross compiling way, for
example,
../configure --host=xxx --target=xxx --build=xxx
CC=/installed/path/bin/arm-linux-gcc make
I haven't done development on ARM for long time, so I could remember
them clearly. Hope it is useful to you.
Best Regards
--
Yao Qi <qiyaoltc AT gmail DOT com> GNU/Linux Developer
http://duewayqi.googlepages.com/
linux: No such file or directory |
|
| Back to top |
|
 |
|
|
|
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
| |
|
|