[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[microblaze-uclinux] A strange make error using petalinux-mmu-v0.10



Hello,all:
    Recently I turn  to use petalinux-mmu-v0.10 for my  work. When I  using  default  Xilinx ML505_MMU setting and then make all  in redhat el5(my host pc), everything is all right, but alas  doing these in redhat el4.6 an error occurs, below are all the message generate in my terminal after make:
###################################################################################################################################################
[yan@jarod petalinux-dist]$ make
make -C tools/ucfront
make[1]: Entering directory `/home/yan/port_linux/petalinux/microblaze/petalinux-mmu-v0.10/software/petalinux-dist/tools/ucfront'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/yan/port_linux/petalinux/microblaze/petalinux-mmu-v0.10/software/petalinux-dist/tools/ucfront'
ln -sf /home/yan/port_linux/petalinux/microblaze/petalinux-mmu-v0.10/software/petalinux-dist/tools/ucfront/ucfront tools/ucfront-gcc
ln -sf /home/yan/port_linux/petalinux/microblaze/petalinux-mmu-v0.10/software/petalinux-dist/tools/ucfront/ucfront tools/ucfront-g++
ln -sf /home/yan/port_linux/petalinux/microblaze/petalinux-mmu-v0.10/software/petalinux-dist/tools/ucfront/ucfront-ld tools/ucfront-ld
make ARCH=microblaze CROSS_COMPILE=mb-linux- -j1 -C linux-2.6.x  || exit 1
/bin/sh: line 1: 13992 Floating point exceptionmb-linux-gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -mcpu=v7.00.b -S -o /dev/null -xc /dev/null >/dev/null 2>&1
/bin/sh: line 1: 13995 Floating point exceptionmb-linux-gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -mno-xl-soft-div -mxl-barrel-shift -mxl-multiply-high -mno-xl-soft-mul -ffixed-r31 -fomit-frame-pointer -g -fno-stack-protector -S -o /dev/null -xc /dev/null >/dev/null 2>&1
/bin/sh: line 1: 13998 Floating point exceptionmb-linux-gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -mno-xl-soft-div -mxl-barrel-shift -mxl-multiply-high -mno-xl-soft-mul -ffixed-r31 -fomit-frame-pointer -g -Wdeclaration-after-statement -S -o /dev/null -xc /dev/null >/dev/null 2>&1
/bin/sh: line 1: 14000 Floating point exceptionmb-linux-gcc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -mno-xl-soft-div -mxl-barrel-shift -mxl-multiply-high -mno-xl-soft-mul -ffixed-r31 -fomit-frame-pointer -g -Wno-pointer-sign -S -o /dev/null -xc /dev/null >/dev/null 2>&1
make[1]: Entering directory `/home/yan/port_linux/petalinux/microblaze/petalinux-mmu-v0.10/software/linux-2.6.x-petalogix'
  CHK     include/linux/version.h
  CHK     include/linux/utsrelease.h
  CC      arch/microblaze/kernel/asm-offsets.s
/bin/sh: line 1: 14111 Floating point exceptionmb-linux-gcc -Wp,-MD,arch/microblaze/kernel/.asm-offsets.s.d -nostdinc -isystem -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -mno-xl-soft-div -mxl-barrel-shift -mxl-multiply-high -mno-xl-soft-mul -ffixed-r31 -fomit-frame-pointer -g -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(asm_offsets)" -D"KBUILD_MODNAME=KBUILD_STR(asm_offsets)" -fverbose-asm -S -o arch/microblaze/kernel/asm-offsets.s arch/microblaze/kernel/asm-offsets.c
make[2]: *** [arch/microblaze/kernel/asm-offsets.s] Error 136
make[1]: *** [prepare0] Error 2
make[1]: Leaving directory `/home/yan/port_linux/petalinux/microblaze/petalinux-mmu-v0.10/software/linux-2.6.x-petalogix'
make: *** [linux] Error 1
###################################################################################################################################################
   Does anybody kown how to solve this problem. Any advices will be welcome!
   Thank you for your help!

Best Regards!