Help! kernel compile problem

1997-07-01 Thread Zachary DeAquila
I thought I'd build a nice slim 'n trim kernel for one of my machines... so I went and did a make config, then did 'make zImage' and got: ld -m elf_i386 -Ttext 0x10 -e stext arch/i386/kernel/head.o init/main.o init/version.o \ arch/i386/kernel/kernel.o arch/i386/mm/mm.o

Re: Help! kernel compile problem

1997-07-01 Thread Philippe Troin
On Mon, 30 Jun 1997 21:11:32 CDT Zachary DeAquila ([EMAIL PROTECTED] .org) wrote: I thought I'd build a nice slim 'n trim kernel for one of my machines... so I went and did a make config, then did 'make zImage' and got: [snip] And you probably forgot to make clean and make dep in the