xiangye 发表于 2005-7-12 10:11:30

大家帮我看看哪里出错了

将 linux-2.4.19.tar.gz   patch-2.4.19-rmk7.gz   diff-2.4.19-rmk7-pxa2.gz
这三个文件放在同个目录,交叉编译器已经编译好
tar xvzf linux-2.4.19.tar.gz
cd linux-2.4.19
gunzip -c ../patch-2.4.19-rm7.gz |patch -p1
gunzip -c ../diff-2.4.19-rm7-pxa2.gz |patch -p1

make lubbock_config
make oldconfig
make dep 出错了
报错信息为:
make all
make: Entering directory `/linux/linux-2.4.19/arch/arm/tools'
arm-linux-gcc -D__KERNEL__ -I/linux/linux-2.4.19/include -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -Uarm
-fno-common -pipe -fno-omit-frame-pointer -mapcs -mno-sched-prolog -g
-mapcs-32 -D__LINUX_ARM_ARCH__=5 -mcpu=xscale -mtune=xscale -mshort-load-bytes
-msoft-float -Uarm -S -o constants.h.tmp.1 getconstants.c
cc1: bad value (xscale) for -mtune= switch
cc1: bad value (xscale) for -mcpu= switch
make: *** Error 1
make: Leaving directory `/linux/linux-2.4.19/arch/arm/tools'
make: *** Error 2
make: Leaving directory `/linux/linux-2.4.19/arch/arm/tools'
make: *** Error 2


这个是怎么回事呢,我哪一步出错了阿?
页: [1]
查看完整版本: 大家帮我看看哪里出错了