Re: error compiling kernel: undefined reference to `local symbols

2002-09-23 Thread Osamu Aoki
Few things, 1. Install gawk and select it over mawk (update-alternatives) 2. If you are using old binutils etc., upgrade them to woody 3. Get new bug free source package (2.4.19) Osamu On Mon, Sep 23, 2002 at 03:47:57PM +, Marcio Roberto Teixeira wrote: > Hi. > > I was compiling the kernel

Re: error compiling kernel: undefined reference to `local symbols

2002-09-23 Thread Stephen Gran
This one time, at band camp, Marcio Roberto Teixeira said: > > > Hi. > > I was compiling the kernel (Debian way) and: > > (root)$ make-kpkg kernel_image > > > > make[3]: Leaving directory `/usr/src/kernel-source-2.4.16/arch/i386/lib' > make[2]: Leaving directory `/usr/src/kernel-source-2.4.

Re: Error compiling kernel 2.4.6 with kernel-package

2001-07-14 Thread Manoj Srivastava
>>"Jan" == Jan Tammen <[EMAIL PROTECTED]> writes: Jan> Hi, Jan> I'm trying to compile kernel version 2.4.6 with the latest Jan> 'kernel-package' [7.50]. Here's the program's output: Jan> tarawa:/usr/src/linux# make-kpkg kernel_image Jan> [compiling fine ... snipped] Jan> install: cannot sta

RE: Error compiling kernel 2.4.2

2001-03-28 Thread Jason P. Holland
have you upgraded all the necessary packages as listed in /usr/src/linux-2.4.2/Documentation/Changes?? it looks like binutils is not up to date. Jason > > you will need to replace all occurences of -oformat in the Makefile in > /usr/src/linux-2.4.2/arch/i386/boot with --oformat > > HTH > Vinh >

Re: Error compiling kernel 2.4.2

2001-03-28 Thread Vinh Truong
you will need to replace all occurences of -oformat in the Makefile in /usr/src/linux-2.4.2/arch/i386/boot with --oformat HTH Vinh * mauro <[EMAIL PROTECTED]> [010328 11:47]: > > I'm not able to compile de kernel, exactly when I do the "make bzImage" > command I obtain this error: > > o bboo

RE: Error compiling kernel

2000-09-07 Thread Jason Holland
oops, my bad. you need the bin86 package. sorry about that. jason > -Original Message- > From: Jason Holland [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 07, 2000 6:18 AM > To: Gutierrez Family; debian-user@lists.debian.org > Subject: RE: Error compiling

RE: Error compiling kernel

2000-09-07 Thread Jason Holland
Hi, You need to install binutils, as you are missing the as86 assembler. Also, i would run make bzImage, instead of make zImage, compression on the kernel will be better. Jason -Original Message- From: Gutierrez Family [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 06, 2000 11:46

Re: Error compiling kernel

2000-09-07 Thread mcclosk
make[1]: Entering directory = `/usr/src/kernel-source-2.2.17/arch/i386/boot' as86 -0 -a -o bootsect.o bootsect.s make[1]: as86: Command not found make[1]: *** [bootsect.o] Error 127 make[1]: Leaving directory = `/usr/src/kernel-source-2.2.17/arch/i386/boot' make: *** [zImag

Re: Error compiling kernel

2000-09-07 Thread Glyn Millington
On Wed, Sep 06, 2000 at 09:46:06PM -0700, thus spake Gutierrez Family: > Hi everyone, > > I tried to re-compile the kernel (to include generic SCSI support for my > scanner) and ran into problems. Here's what I did - as far as I can remember > (following the instructions in the README file foun

RE: Error compiling kernel

2000-09-07 Thread CHEONG, Shu Yang \[Patrick\]
y' > Cc: debian-user@lists.debian.org > Subject: RE: Error compiling kernel > > Hi Gutierrez Family...(and List), > > Hey...I got the same error messsage too while attempting to compile the > "patched" 2.2.17 kernelI downloaded the patches for 2.2.16 and 2.2.1

RE: Error compiling kernel

2000-09-07 Thread CHEONG, Shu Yang \[Patrick\]
Hi Gutierrez Family...(and List), Hey...I got the same error messsage too while attempting to compile the "patched" 2.2.17 kernelI downloaded the patches for 2.2.16 and 2.2.17 and applied those to my 2.2.15 source tree in /usr/src/linux (-> /usr/src/2.2.15). I did get some error message while

Re: Error compiling kernel

2000-09-07 Thread ktb
On Wed, 06 Sep 2000, Eric G . Miller wrote: > apt-get install bin86 kernel-package > > # cd > # make [config | menuconfig | xconfig] > # make-kpkg clean > # make-kpkg --revision=[epoch:] kernel_image > # dpkg -i ../kernel-image*.deb > > See man make-kpkg (really is easier, and dpkg will know abo

Re: Error compiling kernel

2000-09-06 Thread Eric G . Miller
apt-get install bin86 kernel-package # cd # make [config | menuconfig | xconfig] # make-kpkg clean # make-kpkg --revision=[epoch:] kernel_image # dpkg -i ../kernel-image*.deb See man make-kpkg (really is easier, and dpkg will know about your kernel). On Wed, Sep 06, 2000 at 09:46:06PM -0700, Gu