hi: I have compiled kexe-tools-2.0.2 for arm, LDFLAGS=-static TARGET_CC=/opt/arm-eabi-4.4.0/bin/arm-eabi-gcc ./configure arm --build=arm-none-linux-gnueabi --target=arm-none-linux-gnueabi --host=i686-pc-linux-gnu and generated kexec and kdump in kexec-tools-2.0.2/build/sbin/. Then I used "adb push" command to download kexec and kdump in /data which is an android directory, and made "chmod 755 /data/kexec". But when I did "/data/kexec", I got the result as follow: # /data/kexec /data/kexec ?????%s?%?B?%?C?%?C: not found ELF: not found /data/kexec: 2: Syntax error: word unexpected (expecting ")") I do not why. Can some one tell me? Thank you very much.