Re: Unable to compile 2.2.6 & 2.2.7

Riley Williams (rhw@BigFoot.Com)
Sun, 2 May 1999 22:07:08 +0100 (GMT)


Hi there.

> I hope I can contribute somehow to your effort with the
> following: I got this error message after having succesfully
> patched up to 2.2.7 All worked fine up to 2.2.5. (with the same
> .config of course) (The only problem being my serial port 16550A
> mistaken for 16750 but that was solved by commenting out
> detection of the latter) (I am not on this list so if you answer
> CC me please)

> drivers/char/char.a(msp3400.o): In function `msp3400c_init':
> msp3400.o(.text+0x1f22): undefined reference to `register_sound_mixer'
> make: *** [vmlinux] Error 1

> .config is (in short)

===8<=== CUT ===>8===

I took your .config listing, put it in a clean 2.2.7 tree, and then
ran `make oldconfig` on it, and I can confirm the error message. Since
I'm running screen, I can confirm that it's in the `make zImage` step,
not the `make modules` step, so relates to something selected Y rather
than M in your configuration...

>From my display, here's the line that resulted in that error message
being displayed:

Q> ld -m elf_i386 -T /home/rhw/linux/arch/i386/vmlinux.lds -e stext \
Q> arch/i386/kernel/head.o arch/i386/kernel/init_task.o \
Q> init/main.o init/version.o \
Q> --start-group \
Q> arch/i386/kernel/kernel.o arch/i386/mm/mm.o \
Q> kernel/kernel.o mm/mm.o fs/fs.o ipc/ipc.o \
Q> fs/filesystems.a net/network.a \
Q> drivers/block/block.a drivers/char/char.a \
Q> drivers/misc/misc.a drivers/net/net.a \
Q> drivers/cdrom/cdrom.a drivers/pci/pci.a \
Q> drivers/video/video.a \
Q> /home/rhw/linux/arch/i386/lib/lib.a \
Q> /home/rhw/linux/lib/lib.a \
Q> /home/rhw/linux/arch/i386/lib/lib.a \
Q> --end-group \
Q> -o vmlinux

That's a horrible command to have to type...

Best wishes from Riley.

+----------------------------------------------------------------------+
| There is something frustrating about the quality and speed of Linux |
| development, ie., the quality is too high and the speed is too high, |
| in other words, I can implement this XXXX feature, but I bet someone |
| else has already done so and is just about to release their patch. |
+----------------------------------------------------------------------+
* ftp://ftp.MemAlpha.cx/pub/rhw/Linux
* http://www.MemAlpha.cx/kernel.versions.html

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/