is this enough to determine what I have done wrong
Cookie <[email protected]>
| Newsgroups | gmane.linux.aurora.devel |
|---|---|
| Message-ID | <p0521060bbaef46143d1c@[192.168.1.106]> |
Toady I managed to get Aurora installed on my U2
after wasting a day realizing that /boot needed to be
ext2 =-}
Now that it is up and running I thought I would try
and rebuild the Kernel. I downloaded 2.4.20
and patched it to
patch-2.4.21-rc2
everything went fine until it tried to link (I think)
Below is a clip, I hope it is enough that someone
can tell me my fatal error.
Thanks
Brian
make[1]: Leaving directory `/usr/src/linux-2.4.20/arch/sparc64/math-emu'
ld -m elf64_sparc -T arch/sparc64/vmlinux.lds
arch/sparc64/kernel/head.o arch/sparc64/kernel/init_task.o
init/main.o init/version.o init/do_mounts.o \
--start-group \
arch/sparc64/kernel/kernel.o arch/sparc64/mm/mm.o
kernel/kernel.o mm/mm.o fs/fs.o ipc/ipc.o
arch/sparc64/math-emu/math-emu.o \
drivers/char/char.o drivers/block/block.o
drivers/misc/misc.o drivers/net/net.o
drivers/net/appletalk/appletalk.o drivers/scsi/scsidrv.o
drivers/cdrom/driver.o drivers/sbus/sbus_all.o drivers/video/video.o
drivers/media/media.o \
net/network.o \
/usr/src/linux-2.4.20/lib/lib.a
/usr/src/linux-2.4.20/lib/lib.a
/usr/src/linux-2.4.20/arch/sparc64/prom/promlib.a
/usr/src/linux-2.4.20/arch/sparc64/lib/lib.a \
--end-group \
-o vmlinux
init/main.o: In function `check_bugs':
init/main.o(.text+0x28): undefined reference to `_mcount'
init/main.o: In function `rest_init':
init/main.o(.text+0x48): undefined reference to `_mcount'
init/main.o: In function `init':
init/main.o(.text+0xa8): undefined reference to `_mcount'
init/main.o: In function `profile_setup':
init/main.o(.text.init+0x8): undefined reference to `_mcount'
init/main.o: In function `checksetup':
init/main.o(.text.init+0x48): undefined reference to `_mcount'
init/main.o(.text.init+0xe8): more undefined references to `_mcount' follow
make: *** [vmlinux] Error 1