Chinaunix首页 | 论坛 | 博客
  • 博客访问: 308689
  • 博文数量: 321
  • 博客积分: 10055
  • 博客等级: 上将
  • 技术积分: 3780
  • 用 户 组: 普通用户
  • 注册时间: 2006-07-29 13:03
文章分类

全部博文(321)

文章存档

2012年(1)

2010年(7)

2009年(1)

2008年(312)

我的朋友

分类: LINUX

2008-09-21 15:02:42

[root@localhost madwifi-0.9.4]# m
ake KERNELPATH=/home/MonteGold/timesys-ixp435 CROSS_COMPILE=armv5b-linux- ARCH=arm TARGET=xscale-le-elf KERNELRELEASE=2.6.16
Checking requirements... ok.
Checking kernel configuration... ok.
make -C /home/MonteGold/timesys-ixp435 SUBDIRS=/home/anchor/download/madwifi-0.9.4 modules
make[1]: Entering directory `/home/MonteGold/timesys-ixp435'
CC [M] /home/anchor/download/madwifi-0.9.4/ath/if_ath.o
CC [M] /home/anchor/download/madwifi-0.9.4/ath/if_ath_pci.o
LD [M] /home/anchor/download/madwifi-0.9.4/ath/ath_pci.o
CC [M] /home/anchor/download/madwifi-0.9.4/ath_hal/ah_os.o
LD [M] /home/anchor/download/madwifi-0.9.4/ath_hal/ath_hal.o
armv5b-linux-ld: ERROR: /home/anchor/download/madwifi-0.9.4/ath_hal cale-le-elf.hal.o uses VFP instructions, whereas /home/anchor/download/madwifi-0.9.4/ath_hal/ath_hal.o does not
armv5b-linux-ld: failed to merge target specific data of file /home/anchor/download/madwifi-0.9.4/ath_hal cale-le-elf.hal.o
make[3]: *** [/home/anchor/download/madwifi-0.9.4/ath_hal/ath_hal.o] Error 1
make[2]: *** [/home/anchor/download/madwifi-0.9.4/ath_hal] Error 2
make[1]: *** [_module_/home/anchor/download/madwifi-0.9.4] Error 2
make[1]: Leaving directory `/home/MonteGold/timesys-ixp435'
make: *** [modules] 错误 2

请问有人遇到这个问题吗?望不吝赐教,谢谢
阅读(903) | 评论(1) | 转发(0) |
给主人留下些什么吧!~~

chinaunix网友2010-02-09 15:21:16

这个问题嘛,简单,如果单独编译,在ath_hal/Makefile中添加: ifeq ($(TARGET),armv4-le-elf) LDOPTS += --no-warn-mismatch endif 就可以了 祝你好运! e-mail: jwm_2008@hotmail.com