Hi Simon, I am trying to get kexec working on an ARM1136 using the 2.0.1 version of the KEXEC. The loading seems to work ok. On "kexec -e", I see: Starting new kernel Uncompressing Linux................................................................................................... crc error -- System halted Have you ever seen this kind of failure ? Best Regards. William Lai 021-28937152 15921256383 -----Original Message----- From: Simon Horman [mailto:horms@xxxxxxxxxxxx] Sent: 2009?9?16? 11:52 To: Lai Weilin-B04597 Cc: kexec at lists.infradead.org Subject: Re: How to build the kexec too for ARM11 using the cross compiler. 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?