Re: kernel compile error in wheezy [solved!]

2011-07-19 Thread Stephen Powell
On Tue, 19 Jul 2011 00:29:49 -0400 (EDT), Frank Miles wrote: Thanks to everyone who helped - yes, it was indeed something about my environment. In /etc/profile, I've long exported an environment variable of the form: export LIBRARY_PATH=/home/myname/devel/lib:. I have a dim

Re: kernel compile error in wheezy [solved!]

2011-07-18 Thread Frank Miles
Thanks to everyone who helped - yes, it was indeed something about my environment. In /etc/profile, I've long exported an environment variable of the form: export LIBRARY_PATH=/home/myname/devel/lib:. I have a dim memory that when compiling cross-compilers that the '.' directory is a

Re: kernel compile error in wheezy

2011-07-17 Thread maderios
On 07/16/2011 08:19 PM, Frank Miles wrote: I just tried compiling the kernel for My 'wheezy' system (2.6.39) [amd64]. As I've done many times - using make-kpkg --revision N kernel_image Hi For my part: make-kpkg kernel_image --initrd and it works. greetings Maderios -- To UNSUBSCRIBE,

Re: kernel compile error in wheezy

2011-07-17 Thread Ralf Mardorf
$ uname -a Linux debian 2.6.39.1 #1 SMP PREEMPT Tue Jun 7 01:40:05 CEST 2011 x86_64 GNU/Linux is a self-build (rt patch emu kernel) with source from kernel.org and at least 2.6.39-2 from the repositories was ok too, didn't tested the upgrade to 2.6.39-3 until now, which btw. still is named

Re: kernel compile error in wheezy

2011-07-17 Thread Frank Miles
Thanks to Stan, Stephen, and Maderios! - Stan wrote: Do you get the same error using the (new) Debian kernel method? $ make KDEB_PKGVERSION=custom.1.0 deb-pkg I'll have to learn more about the new method for the future. For right now, unfortunately the answer is yes, I get the same

Re: kernel compile error in wheezy

2011-07-17 Thread Stephen Powell
On Sun, 17 Jul 2011 13:35:00 -0400 (EDT), Frank Miles wrote: Stephen wrote: ... I'm guessing that elks-libc is what is needed. Is that package installed on your system? ... No, it's not installed. Sure seems strange, requiring a 16-bit library for the build of a 64-bit system. I have

kernel compile error in wheezy

2011-07-16 Thread Frank Miles
I just tried compiling the kernel for My 'wheezy' system (2.6.39) [amd64]. As I've done many times - using make-kpkg --revision N kernel_image But with the recent linux-source update - shortly after starting I get: CC arch/x86/kernel/asm-offsets.s In file included

Re: kernel compile error in wheezy

2011-07-16 Thread Stephen Powell
On Sat, 16 Jul 2011 14:19:17 -0400 (EDT), Frank Miles wrote: I just tried compiling the kernel for My 'wheezy' system (2.6.39) [amd64]. As I've done many times - using make-kpkg --revision N kernel_image But with the recent linux-source update - shortly after starting I get:

Re: kernel compile error in wheezy

2011-07-16 Thread Stan Hoeppner
On 7/16/2011 1:19 PM, Frank Miles wrote: I just tried compiling the kernel for My 'wheezy' system (2.6.39) [amd64]. As I've done many times - using make-kpkg --revision N kernel_image But with the recent linux-source update - shortly after starting I get: Do you get the same error using

kernel compile error

2004-10-22 Thread Jule Slootbeek
Hey all I'm just trying to install 2.6.9 and am getting this error, i have no idea why dolphy:/usr/src/linux# make bzImage /bin/sh: Syntax error: Unterminated quoted string make: *** [include/linux/version.h] Error 2 the only include/linux/version.h i can find is in /usr/include/linux/ which

RE: kernel compile error

2004-10-22 Thread [EMAIL PROTECTED]
Oct 2004 15:32:25 -0400 To: [EMAIL PROTECTED] Subject: kernel compile error Hey all I'm just trying to install 2.6.9 and am getting this error, i have no idea why dolphy:/usr/src/linux# make bzImage /bin/sh: Syntax error: Unterminated quoted string make: *** [include/linux/version.h] Error

Re: kernel compile error

2004-10-22 Thread Jule Slootbeek
Original Message: - From: Jule Slootbeek [EMAIL PROTECTED] Date: Fri, 22 Oct 2004 15:32:25 -0400 To: [EMAIL PROTECTED] Subject: kernel compile error Hey all I'm just trying to install 2.6.9 and am getting this error, i have no idea why dolphy:/usr/src/linux# make bzImage /bin/sh

Re: kernel compile error

2003-09-18 Thread Florian Sukup
I had this, but no Modules (like I siad before). I tried to Compile 2.4.22 from kernel.org and get now the same Errors. It's confusing, I remove the directory, decompress it again, do an make oldconfig make dep make and get the same Error on another file. The Error is sometimes here and

Re: kernel compile error

2003-09-17 Thread Florian Sukup
On Tue, Sep 16, 2003 at 04:44:57PM +0200, Werner Mahr wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Dienstag, 16. September 2003 16:13 schrieb Florian Sukup: What do you mean with 'Kernelconfig'? Is it /usr/src/kernel-source-2.4.20/.config? Or a tool which I don't know? I

Re: kernel compile error

2003-09-17 Thread Werner Mahr
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Mittwoch, 17. September 2003 17:00 schrieb Florian Sukup: Is that what you mean? It's y at my configuration. But it does compile correctly. Any other ideas? I had this, but no Modules (like I siad before). I tried to Compile 2.4.22 from

kernel compile error

2003-09-16 Thread Florian Sukup
Hi, I try to compile the 2.4.20 Kernel. It worked before, but on that (older) computer it does not. I do the following steps: I download the kernel-source-2.4.20 package, unpack the source and enter the source dir. Then: cp /boot/config-2.4.20-3-k6 .config make-kpkg clean make-kpkg --initrd

Re: kernel compile error

2003-09-16 Thread Werner Mahr
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Dienstag, 16. September 2003 14:16 schrieb Florian Sukup: [Many things with many output] I had the same Problem when I tried to compile my Kernel. I had in Kernelconfig no Modules configured, moduleloader was included (nvidia etc.). 2 Minutes

Re: kernel compile error

2003-09-16 Thread Florian Sukup
Thank you for your reply. I had the same Problem when I tried to compile my Kernel. I had in Kernelconfig no Modules configured, moduleloader was included (nvidia etc.). 2 Minutes before I got your Mail I tried it with Modules and it worked. I don't know if this was the Error but its the

Re: kernel compile error

2003-09-16 Thread Werner Mahr
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Dienstag, 16. September 2003 16:13 schrieb Florian Sukup: What do you mean with 'Kernelconfig'? Is it /usr/src/kernel-source-2.4.20/.config? Or a tool which I don't know? I mean .config, sorry. - -- MfG usw Werner Mahr GPG-Key-ID 9CCBC2B0

Re: Kernel compile error with make-kpkg

2003-07-13 Thread Chris Metzler
On Sat, 12 Jul 2003 17:15:13 +0200 Esben Laursen [EMAIL PROTECTED] wrote: [ past traffic trimmed ] The funny part is that if I do a make dep make make modules there is no error message and it compile correct. why is that? Read your original error messages again. You're not running

Re: Kernel compile error with make-kpkg

2003-07-12 Thread Esben Laursen
- Original Message - From: Chris Metzler [EMAIL PROTECTED] To: Esben Laursen [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Saturday, July 12, 2003 12:43 AM Subject: Re: Kernel compile error with make-kpkg On Fri, 11 Jul 2003 23:50:06 +0200 Esben Laursen [EMAIL PROTECTED] wrote

Re: Kernel compile error with make-kpkg

2003-07-12 Thread JZidar
- Original Message - From: Esben Laursen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, July 12, 2003 1:08 PM Subject: Re: Kernel compile error with make-kpkg - Original Message - From: Chris Metzler [EMAIL PROTECTED] To: Esben Laursen [EMAIL PROTECTED] Cc: [EMAIL

Re: Kernel compile error with make-kpkg

2003-07-12 Thread Chris Metzler
On Sat, 12 Jul 2003 13:08:39 +0200 Esben Laursen [EMAIL PROTECTED] wrote: From: Chris Metzler [EMAIL PROTECTED] On Fri, 11 Jul 2003 23:50:06 +0200 Esben Laursen [EMAIL PROTECTED] wrote: Here is the error I get: cd /usr/src/linux/debian/tmp-image/lib/modules/2.4.21-test; \ mkdir -p

Re: Kernel compile error with make-kpkg

2003-07-12 Thread Esben Laursen
- Original Message - From: Chris Metzler [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: Esben Laursen [EMAIL PROTECTED] Sent: Saturday, July 12, 2003 3:18 PM Subject: Re: Kernel compile error with make-kpkg On Sat, 12 Jul 2003 13:08:39 +0200 Esben Laursen [EMAIL PROTECTED] wrote: From

Re: Kernel compile error with make-kpkg

2003-07-12 Thread Kevin McKinley
On Sat, 12 Jul 2003 13:39:35 +0200 JZidar [EMAIL PROTECTED] wrote: Isn't the correct syntax something like: make-kpkg --append-to-version=.something kernel_image (note the = and .)? The period isn't required; I used it to separate the kernel version from the rest of the append-to-version

Re: Kernel compile error with make-kpkg

2003-07-12 Thread Kevin McKinley
On Sat, 12 Jul 2003 17:15:13 +0200 Esben Laursen [EMAIL PROTECTED] wrote: Please trim replies. The funny part is that if I do a make dep make make modules there is no error message and it compile correct. why is that? Could it be possible that I are missing some kind of lib to the

Kernel compile error with make-kpkg

2003-07-11 Thread Esben Laursen
When I try to compile a 2.4.21 kernel with Debians make-kpkg tool, I get this error no matter what I try!! The command im useing is: make-kpkg --append_to_version -test kernel-image I think it's when the package is being build there is an error, or am I wrong? Here is the error I get: cd

Kernel compile error with make-kpkg

2003-07-11 Thread Esben Laursen
When I try to compile a 2.4.21 kernel with Debians make-kpkg tool, I get this error no matter what I try!!The command im useing is: make-kpkg --append_to_version -test kernel-image I think it's when the package is being build there is an error, or am I wrong?Here is the error I get:cd

Re: Kernel compile error with make-kpkg

2003-07-11 Thread Chris Metzler
On Fri, 11 Jul 2003 23:50:06 +0200 Esben Laursen [EMAIL PROTECTED] wrote: When I try to compile a 2.4.21 kernel with Debians make-kpkg tool, I get this error no matter what I try!! The command im useing is: make-kpkg --append_to_version -test kernel-image I think it's when the package is

Kernel compile error message assistance please

2003-07-05 Thread Haralambos Geortgilakis
Hi yall, having *finally* (three weeks worth), gotten Debian to load on my NF7, after a bios update, I am now getting this kernel compile error message, which I do not understand. Could someone suggest a fix or pointer to one, please? snip make all_targets make[2]: Entering directory

Re: Kernel - compile error

2003-01-09 Thread Rob Weir
[I'm on-list, obviously, so please don't CC me. Also, please let your editor do some sort of sensible wrapping (say at 72 columns), since your messages just look horrific.] On Wed, Jan 08, 2003 at 01:39:38PM -0300, Rodrigo F. Baroni wrote: --- Rob Weir [EMAIL PROTECTED] escreveu: On Sun, Jan

[SOLVED]Re: Kernel - compile error

2003-01-09 Thread Rodrigo F. Baroni
I was trying to compile a 2.4.18 kernel source that comes with the cds of DEBIAN .. so, I wasn't get to compile it without SMP support (since this can't be enabled to insert some modules, like ptserial.o to makes my HSPPCtel modem works..). So, last night I got the 2.4.18 kernel source

Re: Kernel - compile error

2003-01-08 Thread Rob Weir
On Sun, Jan 05, 2003 at 03:36:36PM -0300, Rodrigo F. Baroni wrote: Hello all, Kernel 2.4.18 in a 233Mhz PC Pentium 233Mhz, LMR591 mother board (everything on-board) - after compile the kernel (#make bzImage) the follow error appear: make: warning: Clock skew detected. Your

Re: Kernel - compile error

2003-01-08 Thread Rodrigo F. Baroni
--- Rob Weir [EMAIL PROTECTED] escreveu: On Sun, Jan 05, 2003 at 03:36:36PM -0300, Rodrigo F. Baroni wrote: Hello all, Kernel 2.4.18 in a 233Mhz PC Pentium 233Mhz, LMR591 mother board (everything on-board) - after compile the kernel (#make bzImage) the follow error appear:

Kernel - compile error

2003-01-05 Thread Rodrigo F. Baroni
Hello all, Kernel 2.4.18 in a 233Mhz PC Pentium 233Mhz, LMR591 mother board (everything on-board) - after compile the kernel (#make bzImage) the follow error appear: make: warning: Clock skew detected. Your build may be incomplete I got to boot with it, but I don't know if it

kernel compile error

2003-01-04 Thread Rodrigo F. Baroni
Hello all, When I do %make bzImage to a 2.4.18 kernel source in a 233Mhz Pentium Pc (lmr 591 mother board), the follow error appear: In file included from ksyms.c:17: /usr/src/kernel-source-2.4.18/include/linux/kernel_stat.h: In function `kstat_irqs':

Re: kernel compile error

2003-01-04 Thread nate
Rodrigo F. Baroni said: /usr/src/kernel-source-2.4.18/include/linux/kernel_stat.h:48: `smp_num_cpus' undeclared (first use in this function) A guess for a workaround would be to check to see if SMP is enabled in the config, if it is, turn it off. If it is not, turn it on, and see if that

Kernel compile error?

2001-07-29 Thread Christopher S. Swingley
Debian users -- Last night I tried to recompile a 2.4.1 kernel with make-kpkg, and got the following errors: gcc -E -D__KERNEL__ -I/usr/src/linux/include -D__BIG_KERNEL__ -traditional -DSVGA_MODE=NORMAL_VGA bootsect.S -o bbootsect.s as -o bbootsect.o bbootsect.s

Re: Kernel compile error?

2001-07-29 Thread Eric G. Miller
On Sun, Jul 29, 2001 at 08:53:44AM -0800, Christopher S. Swingley wrote: [snip] It looks like the problem is the 'ld' step, where it uses '-oformat binary' instead of '--oformat binary'. I edited the Makefile in /usr/src/linux/arch/i386/boot, and it worked. Is this a bug with the 2.4.1

Re: kernel compile error

2001-03-12 Thread Mircea Luca
Eric R Cheney wrote: Just want to follow-up and say thanks. The follow up because there were a couple of hypotheses about what could go wrong. Jeremy Nickurak's hypothesis did the trickso people compiling kernel's under unstable take note. Maybe we would if the replies would've been

kernel compile error

2001-03-11 Thread Eric R Cheney
Hi folks. Any one know of what I'm doing wrong trying to compile in a new 2.4.2 kernel? I'm running debian unstable, kernel 2.2.18pre21 and want to use kernel 2.4.2I got the source code from kernel.org.OK, then I went through the usual steps that have worked for me in the past #

Re: kernel compile error

2001-03-11 Thread Jeremy Nickurak
In linux/arch/i386/boot/Makefile, all the -oformat occurances need to be changed to --oformat. On Sun, 11 Mar 2001 19:11:18 Eric R Cheney wrote: OK, then when I go to copy the bzImage file to /boot/, it's not there. In fact, I the reran bzImage step and in fact it cuts out with an error

Re: kernel compile error

2001-03-11 Thread ocorrain
OK, then when I go to copy the bzImage file to /boot/, it's not there. In fact, I the reran bzImage step and in fact it cuts out with an error messageI doesn't compile the source codeAnybody know what I'm doing wrong? I am migrating from RedHat and maybe I'm assuming things I

Re: kernel compile error

2001-03-11 Thread Erik Steffl
[EMAIL PROTECTED] wrote: OK, then when I go to copy the bzImage file to /boot/, it's not there. In fact, I the reran bzImage step and in fact it cuts out with an error messageI doesn't compile the source codeAnybody know what I'm doing wrong? I am migrating from RedHat and

Re: kernel compile error

2001-03-11 Thread Eric R Cheney
Just want to follow-up and say thanks. The follow up because there were a couple of hypotheses about what could go wrong. Jeremy Nickurak's hypothesis did the trickso people compiling kernel's under unstable take note. Thanks Jeremy for your help...I would never have guessed...thanks

Re: Kernel compile error

2000-09-06 Thread David Wright
Quoting Blair Haukedal ([EMAIL PROTECTED]): I cannot compile the Debian 2.2.17 kernel. I get the following: peewee:kernel-source-2.2.17:(root)73$ make config rm -f include/asm ( cd include ; ln -sf asm-i386 asm) /bin/sh: cd: include: No such file or directory mkdir: cannot create

Re: Kernel compile error

2000-09-05 Thread Nate Duehr
Looks like you might need the bin86 package. (The assembler for x86 machines...) Just a guess... I'm not a C guru by a long shot. On Mon, Sep 04, 2000 at 09:53:17PM -0600, Blair Haukedal wrote: I cannot compile the Debian 2.2.17 kernel. I get the following:

Kernel compile error

2000-09-04 Thread Blair Haukedal
I cannot compile the Debian 2.2.17 kernel. I get the following: peewee:kernel-source-2.2.17:(root)73$ make config rm -f include/asm ( cd include ; ln -sf asm-i386 asm) /bin/sh: cd: include: No such file or directory mkdir: cannot create directory `include/linux/modules': No such file or

Re: Kernel compile error

2000-08-23 Thread Nate Amsden
there is more to this error then just the below, please include the full output, include the previous, 35 lines if possible. chances are it is something you enabled but is broken, to find out what it is i need the full output. also what version of gcc are you using ? to output make to a logfile:

Kernel compile error

2000-08-22 Thread JP Sartre
Hi guys.. I got a strange error when attempting to recompile my kernel today. I was able to compile it yesterday, so I'm not sure why it is choking today. Anyhow, here's the output: /usr/src/kernel-source-2.2.17/include/linux/kernel_stat.h:47: for each function it appears in.) make[2]: ***

Re: Kernel Compile error: What am I missing?

2000-05-20 Thread Frank Copeland
Russel wrote: Oops...I've got either a 2.2.10, 2.2.12, and 2.2.14. Tried em all. I've got the binutils and gcc versions required in Documentation/Changes ( I even checked using the commands listed in that file) If the file builds just fine on your computer...has the file changed between kernel

Re: Kernel Compile error: What am I missing?

2000-05-19 Thread Russell Hires
Oops...I've got either a 2.2.10, 2.2.12, and 2.2.14. Tried em all. I've got the binutils and gcc versions required in Documentation/Changes ( I even checked using the commands listed in that file) If the file builds just fine on your computer...has the file changed between kernel versions? Has

Re: Kernel Compile error: What am I missing?

2000-05-18 Thread Frank Copeland
Russell wrote: Here's the message I get: Assembler Messages: Bindec.S :487 /usr/src/linux/arch/m68k/fpsp040 [Bindec.o] error 1 value of -512 too large for field of 1 bytes at 511 I asked the people on the m68k list, and they didn't know. I am sure I'm missing some vital library or other piece

Kernel Compile error: What am I missing?

2000-05-17 Thread Russell Hires
Here's the message I get: Assembler Messages: Bindec.S :487 /usr/src/linux/arch/m68k/fpsp040 [Bindec.o] error 1 value of -512 too large for field of 1 bytes at 511 I asked the people on the m68k list, and they didn't know. I am sure I'm missing some vital library or other piece of code in the

kernel compile error

1999-09-10 Thread Paul
(Not sure if this made it the first time) Back Again! 2 distinct problems this time, firstly I seem to have been taken off the list (so please copy to this address). I suppose I`ll have to resubscribe. Secondly I`m trying to compile network support into the kernel, (I`ve got AT-1700

Re: kernel compile error

1999-09-10 Thread Juli-Manel Merino Vidal
On Fri, 10 Sep 1999, Paul wrote: Have you installed libc6-dev and libncurses4-dev (this one only for make menuconfig) ? bye! (Not sure if this made it the first time) Back Again! 2 distinct problems this time, firstly I seem to have been taken off the list (so please copy to this

kernel compile error

1999-09-09 Thread Paul
Back Again! 2 distinct problems this time, firstly I seem to have been taken off the list (so please copy to this address). I suppose I`ll have to resubscribe. Secondly I`m trying to compile network support into the kernel, (I`ve got AT-1700 cards in both machines and want to connect

Kernel Compile Error Messages

1999-05-09 Thread Jayson Baird
Anyone know of a spot where I can get common or rare error messages for kernel(2.2.5) compiles? Thanks, Jayson S. Baird Luminous beings are we, not this crude matter -- Yoda [EMAIL PROTECTED]/[EMAIL PROTECTED] Russian: [EMAIL PROTECTED]

kernel compile error-help

1999-05-05 Thread mel
hi, Trying to compile sound support into a kernel (2.0.36), i am getting the following error messages: after `make zImage` make[1] as86 command not found make [1] ***[bootsect.o] Error 127 make[1] Leaving directory `/usr/src/linux/arc/i386/boot` make[1] ***[zImage] error 2 How can this be

Re: kernel compile error-help

1999-05-05 Thread Ian Peters
On Wed, May 05, 1999 at 10:39:44AM +, mel wrote: hi, Trying to compile sound support into a kernel (2.0.36), i am getting the following error messages: after `make zImage` make[1] as86 command not found make [1] ***[bootsect.o] Error 127 make[1] Leaving directory

RE: kernel compile error-help

1999-05-05 Thread Alexandre DEVAURE
@lists.debian.org Objet : kernel compile error-help hi, Trying to compile sound support into a kernel (2.0.36), i am getting the following error messages: after `make zImage` make[1] as86 command not found make [1] ***[bootsect.o] Error 127 make[1] Leaving directory `/usr/src/linux/arc/i386/boot` make[1

Re: kernel compile error-help

1999-05-05 Thread Khalid EZZARAOUI
try the package : kernel-package it makes all automaticaly. else : perhaps you need the package bin86

Kernel Compile Error

1999-03-28 Thread Mark Wagnon
Hi all- I was trying to compile the 2.0.36 kernel on my slink system to include support for sound. I went through the make xconfig deal and typed make dep and make clean without incident. However when I tried to make zImage I got the following output: terra:/usr/src/linux# make zImage gcc

Re: Kernel Compile Error

1999-03-28 Thread Gregory T. Norris
On Sat, Mar 27, 1999 at 08:08:44PM -0800, Mark Wagnon wrote: Hi all- I was trying to compile the 2.0.36 kernel on my slink system to include support for sound. I went through the make xconfig deal and typed make dep and make clean without incident. However when I tried to make zImage I

Re: Kernel Compile Error

1999-03-28 Thread Mark Wagnon
Gregory T. Norris wrote: Try running dpkg -l|grep gcc, and make sure that you have gcc installed instead of/in addition to egcc. If memory serves, there are problems related to compiling the 2.0.x kernels with egcc, and so they have #error directives set up in order to disallow it. After

kernel compile error

1998-10-26 Thread E.L. Meijer \(Eric\)
Hi all, A colleague of mine managed to get the following error while compiling the kernel on his machine at home (I have no access to it from here). It is a fresh hamm system. I don't understand how this error comes about. The kernel was being compiled with make-kpkg. Any suggestions? Thanks,

Kernel compile error and wvdial. . .

1998-10-02 Thread Person, Rod
Hey all, So I have been playing with the compiling of a custom kernel, and go all the way through make zImage...I get this error Id86 cannot find command error[127] then it exits out of the directory. I thought at first it was because I chose to compile the kernel as ELF. So I tried it again

kernel compile error

1997-07-01 Thread Kevin J Poorman
Hi. I just upgraded to Debian 1.3 (which went with out a hitch) but now I want to compile my kernel so I have Sound Suport and other things I went and grabed the source and tryed to compile it ... and this is what I got Begin Screen Dump. gcc -D__KERNEL__

Re: kernel compile error

1997-07-01 Thread dpk
@lists.debian.org Cc: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: kernel compile error Resent-Date: 1 Jul 1997 04:09:00 - Resent-From: debian-user@lists.debian.org Resent-cc: recipient.list.not.shown:;@lists.debian.org Hi. I just upgraded to Debian 1.3 (which went with out a hitch

Re: kernel compile error

1997-07-01 Thread Philippe Troin
On Mon, 30 Jun 1997 23:27:30 EDT dpk ([EMAIL PROTECTED]) wrote: [stuff about SIGSEGV w/compiling kernel] I have gotten this once before. I just did a 'make clean; make dep; make zImage' and it compiled okay... as to why this happens I don't know. These kinds of unreproducible errors when

regarding a message about kernel compile error I wrote..

1996-12-28 Thread Daniel Stringfield
A week or two ago, I wrote about an error that I got while compiling. Well.. I fixed it. This was with kernel-source 2.0.27 The error was on line 267 of scripts/mkdep.c It read: path_array[0].buffer[len] = '\0';(patth_array[0].len = len; And I changed it to: path_array[0].buffer[len] =