![](https://seccdn.libravatar.org/avatar/1cd903ce739b05e07b73c4db146530d7.jpg?s=120&d=mm&r=g)
Hi Wenhui, Am 02.07.2014 05:08, schrieb Huangwenhui:
We are building a suse arm on our arm-a15 board, Linux kernel is linaro 3.12.0 version, and compiler is arm-linux-gnueabihf-,
For reference, is it about this HiSilicon board? https://wiki.linaro.org/Boards/D01
we got suse source and mount it on by nfsserver.
when I chroot to suse, a error occured like this: sh (81): undefined instruction: pc=b6f76b48
# chroot /mnt/suse_root #[ 35.880000] sh (81): undefined instruction: pc=b6f76b48 #[ 35.890000] Code: e59f3034 e08f2002 e0822003 e5922040 (ecac8b10) #Illegal instruction # cat log #81 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) #81 --- SIGILL (Illegal instruction) @ 0 (0) --- #81 +++ killed by SIGILL +++
Have you tried running any test program with NEON instructions? According to http://en.wikipedia.org/wiki/Comparison_of_ARMv7-A_cores that is non-optional on Cortex-A15, and my Chromebook with working Factory has it in /proc/cpuinfo. Our armv7hl compiler does not require NEON, but glibc may make assumptions that don't apply to your hardware. My colleagues will have more details on what their debugging indicated. Regards, Andreas -- SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org