Good morning:
/usr/local/mipsel-unknown-linux/bin/ld -N -Ttext 0x80000000
arch/mips/kernel/head.o init/main.o init/version.o \
arch/mips/kernel/kernel.o arch/mips/mm/mm.o kernel/kernel.o mm/mm.o
fs/fs.o net/net.o ipc/ipc.o \
fs/filesystems.a \
drivers/block/block.a drivers/char/char.a drivers/net/net.a
drivers/scsi/scsi.a \
arch/mips/lib/lib.a
/usr/local/mipsel-unknown-linux/linux-1.2.10.4/lib/lib.a arch/mips/lib/lib.a -o
vmlinux
watch.o(.text+0x68): multiple definition of `print_status'
constants.o(.text+0x16c): first defined here
arch/mips/kernel/kernel.o(.data+0xc30): undefined reference to
`deskstation_rpc44_purge_secondary_cache_page'
arch/mips/kernel/kernel.o(.data+0xc34): undefined reference to
`deskstation_rpc44_handle_int'
arch/mips/kernel/kernel.o(.data+0xc38): undefined reference to
`deskstation_tyne_purge_secondary_cache_page'
gmake: *** [vmlinux] Error 1
Hmmm, I think that deskstation_rpc44 stuff is stuff I need to write
:-). I also think I need to disable the tyne support for the moment,
since I don't have a tyne board to practice on.
The only thing that has me worried is the print_status mutliple
definition, but that shouldn't be too hard to sort out.
Warner
|