Mailinglist Archive: opensuse (3166 mails)

< Previous Next >
problems compiling mantel kernel
I did a clean install of SuSE 8.0 around the end of January and haven't
changed things too much since then. Anyway, I want to recompile my
kernel so I downloaded the one in people/mantel/next. It is 2.4.20-SuSE-4.

I have been working with Linux since 1994 or so and have recompiled the
kernel many, many times. I untarred the source, did a make cloneconfig,
make dep; make clean and make bzImage. The final output is below. Does
anyone know why I am getting the undefined references? My machine is not
an SMP box - just a single CPU. I can not find any info on this error on
the Net. Any help would be appreciated. Thanks!

rm -f lib.a
ar rcs lib.a checksum.o old-checksum.o delay.o usercopy.o getuser.o
memcpy.o strstr.o
make[2]: Leaving directory `/src/linux-2.4.20.SuSE/arch/i386/lib'
make[1]: Leaving directory `/src/linux-2.4.20.SuSE/arch/i386/lib'
gcc -E -C -P -I/src/linux-2.4.20.SuSE/include -imacros
/src/linux-2.4.20.SuSE/include/asm-i386/page_offset.h -Ui386
arch/i386/vmlinux.lds.S >arch/i386/vmlinux.lds
ld -m elf_i386 -T /src/linux-2.4.20.SuSE/arch/i386/vmlinux.lds -e stext
--warn-common arch/i386/kernel/head.o arch/i386/kernel/init_task.o
init/main.o init/version.o init/do_mounts.o \
--start-group \
arch/i386/kernel/kernel.o arch/i386/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/net/net.o drivers/char/drm/drm.o drivers/net/fc/fc.o
drivers/net/tokenring/tr.o drivers/net/wan/wan.o drivers/atm/atm.o
drivers/ide/idedriver.o drivers/scsi/scsidrv.o drivers/cdrom/driver.o
drivers/pci/driver.o drivers/net/pcmcia/pcmcia_net.o
drivers/net/wireless/wireless_net.o drivers/video/video.o
drivers/media/media.o drivers/i2c/busses/i2c-busses.o
drivers/i2c/chips/i2c-chips.o drivers/md/mddev.o \
net/network.o \
abi/abi.o \
/src/linux-2.4.20.SuSE/arch/i386/lib/lib.a
/src/linux-2.4.20.SuSE/lib/lib.a
/src/linux-2.4.20.SuSE/arch/i386/lib/lib.a \
--end-group \
-o vmlinux
arch/i386/kernel/kernel.o: In function `force_apic':
arch/i386/kernel/kernel.o(.text.init+0x363e): undefined reference to
`enable_apic_up'
arch/i386/kernel/kernel.o(.text.init+0x3648): undefined reference to
`skip_ioapic_setup'
make: *** [vmlinux] Error 1



< Previous Next >
This Thread
Follow Ups