kernel build error on install-perf

2019-01-20 Thread Andrea Borgia
Hi. Way at the end of the build process, when I already have the linux-image deb ready to install, it stops with the following error message: -x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x- install -m 644 Documentation/tips.txt -t '/home/storage/no-backup/kernel-debia

Kernel build error & how do I fix & compile OK?

2003-09-27 Thread Haralambos
Hi Yall, I am trying to upgrade to 2.4.22, but after issuing... make-kpkg --initrd I eventually get make[4]: Leaving directory `/usr/src/kernel-source-2.4.22/drivers/scsi/aacraid' /usr/bin/make -C aic7xxx modules make[4]: Entering directory `/usr/src/kernel-source-2.4.22/drivers/scsi/aic

kernel build error 2.4.18

2002-04-21 Thread Jaye Inabnit ke6sls
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Greetings: I am attempting to build a kernel for a slow box that has an sis chipset mainboard. I keep getting this error, and I am at a loss for what I need to do to get the kernel to compile. Any help greatly appreciated. thank you drivers

Re: Kernel build error

2001-10-18 Thread Craig Dickson
Daniel T. Chen wrote: > No, it appears the culprit is binutils. I just tried to compile 2.4.12-ac3 > + Rik's vm patches and ld bombed out with the exact error described at > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=116041&repeatmerged=yes > > Downgrade to 2.11.92.0.5-2 (it resolved the is

Re: Kernel build error

2001-10-18 Thread Daniel T. Chen
No, it appears the culprit is binutils. I just tried to compile 2.4.12-ac3 + Rik's vm patches and ld bombed out with the exact error described at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=116041&repeatmerged=yes Downgrade to 2.11.92.0.5-2 (it resolved the issue for me) and put binutils on h

Re: Kernel build error

2001-10-18 Thread Alvin Oga
hi ya craig did you use "make bzlilo" or sound like you did "make bzImage" if so... take out stuff from the kernel ... - turn it off if you dont use it - PNP, Video for linux, ISDN, Linux Telephone, - turn off all the graphics controllers you're NOT useing - SCSI

Kernel build error

2001-10-18 Thread Craig Dickson
I've never seen this before when building a kernel. My guess is that it basically boils down to, "Your kernel's too bloody big, stop building it as a monolith and learn to use modules." Is that right? Craig make[2]: Entering directory `/usr/src/linux/arch/i386/boot/compressed' tmppiggy=_tmp_$$pig

Re: kernel build error

2000-05-14 Thread Corey Popelier
as86 is in the bin86 package. The bin86 package contains the 16-bit assembler and loader. Use apt-get install bin86 or whatever method you use to install it - its under /main/devel. Cheers, Corey Popelier http://members.dingoblue.net.au/~pancreas Work Email: [EMAIL PROTECTED] On Sun, 14 May 20

Re: kernel build error

2000-05-14 Thread Oswald Buddenhagen
> Where is as86 and what does it do? TIA, > package bin86 this is the x86 16-bit-code assembler. -- Hi! I'm a .signature virus! Copy me into your ~/.signature, please! -- If Windows is the answer, I want the problems back!

kernel build error

2000-05-14 Thread Owen G. Emry
When building my 2.2.14 kernel I get: make[1]: as86: Command not found Where is as86 and what does it do? TIA, oge