How to build the kexec too for ARM11 using the cross compiler.

Simon Horman horms at verge.net.au
Tue Sep 15 23:51:32 EDT 2009


On Wed, Sep 16, 2009 at 11:06:34AM +0800, Lai Weilin-B04597 wrote:
> Hi,
> I am trying to build kexec tool for ARM11.  I can't see any doc that
> helps to configure. The cross compiler is used, and I tried the
> following configure option, 
> ./configure arm --prefix=/usr --build=arm-none-linux-gnueabi
> --host=i686-pc-linux-gnu --target=arm-none-linux-gnueabi
> but failed.
> Anyone can help ?

Hi,

When cross-compiling for arm the following works for me:

autoheader
autoconf
./configure --host=arm-unknown-linux-gnu

In what way is what you are trying failing?
And are you trying to build natively or cross-compile?




More information about the kexec mailing list