Re: Compile problem for 2.4.26-Solved for now!

2001-12-17 Thread techlists
First I tried compiling the 2.5.1 kernel, it compiled fine, but I got alot of lock-ups when I rebooted. So I downgraded my binutils, and compiled the 2.4.16, and am doing fine. Thanks for the help. John Hans Ekbrand <[EMAIL PROTECTED]> wrote .. > On Sun, Dec 16, 2001 at 08:00:07PM -0600, [EM

Re: Compile problem for 2.4.26

2001-12-17 Thread Hans Ekbrand
On Sun, Dec 16, 2001 at 08:00:07PM -0600, [EMAIL PROTECTED] wrote: > I'm trying to compile 2.4.16 for my laptop. I do all the > > drivers/sound/sounddrivers.o(.data+0x274): undefined references to 'local > symbols in discarded section .text.exit' > > make:*** [vmlinux] Error 1 > > > What's go

Re: Compile problem for 2.4.26

2001-12-17 Thread k l u r t
On Mon, 17 Dec 2001, Steve Kieu wrote: > > > drivers/sound/sounddrivers.o(.data+0x274): undefined > > references to 'local symbols in discarded section > > .text.exit' > > > > make:*** [vmlinux] Error 1 > > > > I got this problem when compiling the kernel > 2.4.17-rc1 as well as 2.4.16. I aske

Re: Compile problem for 2.4.26

2001-12-17 Thread Steve Kieu
> drivers/sound/sounddrivers.o(.data+0x274): undefined > references to 'local symbols in discarded section > .text.exit' > > make:*** [vmlinux] Error 1 > I got this problem when compiling the kernel 2.4.17-rc1 as well as 2.4.16. I asked one time in the list and got not-useful info yet. By the w

Re: Compile problem for 2.4.26

2001-12-16 Thread Stephen Gran
Thus spake Marc Britten: > make dep before making bzlilo > > also what version of gcc are you using? gcc --version > > On Sun, 2001-12-16 at 21:00, [EMAIL PROTECTED] wrote: > > I'm trying to compile 2.4.16 for my laptop. I do all the > > make clean > > make mrproper > > make menuconfig > > > >

Re: Compile problem for 2.4.26

2001-12-16 Thread Marc Britten
make dep before making bzlilo also what version of gcc are you using? gcc --version On Sun, 2001-12-16 at 21:00, [EMAIL PROTECTED] wrote: > I'm trying to compile 2.4.16 for my laptop. I do all the > make clean > make mrproper > make menuconfig > > all work fine, but when I do make bzImage, > I

Compile problem for 2.4.26

2001-12-16 Thread techlists
I'm trying to compile 2.4.16 for my laptop. I do all the make clean make mrproper make menuconfig all work fine, but when I do make bzImage, I get drivers/sound/sounddrivers.o(.data+0x274): undefined references to 'local symbols in discarded section .text.exit' make:*** [vmlinux] Error 1 Wha