objtool errors message while compiling the Kernel (was: Is the CPU microcode updated?)

2024-09-27 Thread Franco Martelli
submitted a bug report against the "linux-kbuild-6.1" package: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=935536 The report describes a failure of "objtool" command while compiling the Kernel. Coincidentally when the date of the CPU's microcode was changed and tha

after compiling the kernel 2.6.18 bash error message & no X Window

2007-05-12 Thread csanyipal
Hello! My system is Debian Etch. After I downloaded the new linux-source-2.6.18, compiled it and installed the new custom kernel, I get error messages on console prompt when logged in: -bash: id: command not found -bash: [: : integer expression expected and after gdm login I get error message

Selecting processor type when compiling the kernel

2006-09-25 Thread Andras Lorincz
Hello,   I have a laptop with Celeron M processor within. My question is: what processor type should I select when compiling the kernel? Pentium M even though it's just Celeron M?

Re: Error when compiling the kernel

2005-08-11 Thread Hugo Vanwoerkom
ctrlER wrote: Hi, I'm getting the folowing errors when compiling the kernel. CC [M] drivers/i2c/i2c-core.o In file included from drivers/i2c/i2c-core.c:29: include/linux/i2c.h:58: error: array type has incomplete element type include/linux/i2c.h:197: error: array type has incomplete el

Error when compiling the kernel

2005-08-10 Thread ctrlER
Hi, I'm getting the folowing errors when compiling the kernel. CC [M] drivers/i2c/i2c-core.o In file included from drivers/i2c/i2c-core.c:29: include/linux/i2c.h:58: error: array type has incomplete element type include/linux/i2c.h:197: error: array type has incomplete element type driver

Re: Re: Compiling the kernel

2004-11-24 Thread Matt Zagrabelny
On Wed, 2004-11-24 at 16:03 +, [EMAIL PROTECTED] wrote: > OK, I've tried recompiling 2.6.9 with the various options I think I want, > setting some items as modules and so on. make-kpkg runs for ages, lots of > screen output (lists of files or modules with CC next to them, etc) and then > I g

Re: Re: Compiling the kernel

2004-11-24 Thread joebosak
OK, I've tried recompiling 2.6.9 with the various options I think I want, setting some items as modules and so on. make-kpkg runs for ages, lots of screen output (lists of files or modules with CC next to them, etc) and then I get lots of "unrecognised symbol" errors (I think that's what it said

Re: Compiling the kernel

2004-11-23 Thread David Mandelberg
[EMAIL PROTECTED] wrote: > kernels, some even boot but none does what I want. One thing I need to > know is how to get modules to compile... there doesn't seem to be any Most modules come with the kernel source code, you just have to compile them as modules (i.e. 'm' instead of 'y' or in menuconfi

Compiling the kernel

2004-11-23 Thread joebosak
Newbie, sort of. I want to change the kernel on my system - some bits are not needed, other bits not in there are now required. My stock kernel is 2.4.18-bf2.4. I've downloaded 2.6.9 from www.kernel.org, and managed to compile a few kernels, some even boot but none does what I want. One thin

Re: Question about compiling the kernel

2004-10-28 Thread Maurits van Rees
On Wed, Oct 27, 2004 at 05:38:13PM +0800, Lian Liming wrote: > Hi all, > This is a newbie's question about compiling kernel on debian. > I follow the steps to compile the kernel: > 1) download the kernel source file; > 2) use "menuconfig" to choose the compile options; > 3) us

Re: Question about compiling the kernel

2004-10-27 Thread robin
Lian Liming wrote: Hi all, This is a newbie's question about compiling kernel on debian. I follow the steps to compile the kernel: 1) download the kernel source file; 2) use "menuconfig" to choose the compile options; 3) use "make-kpkg buildpackage -rev Custom.1 kernel_im

Re: Question about compiling the kernel

2004-10-27 Thread Jerome BENOIT
Hello, I am afraid yes. Futhermore, you have to increase your revison string. Note you may use the --append-to-version option to personalize your package. Lian Liming wrote: Hi all, This is a newbie's question about compiling kernel on debian. I follow the steps to compile the kernel:

Question about compiling the kernel

2004-10-27 Thread Lian Liming
Hi all, This is a newbie's question about compiling kernel on debian. I follow the steps to compile the kernel: 1) download the kernel source file; 2) use "menuconfig" to choose the compile options; 3) use "make-kpkg buildpackage -rev Custom.1 kernel_image" to generate .deb f

Question about compiling the kernel

2004-10-27 Thread Lian Liming
Hi all, This is a newbie's question about compiling kernel on debian. I follow the steps to compile the kernel: 1) download the kernel source file; 2) use "menuconfig" to choose the compile options; 3) use "make-kpkg buildpackage -rev Custom.1 kernel_image" to generate .

Re: compiling the kernel

2004-02-15 Thread Benedict Verheyen
Brian wrote: > I want to be able to turn some options off and on in the kerenl so how > do i compile the kernel in a debian system??? > > > Thanks > Brian Look at this site: http://newbiedoc.sourceforge.net/ It has a very comprehensive explanation on how to compile your own kernel the Debian way.

Re: compiling the kernel

2004-02-14 Thread Nano Nano
On Sun, Feb 15, 2004 at 12:13:05AM -0600, Brian wrote: > I want to be able to turn some options off and on in the kerenl so how > do i compile the kernel in a debian system??? install "kernel-package" with apt-get and then use "make-kpkg" -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a s

compiling the kernel

2004-02-14 Thread Brian
I want to be able to turn some options off and on in the kerenl so how do i compile the kernel in a debian system??? Thanks Brian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

make-kpkg + ccache for compiling the kernel?

2003-08-14 Thread Shaul Karl
Has anyone successfully used ccache and make-kpkg when compiling a kernel? Naively setting MAKEFLAGS=CC\=ccache\ gcc as per /usr/share/doc/kernel-package/README.gz doesn't work for me. It seems that ccache gets confused and bailing out. -- Shaul Karl,shaul @ actcom . net . il --

Re: compiling the kernel with GCC 3.3

2003-07-06 Thread Marino Fernandez
On Saturday 05 July 2003 5:09 am, Christophe Courtois wrote: > Le Samedi 5 Juillet 2003 10:24, Marino Fernandez a déclamé : > > Yes, that's what it seems. I had the same problem with 2.4.21... GCC > > 2.95 and 3.2 work, but no 3.3. > From a practical standpoint (in other words... have I noticed any

Re: compiling the kernel with GCC 3.3

2003-07-05 Thread Kevin McKinley
On Sat, 5 Jul 2003 09:49:05 +0200 Raffaele Sandrini <[EMAIL PROTECTED]> wrote: > Hi > > I tried to compile a 2.4.20 kernel with GCC 3.3 and failed. > I searched through several list and the web to find more infos. I found > some docs about GCC3.1 and its implemetation (wich isnt). > > Just to be

Re: compiling the kernel with GCC 3.3

2003-07-05 Thread Christophe Courtois
Le Samedi 5 Juillet 2003 10:24, Marino Fernandez a déclamé : > Yes, that's what it seems. I had the same problem with 2.4.21... GCC > 2.95 and 3.2 work, but no 3.3. I compile with 2.95 ; is there a difference for a user with 3.2 ? -- Christophe Courtois - Ostwald, Alsace, France http://www.cou

Re: compiling the kernel with GCC 3.3

2003-07-05 Thread Marino Fernandez
On Saturday 05 July 2003 2:49 am, Raffaele Sandrini wrote: > Hi > > I tried to compile a 2.4.20 kernel with GCC 3.3 and failed. > I searched through several list and the web to find more infos. I found > some docs about GCC3.1 and its implemetation (wich isnt). > > Just to be sure: We still must us

compiling the kernel with GCC 3.3

2003-07-05 Thread Raffaele Sandrini
Hi I tried to compile a 2.4.20 kernel with GCC 3.3 and failed. I searched through several list and the web to find more infos. I found some docs about GCC3.1 and its implemetation (wich isnt). Just to be sure: We still must use GCC 2.95 to compile the kernel, right? cheers, Raffaele -- Raffael

Error when compiling the kernel.

2002-10-10 Thread shaulka
With kernel-source-2.4.19, Version: 2.4.19-3, ld -m elf_i386 -T /tmp/kernel-source-2.4.19/arch/i386/vmlinux.lds -e stext arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/main.o init/version.o init/do_mounts.o \ --start-group \ arch/i386/kernel/kernel.o arch/i386/mm

Re: Compiling the kernel

2001-09-27 Thread Paolo Alexis Falcone
[EMAIL PROTECTED] wrote: >Could those in the know of things , please outline how you would compile a >kernel >(the steps) on a RedHat 7.0 system ? Recently checked the user's manual on RH7.0 - doesn't mention custom- compiling the kernel. I believe it's the tradition

Re: Compiling the kernel

2001-09-27 Thread ajlewis2
In linux.debian.user, you wrote: > I have a new kind of doubt .. > Could those in the know of things , please outline how you would compile a > kernel > (the steps) on a RedHat 7.0 system ? > Mr.Bish had done so for a Debian system as a footer on one of his mails . > > I am having a current requi

Compiling the kernel

2001-09-27 Thread shyamk
I have a new kind of doubt .. Could those in the know of things , please outline how you would compile a kernel (the steps) on a RedHat 7.0 system ? Mr.Bish had done so for a Debian system as a footer on one of his mails . I am having a current requirement .. to disable module version support (&

RE: problems compiling the kernel 2.4.2 with: debian testing/unstable

2001-03-24 Thread Peter Good
PROTECTED] Sent: Sunday, March 25, 2001 2:21 PM To: debian-user@lists.debian.org Subject: problems compiling the kernel 2.4.2 with: debian testing/unstable Hello, I'm not being capable to compile the 2.4.2 kernel in my linux debian... and i can't understand the cause of the error, the problem

Re: problems compiling the kernel 2.4.2 with: debian testing/unstable

2001-03-24 Thread Daniel Freedman
Hi! On Sun, Mar 25, 2001, Miguel F. M. Sousa Filipe wrote: > I've instaled debian 2.2r0.. and then.. updgraded to the unstable version > with dselect, i can't see what package could be missing to cause this.. or > any other reason... totaly lost out here! Without thinking too hard about your sp

problems compiling the kernel 2.4.2 with: debian testing/unstable

2001-03-24 Thread Miguel F. M. Sousa Filipe
Hello, I'm not being capable to compile the 2.4.2 kernel in my linux debian... and i can't understand the cause of the error, the problem aparently happens right at the end.. after compiling: /usr/src/linux/arch/i386/boot/bbootsect.S here is the error message that apears on the console: make[1]: E

Re: compiling the kernel

2001-03-10 Thread Pete Meyer
>> 3) In windows there is the idea of formating a partition >> or a floppy. Debian installation seem to do something similar. >> How does it work in Linux, and what is the utility that does it? I believe mkfs formatts a partition for linux (it doesn't make the partition). This is done mostly tr

Re: compiling the kernel

2001-03-09 Thread Cam Ellison
Thomas Delany wrote: > > Re 3) I don't have a lot of experience with this as I've usually just let > the Debian install procedure set up the hard disk for me. As far as > partitioning the drive goes, Linux has an fdisk utility that is sort of the > counterpart of the MS-DOS / Windows fdisk utili

Re: compiling the kernel

2001-03-09 Thread Thomas Delany
y" <[EMAIL PROTECTED]> To: "Alexander Gutfraind (Sasha)" <[EMAIL PROTECTED]> Cc: Sent: Friday, March 09, 2001 12:59 PM Subject: Re: compiling the kernel > Re: 1) The file System.map is created in the /usr/src/linux subdirectory. > > 2) Looks like you

Re: compiling the kernel

2001-03-09 Thread Thomas Delany
D]> To: Sent: Friday, March 09, 2001 1:25 AM Subject: compiling the kernel > A newbie question: > 1) What's System map file, and where is it created > relative to the kernel source directory during > kernel compilation? > > 2) (perhaps related to (1) above) > Wheneve I

compiling the kernel

2001-03-09 Thread Alexander Gutfraind \(Sasha\)
ines myself) What's the deal??? 3) In windows there is the idea of formating a partition or a floppy. Debian installation seem to do something similar. How does it work in Linux, and what is the utility that does it? 4) When compiling the kernel, does moving functionality into modules reduc

Re: gcc version / compiling the kernel

2000-08-23 Thread Jeronimo Pellegrini
:: On Wed, 23 Aug 2000 17:13:07 -0700, Nate Amsden <[EMAIL PROTECTED]> said: > there shouldn't be, the kernel team has been working hard to update the > kernel to compile clean on all the newest compilers. earlier kernels(say > before 2.2.10) were not as "fixed" to compile on these newer versions

Re: gcc version / compiling the kernel

2000-08-23 Thread Nate Amsden
there shouldn't be, the kernel team has been working hard to update the kernel to compile clean on all the newest compilers. earlier kernels(say before 2.2.10) were not as "fixed" to compile on these newer versions of gcc. my experience thus far in potato(also gcc 2.95.2) i have had no problems co

gcc version / compiling the kernel

2000-08-23 Thread Jeronimo Pellegrini
Hello... Did any woody users out there have any problems compiling kernels with the gcc 2.95.2 (the version in woody)? Are there any issues? That's the one I'm using... Thanks, J. -- Jeronimo Pellegrini Institute of Computing - Unicamp - Brazil http://www.ic.unicamp.br/~jeronimo mailto:

Re: Compiling the Kernel.

2000-06-23 Thread Nathan E Norman
On Tue, Jun 20, 2000 at 10:21:40PM +0200, Kai Weber wrote: > At 14:21 19.06.00, you wrote: > > >Better yet: > > > >apt-get update; apt-get install kernel-package > >make config (or menuconfig or xconfig) > >make-kpkg clean > >make-kpkg --revision=local. kernel_image > >dpkg -i ../kernel-image-_loc

Re: Compiling the Kernel.

2000-06-19 Thread Nathan E Norman
On Mon, Jun 19, 2000 at 08:02:52AM -0400, dyer wrote: > Marc Miron wrote: > > > Hi Everybody!! > > > > I'm trying to build a new kernel that has IP masqing/port forwarding > > abilities and I've followed all the directions in the How-TOs and I just > > can't seem to get it to work as after runing

Re: Compiling the Kernel.

2000-06-19 Thread dyer
Marc Miron wrote: > Hi Everybody!! > > I'm trying to build a new kernel that has IP masqing/port forwarding > abilities and I've followed all the directions in the How-TOs and I just > can't seem to get it to work as after runing make config and setting it all > up, I run make clean;make install;

Compiling the Kernel.

2000-06-18 Thread Marc Miron
Hi Everybody!! I'm trying to build a new kernel that has IP masqing/port forwarding abilities and I've followed all the directions in the How-TOs and I just can't seem to get it to work as after runing make config and setting it all up, I run make clean;make install; make and after it has been wor

Re: question regarding compiling the kernel

2000-02-02 Thread Matthew Dalton
joseph de los santos wrote: > > > make[1]: Leaving directory `/usr/src/linux/scripts' > > wish -f scripts/kconfig.tk > > make: wish: Command not found ^^^ > > make: *** [xconfig] Error 127 > > debian:/usr/src/linux# > > > > what am I missing here? is there a way to

Re: question regarding compiling the kernel

2000-02-02 Thread Robert Waldner
it seems you don´t have wish installed, according to dpkg --search wish this should be provided by tk8.0. hth, &rw On Tue, 01 Feb 2000 14:38:25 PST, joseph de los santos writes: >> when trying to compile the kernel using make xconfig I get the following >error: >> >> wish -f scripts/kconfig.t

question regarding compiling the kernel

2000-02-02 Thread joseph de los santos
> hello, > > when trying to compile the kernel using make xconfig I get the following error: > > debian:/usr/src/linux# make xconfig > rm -f include/asm > ( cd include ; ln -sf asm-i386 asm) > make -C scripts kconfig.tk > make[1]: Entering directory `/usr/src/linux/scripts' > gcc -Wall -Wstr

Re: script for compiling the kernel

1999-07-03 Thread Brian Servis
*- On 3 Jul, Steffen Evers wrote about "script for compiling the kernel" > As I've compiled the kernel so many times and wanted to keep all the > output of the make commands and make it more comfortable for newcomers > I've written a script that does all the things A

script for compiling the kernel

1999-07-03 Thread Steffen Evers
As I've compiled the kernel so many times and wanted to keep all the output of the make commands and make it more comfortable for newcomers I've written a script that does all the things AFTER make xconfig as secure as I could get it. I would be happy if people improve it, send me feedback or simpl

Re: Problem compiling the kernel

1998-12-16 Thread Allens
Finally I have worked out what I was doing wrong, (Hopefully this will help the next person who makes this mistake) and it was (as always) really stupid. I was trying to make using non-elf (a.out) binaries, which was causing the problem. (This probably stems from using DJGPP for two years, which

Re: Problem compiling the kernel

1998-12-13 Thread Allens
Peter Granroth wrote: > > On Sat, Dec 12, 1998 at 08:06:56PM +, Allens wrote: > > Hi, > > I am at the moment trying to build the kernel (2.0.34) I have configured it > > (make xconfig, then ran make mrproper as advised by a post in the mail > > archives > > on this problem, and then done make

Re: Problem compiling the kernel

1998-12-12 Thread Peter Granroth
On Sat, Dec 12, 1998 at 08:06:56PM +, Allens wrote: > Hi, > I am at the moment trying to build the kernel (2.0.34) I have configured it > (make xconfig, then ran make mrproper as advised by a post in the mail > archives > on this problem, and then done make zImage, and it comes up with this e

Problem compiling the kernel

1998-12-12 Thread Allens
Hi, I am at the moment trying to build the kernel (2.0.34) I have configured it (make xconfig, then ran make mrproper as advised by a post in the mail archives on this problem, and then done make zImage, and it comes up with this error after a long time: ./xtract /usr/src/kernel-source-2.0.34/vml

Re: Problem after compiling the kernel !!!

1998-11-19 Thread Peter Berlau
On Thu, Nov 19, 1998 at 10:19:07AM +0100, [EMAIL PROTECTED] wrote: hi Franz, > After compiling a new kernel (2.0.34) msdos and iso9660 is not mountable > anymore. > Errormessage: filesystem is not supported !!! > There is no question about msdos and iso9660 filesystem on compiling

Re: Problem after compiling the kernel !!!

1998-11-19 Thread Mitch Blevins
[EMAIL PROTECTED] wrote: > After compiling a new kernel (2.0.34) msdos and iso9660 is not mountable > anymore. > Errormessage: filesystem is not supported !!! > There is no question about msdos and iso9660 filesystem on compiling the > kernel. > Is there a problem in the configur

Problem after compiling the kernel !!!

1998-11-19 Thread fskale
After compiling a new kernel (2.0.34) msdos and iso9660 is not mountable anymore. Errormessage: filesystem is not supported !!! There is no question about msdos and iso9660 filesystem on compiling the kernel. Is there a problem in the configure file ? Regards Franz Skale

problems compiling the kernel after upgrade to 2.0

1998-10-12 Thread Pierfrancesco Caci
After I upgraded to Debian 2.0 I haven't been unable to compile the linux kernel and also some other stuff (GIMP and related libraries are an example) Here's what I get: --- [EMAIL PROTECTED]:/usr/src/linux # make xconfig rm -f include/asm ( c

Re: Compiling the kernel?

1998-07-07 Thread Ed Cogburn
Tom Pfeifer wrote: > > Well, not knowing any better, I fixed it by uninstalling my header and > source packages (2.0.33), reinstalling the libc6-dev package, and then > installing bin86 and the 2.0.34 source and header packages. > > This left the usr/include directories (asm, linux, scsi) NOT set

Re: Compiling the kernel?

1998-07-06 Thread Bob Nielsen
On Sun, 5 Jul 1998, Tom Pfeifer wrote: > Well, not knowing any better, I fixed it by uninstalling my header and > source packages (2.0.33), reinstalling the libc6-dev package, and then > installing bin86 and the 2.0.34 source and header packages. If you install the kernel-source package, you don'

Re: Compiling the kernel?

1998-07-06 Thread Tom Pfeifer
Well, not knowing any better, I fixed it by uninstalling my header and source packages (2.0.33), reinstalling the libc6-dev package, and then installing bin86 and the 2.0.34 source and header packages. This left the usr/include directories (asm, linux, scsi) NOT set up as links. This is contrary t

Re: Compiling the kernel?

1998-07-05 Thread Bob Nielsen
Well, the official Debian position is to link to the 2.0.32 headers, however it should probably also work with 2.0.3{3|4}, as I doubt that there are any significant changes (although I haven't checked). See /usr/doc/libc6/FAQ.Debian.gz for the details (this is somewhat controversial, particularly

Re: Compiling the kernel?

1998-07-05 Thread Tom Pfeifer
Reinhold, Yes I did the make modules and make modules_install, but I left that out since I didn't get far enough for that to be an issue. There was no image file in the arch/i386/boot directory (where I was expecting it to be), only in /usr/src/linux, which was strange, but is likely caused by my

Re: Compiling the kernel?

1998-07-05 Thread Tom Pfeifer
Bob, Thanks. Looks like I had more than one problem here. I take it I should reinstall the 2.0.32 kernel headers package then also? I was confused about that and it didn't look right so I removed it. This whole setup isn't very clear, but I think you've got me headed in the right direction. Tom

Re: Compiling the kernel?

1998-07-05 Thread Bob Nielsen
On Sun, 5 Jul 1998, Tom Pfeifer wrote: > Hello, > > I'm a fairly new Linux user, and am really starting to enjoy Linux and > the Debian distribution. I'm running Hamm which I have downloaded and > installed in bits and pieces with the help of dftp and dpkg. I also have > the KDE beta4 desktop, th

Re: Compiling the kernel?

1998-07-05 Thread Reinhold Fischer
On Sun, 05 Jul 1998, Tom Pfeifer wrote: >Hello, > >I'm a fairly new Linux user, and am really starting to enjoy Linux and >the Debian distribution. I'm running Hamm which I have downloaded and >installed in bits and pieces with the help of dftp and dpkg. I also have >the KDE beta4 desktop, the glib

Compiling the kernel?

1998-07-05 Thread Tom Pfeifer
Hello, I'm a fairly new Linux user, and am really starting to enjoy Linux and the Debian distribution. I'm running Hamm which I have downloaded and installed in bits and pieces with the help of dftp and dpkg. I also have the KDE beta4 desktop, the glib version of Communicator 4.05, and the Tkdesk

Re: compiling the kernel - as86 missing

1997-12-31 Thread Alex Yukhimets
> The command "as86" is missing to compile the kernel. It's not on my > disk. Where can I find this command ? > > Regards, > Marc Dear Marc, you have to install "bin86" package to have as86 available. Alex Y. -- _ _( )_ ( (o___ +---+

compiling the kernel - as86 missing

1997-12-31 Thread Marc Fleureck
Hi, The command "as86" is missing to compile the kernel. It's not on my disk. Where can I find this command ? Regards, Marc -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

Re: Compiling the Kernel

1997-10-16 Thread Marcus Brinkmann
Hi! What Manoj wants to give you a pointer to is his grandious kernel-package. It does an excellent job at kernel-compile (reduces the possible mistakes enormously), please give it a try and install it along with the other packages needed. Marcus On Thu, Oct 16, 1997 at 11:19:29AM -0500, Manoj

Re: Compiling the Kernel

1997-10-16 Thread Oliver Elphick
Steve Koop wrote: >I'm compiling the kernel for the first time a having some problems, > >Avery thing up to the " make zImage ", it works to the end and then has some > error msg's: > > >the last few lines are: > > >as86

Re: Compiling the Kernel

1997-10-16 Thread Manoj Srivastava
Hi, From the kernel-package README file: -- INSTALLATION NOTES: Before you go any further, please allow me to point out that you need to have a few other packages installed before you can compile your own kernels (it is di

Re: Compiling the Kernel

1997-10-16 Thread Alex Yukhimets
> I'm compiling the kernel for the first time a having some problems, > > Avery thing up to the " make zImage ", it works to the end and then has > some error msg's: > > the last few lines are: > > as86 -0 -a -o bootsect.o bootsec.s > Make[1]: as

Compiling the Kernel

1997-10-16 Thread Steve Koop
Hi There! I'm compiling the kernel for the first time a having some problems, Avery thing up to the " make zImage ", it works to the end and then has some error msg's: the last few lines are: as86 -0 -a -o bootsect.o bootsec.s Make[1]: as86: Command not found Make[1]: ***

Re: Compiling the Kernel

1997-07-22 Thread Manoj Srivastava
Hi, Here follows the readme file for kernel-package, which should help creating your own kernel image deb package. manoj $Id: README,v 1.3 1997/06/25 07:33:26 srivasta Exp $ This is the Debian Linux packaging scripts for the Linux kernel. This package has been put togethe

Re: Compiling the Kernel

1997-07-22 Thread Manoj Srivastava
Hi, >>"Bob" == Bob Nielsen <[EMAIL PROTECTED]> writes: Bob> Install libc5-dev, which includes these files. Bob> Also, you want to (per the README which comes with the kernel Bob> source): Bob> make sure your /usr/include/asm, /usr/include/linux, and Bob> /usr/include/scsi directories are just sy

Re: Compiling the Kernel

1997-07-22 Thread Bob Nielsen
On Tue, 22 Jul 1997, Bruno O. M. Simoes wrote: > Hello, > I had problems while compiled the kernel. > First I didn't have anything in my "/usr/src" directory, so I got the > "linux-2.0.29.tar.gz" file, that's my installed version, apply "tar -xzvf" > and got a directory tree "/usr/src/

Compiling the Kernel

1997-07-22 Thread Bruno O. M. Simoes
Hello, I had problems while compiled the kernel. First I didn't have anything in my "/usr/src" directory, so I got the "linux-2.0.29.tar.gz" file, that's my installed version, apply "tar -xzvf" and got a directory tree "/usr/src/linux/*". So, I did "make config", everything'

compiling the kernel...

1997-07-15 Thread Paul Miller
what packages do I need to compile the kernel? With the default installation and the linux-2.0.30.tar.gz kernel it won't compile - it fails when making zImage or bzImage. I didn't have this problem with RedHat, Slackware, or Debian on my other system?? -Paul -- TO UNSUBSCRIBE FROM THIS MAILING

Re: compiling the kernel

1997-07-11 Thread Philippe Troin
On Fri, 11 Jul 1997 01:03:24 EDT Paul Miller ([EMAIL PROTECTED]) wrote: > I know how to compile the kernel the regular way, but doesn't Debian > have a special script for this? I install it and I don't know the name > of it... what is it? There is a kernel-package package to compile the kernel

compiling the kernel

1997-07-11 Thread Paul Miller
I know how to compile the kernel the regular way, but doesn't Debian have a special script for this? I install it and I don't know the name of it... what is it? -Paul -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTE

Re: RE-COMPILING the Kernel...

1997-07-08 Thread Franck LE GALL - STAGIAIRE A FT.BD/CNET/DTD/PIH
You should have a look at 'Kernel HOWTO'. There is there all the answers to your questions. This is some of the information you could find in : -> Just so I know and have my ducks in order. -> -> Is this the correct method for re-compiling my Kernel?? -> -> cd /usr/src/

Re: RE-COMPILING the Kernel...

1997-07-07 Thread Oliver Elphick
In message <[EMAIL PROTECTED]> , writes: >Just so I know and have my ducks in order. > >Is this the correct method for re-compiling my Kernel?? > >cd /usr/src/Linux or /usr/src/linux or whatever This is where the kernel source is stored, of course. >make config If you're running X-w

Re: RE-COMPILING the Kernel...

1997-07-07 Thread Emilio Lopes
> "b" == bigt <[EMAIL PROTECTED]> writes: b> cd /usr/src/Linux With this you go to the directory where the kernel sources are. :-) b> make config Here you will be asked a lot of things. Responding these questions you are saying what you want and what you don't want in your kernel, acording

RE-COMPILING the Kernel...

1997-07-07 Thread bigt
Just so I know and have my ducks in order. Is this the correct method for re-compiling my Kernel?? cd /usr/src/Linux make config make dep make zImage make zdisk make zlilo Is this correct? Can someone explain briefly each step and why I have to do this??? I just want to understand it more. T

Re: Compiling the kernel - hiccups, and output

1997-01-21 Thread Manoj Srivastava
Hi, Make bzImage would place a image file under ./arch/$(architecture)/boot/$(kimage). You need to care about bzImage, ./System.map, and ./vmlinux, which is needed for generating the psdatabase, needed for the commands ps and friends. You also need to care asbout the modules produced

Compiling the kernel - hiccups, and output

1997-01-15 Thread David Wright
I've just been compiling the kernel, mainly because of my problem with probing a depca card. I compiled it using the kernel-source-2.0.27 package and had the following minor problems and queries: 1) What exactly is the substantial output of the "make zImage" step. Because &quo

Re: Compiling the kernel..

1996-05-24 Thread Manoj Srivastava
Hi, >>"Craig" == Craig Sanders <[EMAIL PROTECTED]> writes: (Thanks, Craig, for answering this) I am merely clarifying a few minor points in an excellent tutorial, To paraphrase what Craig said: : simplest way is to download "kernel_source-x.x.x.deb", use dpkg to : install it, and then: : 1. cd

Re: Compiling the kernel..

1996-05-24 Thread Richard . Dansereau
Craig Sanders writes: > > > On Thu, 23 May 1996 [EMAIL PROTECTED] wrote: > > > I tried the procedure you (and a couple of others) suggested. I currently > > have debian 0.93R6 installed and am trying to compile the kernel from > > devel/source-1.3.64-0.deb > > You've got the wrong kernel v

Re: Compiling the kernel..

1996-05-24 Thread Richard . Dansereau
Craig Sanders writes: > > > On Wed, 22 May 1996 [EMAIL PROTECTED] wrote: > > > This appears to contain the standard kernel release source tree but > > has a number of additional things (such as a nifty Tcl/Tk GUI for > > kernel configurations). > > "make xconfig" and "make menuconfig" are a sta

Re: Compiling the kernel..

1996-05-24 Thread Craig Sanders
On Thu, 23 May 1996 [EMAIL PROTECTED] wrote: > > The hard part is doing the initial upgrade from 0.93r6 to 1.1 - > > Is doing a slow upgrade from 0.93R6 to 1.1 a better idea than trying a > clean installation of 1.1? that depends on whether or not you've got data and config files you want to kee

Re: Compiling the kernel..

1996-05-24 Thread Craig Sanders
On Thu, 23 May 1996 [EMAIL PROTECTED] wrote: > I tried the procedure you (and a couple of others) suggested. I currently > have debian 0.93R6 installed and am trying to compile the kernel from > devel/source-1.3.64-0.deb You've got the wrong kernel version. These instructions only apply to

Re: Compiling the kernel..

1996-05-23 Thread Craig Sanders
On Wed, 22 May 1996 [EMAIL PROTECTED] wrote: > This appears to contain the standard kernel release source tree but > has a number of additional things (such as a nifty Tcl/Tk GUI for > kernel configurations). "make xconfig" and "make menuconfig" are a standard part of the linux kernel now...has

Compiling the kernel..

1996-05-22 Thread Richard . Dansereau
Hi all! I'm familiar with retrieving and compiling new versions of the Linux kernel under Slackware. With my switch over to Debian though I was wondering if there are different things I should keep in mind when compiling new kernel versions. I noticed that for Debian 1.1 a kernel release under d