[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[microblaze-uclinux] A strange make error using petalinux-mmu-v0.10
- To: microblaze-uclinux@xxxxxxxxxxxxxx
- Subject: [microblaze-uclinux] A strange make error using petalinux-mmu-v0.10
- From: "ruzhu kao" <kaoruzhu@xxxxxxxxx>
- Date: Mon, 26 May 2008 19:48:51 +0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=acLqliiP9k3huwlwviRWB92eMcHMJkCy+qZ8WsM6ams=; b=vy8GLvJK09y+7zxfYglWDZmqfeBW+VlKzTfshql+4yTlLR+bZ5mdDnYQVE7uYuSs4jEb9mv/Y0VLKC6rAbZRtl2hKKSKvST+LFJkRhYab/I3dlKBsBciWTgTx2nEl+Jz4g6pBYvOTM42j4/jJAQeQ7wEK2YkibfQT0hF/NjJmgY=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=vyPPQ6vwImReHmP75zI879147goowlz3McJbHwt2+S2VAFlP7ES/6QH3tkeEZbsUT2KSwgfR1BrAp9owXIN5YtWDHsw/3OG/VH49ZY98rDt3IwkYoKMfXjEtjjt1J/kMq9sQk6UF5F36OS1LYFNhEHbSnh4GXpgK9RK6+LCiL8A=
- Reply-to: microblaze-uclinux@xxxxxxxxxxxxxx
- Sender: owner-microblaze-uclinux@xxxxxxxxxxxxxx
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!