uClinux的问题
include/asm/arch/irqs.h:54: warning: this is the location of the previous definition
include/asm/arch/irqs.h:125: warning: `IRQ_LCDINTR' redefined
include/asm/arch/irqs.h:46: warning: this is the location of the previous definition
include/asm/arch/irqs.h:128: warning: `IRQ_USBINTR' redefined
include/asm/arch/irqs.h:52: warning: this is the location of the previous definition
include/asm/arch/irqs.h:138: warning: `NR_IRQ_CPU' redefined
include/asm/arch/irqs.h:61: warning: this is the location of the previous definition
include/asm/arch/irqs.h:143: warning: `IRQ_TO_GPIO' redefined
include/asm/arch/irqs.h:66: warning: this is the location of the previous definition
include/asm/arch/irqs.h:189: warning: `NR_IRQ_BOARD' redefined
include/asm/arch/irqs.h:179: warning: this is the location of the previous definition
CC init/do_mounts_rd.o
CC init/do_mounts_initrd.o
CC init/do_mounts_md.o
In file included from include/asm/irq.h:4,
from include/asm/hardirq.h:7,
from include/linux/hardirq.h:6,
from include/asm-generic/local.h:6,
from include/asm/local.h:1,
from include/linux/module.h:21,
from include/linux/device.h:20,
from include/linux/genhd.h:15,
from include/linux/blkdev.h:6,
from include/linux/raid/md.h:21,
from init/do_mounts_md.c:2:
include/asm/arch/irqs.h:76: warning: `IRQ_T1UI' redefined
include/asm/arch/irqs.h:40: warning: this is the location of the previous definition
include/asm/arch/irqs.h:77: warning: `IRQ_T2UI' redefined
include/asm/arch/irqs.h:41: warning: this is the location of the previous definition
include/asm/arch/irqs.h:78: warning: `IRQ_CSINT' redefined
include/asm/arch/irqs.h:36: warning: this is the location of the previous definition
include/asm/arch/irqs.h:92: warning: `IRQ_GPIO1INTR' redefined
include/asm/arch/irqs.h:37: warning: this is the location of the previous definition
include/asm/arch/irqs.h:93: warning: `IRQ_GPIO2INTR' redefined
include/asm/arch/irqs.h:38: warning: this is the location of the previous definition
include/asm/arch/irqs.h:94: warning: `IRQ_GPIO3INTR' redefined
include/asm/arch/irqs.h:39: warning: this is the location of the previous definition
include/asm/arch/irqs.h:105: warning: `IRQ_BLINT' redefined
include/asm/arch/irqs.h:30: warning: this is the location of the previous definition
include/asm/arch/irqs.h:106: warning: `IRQ_BMIINTR' redefined
include/asm/arch/irqs.h:59: warning: this is the location of the previous definition
include/asm/arch/irqs.h:108: warning: `IRQ_TINTR' redefined
include/asm/arch/irqs.h:43: warning: this is the location of the previous definition
include/asm/arch/irqs.h:109: warning: `IRQ_WEINT' redefined
include/asm/arch/irqs.h:31: warning: this is the location of the previous definition
include/asm/arch/irqs.h:110: warning: `IRQ_RTCMI' redefined
include/asm/arch/irqs.h:42: warning: this is the location of the previous definition
include/asm/arch/irqs.h:111: warning: `IRQ_UART1INTR' redefined
include/asm/arch/irqs.h:44: warning: this is the location of the previous definition
include/asm/arch/irqs.h:113: warning: `IRQ_UART2INTR' redefined
include/asm/arch/irqs.h:45: warning: this is the location of the previous definition
include/asm/arch/irqs.h:115: warning: `IRQ_UART3INTR' redefined
include/asm/arch/irqs.h:48: warning: this is the location of the previous definition
include/asm/arch/irqs.h:117: warning: `IRQ_SCIINTR' redefined
include/asm/arch/irqs.h:49: warning: this is the location of the previous definition
include/asm/arch/irqs.h:120: warning: `IRQ_GPIO4INTR' redefined
include/asm/arch/irqs.h:55: warning: this is the location of the previous definition
include/asm/arch/irqs.h:121: warning: `IRQ_GPIO5INTR' redefined
include/asm/arch/irqs.h:56: warning: this is the location of the previous definition
include/asm/arch/irqs.h:122: warning: `IRQ_GPIO6INTR' redefined
include/asm/arch/irqs.h:57: warning: this is the location of the previous definition
include/asm/arch/irqs.h:123: warning: `IRQ_GPIO7INTR' redefined
include/asm/arch/irqs.h:58: warning: this is the location of the previous definition
include/asm/arch/irqs.h:124: warning: `IRQ_T3UI' redefined
include/asm/arch/irqs.h:54: warning: this is the location of the previous definition
include/asm/arch/irqs.h:125: warning: `IRQ_LCDINTR' redefined
include/asm/arch/irqs.h:46: warning: this is the location of the previous definition
include/asm/arch/irqs.h:128: warning: `IRQ_USBINTR' redefined
include/asm/arch/irqs.h:52: warning: this is the location of the previous definition
include/asm/arch/irqs.h:138: warning: `NR_IRQ_CPU' redefined
include/asm/arch/irqs.h:61: warning: this is the location of the previous definition
include/asm/arch/irqs.h:143: warning: `IRQ_TO_GPIO' redefined
include/asm/arch/irqs.h:66: warning: this is the location of the previous definition
include/asm/arch/irqs.h:189: warning: `NR_IRQ_BOARD' redefined
include/asm/arch/irqs.h:179: warning: this is the location of the previous definition
LD init/mounts.o
CC init/initramfs.o
LD init/built-in.o
HOSTCC usr/gen_init_cpio
CPIO usr/initramfs_data.cpio
GZIP usr/initramfs_data.cpio.gz
AS usr/initramfs_data.o
usr/initramfs_data.S: Assembler messages:
usr/initramfs_data.S:29: Error: Unknown pseudo-op: `.incbin'
make[2]: *** [usr/initramfs_data.o] 错误 1
make[1]: *** [usr] 错误 2
make[1]: Leaving directory `/root/uclinux/uClinux-dist/linux-2.6.x'
make: *** [linux] 错误 1
[root@localhost uClinux-dist]# make dep
make ARCH=arm CROSS_COMPILE=arm-linux- -C linux-2.6.x dep
make[1]: Entering directory `/root/uclinux/uClinux-dist/linux-2.6.x'
*** Warning: make dep is unnecessary now.
make[1]: Leaving directory `/root/uclinux/uClinux-dist/linux-2.6.x'
哪位高手帮我解决 先谢过!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我自己先顶一下
难道没有哪位遇到和我相似的问题吗?