From: Adrian M. <ad...@mc...> - 2001-09-11 21:40:11
|
Thanks to the help I was give earlier I am not getting at least somethings to compile - but like others on this list I have no experience of cross compiling - or indeed of ever compiling a project of this size. The compile is now halting on this: Any clues anyone? sh4-linux-gcc -E -traditional -C -P -I/home/Adrian/linux/include -Ush arch/sh/vm linux.lds.S >arch/sh/vmlinux.lds sh4-linux-ld -EL -T arch/sh/vmlinux.lds -e _stext arch/sh/kernel/head.o arch/sh/ kernel/init_task.o init/main.o init/version.o \ --start-group \ arch/sh/kernel/kernel.o arch/sh/mm/mm.o kernel/kernel.o mm/mm.o fs/fs.o ipc/ipc.o \ drivers/char/char.o drivers/block/block.o drivers/misc/misc.o drivers/n et/net.o drivers/media/media.o drivers/video/video.o \ net/network.o \ /home/Adrian/linux/arch/sh/lib/lib.a /home/Adrian/linux/lib/lib.a /home/ Adrian/linux/arch/sh/lib/lib.a /opt/billgatliff/H-i686-pc-linux-gnu/sh4-linux/li b/gcc-lib/sh4-linux/3.0/libgcc.a \ --end-group \ -o vmlinux net/network.o: In function `skb_copy_bits': net/network.o(.text+0x4530): undefined reference to `BUG_TRAP' net/network.o: In function `skb_checksum': net/network.o(.text+0x46ac): undefined reference to `BUG_TRAP' net/network.o(.text+0x46b0): undefined reference to `csum_block_add' net/network.o: In function `skb_copy_and_csum_bits': net/network.o(.text+0x4848): undefined reference to `csum_partial_copy_nocheck' net/network.o(.text+0x484c): undefined reference to `BUG_TRAP' net/network.o(.text+0x4850): undefined reference to `csum_block_add' net/network.o: In function `skb_copy_datagram_iovec': net/network.o(.text+0x5248): undefined reference to `BUG_TRAP' net/network.o: In function `skb_copy_and_csum_datagram': net/network.o(.text+0x5414): undefined reference to `csum_and_copy_to_user' net/network.o(.text+0x5418): undefined reference to `BUG_TRAP' net/network.o(.text+0x541c): undefined reference to `csum_block_add' net/network.o: In function `skb_copy_and_csum_datagram_iovec': net/network.o(.text+0x5504): undefined reference to `csum_fold' make: *** [vmlinux] Error 1 |