Re: Compiling a kernel (was ) (RESOLVE)

2005-09-11 Thread Patrick Dos Santos
I resolve my problem thanks to all The problems was the kernel-source down with apt-get !!! I try with the last source 2.6.12 down in kernel.org with this command "make && make image modules_install" and it works make vmlinuz make modules make modules_install Works to but with "make image " the

Re: Compiling a kernel (was )

2005-09-11 Thread Tyler
Actually, I believe I was thinking of make bzImage ... not vmlinuz ;/ also, I believe with 2.6 kernels, you can just type "make" .. no commands, and it will do the kernel and the modules i believe. Tyler. Tyler wrote: try make vmlinuz ... possibly a typo with an X on the end. Tyler. Patri

Re: Compiling a kernel (was )

2005-09-09 Thread Tyler
try make vmlinuz ... possibly a typo with an X on the end. Tyler. Patrick Dos Santos wrote: Yes it's a linux 2.6 But i tried "make vmlinux" and it don't work I 'll go to test make all Thanks On Thursday 08 September 2005 12:38, Patrick Dos Santos wrote: Hi How to compile a kernel

Re: Compiling a kernel (was )

2005-09-08 Thread Patrick Dos Santos
Yes it's a linux 2.6 But i tried "make vmlinux" and it don't work I 'll go to test make all Thanks > On Thursday 08 September 2005 12:38, Patrick Dos Santos wrote: >> Hi >> >> How to compile a kernel manualy with tue commande >> make >> >> I try make bzImage and make vmlinux but it don't wo

Re: Compiling a kernel (was )

2005-09-08 Thread Patrick Dos Santos
Yes it's > On Thursday 08 September 2005 12:38, Patrick Dos Santos wrote: >> Hi >> >> How to compile a kernel manualy with tue commande >> make >> >> I try make bzImage and make vmlinux but it don't work >> > > If you're building a 2.6 kernel it's 'make all' else 'make vmlinux' should > work

Re: Compiling a kernel (was )

2005-09-08 Thread David Johnson
On Thursday 08 September 2005 12:38, Patrick Dos Santos wrote: > Hi > > How to compile a kernel manualy with tue commande > make > > I try make bzImage and make vmlinux but it don't work > If you're building a 2.6 kernel it's 'make all' else 'make vmlinux' should work as long as you've done

Re: Compiling a kernel that works

2003-06-30 Thread Craig Small
On Sun, Jun 29, 2003 at 09:12:53PM -0400, Ben Collins wrote: > > That worked fine, once I included the ext3 (which I remembered) and the > > tulip card (which I forgot) > > > > That seems happy. I normally use make-kpkg and install the resulting > > .deb file. Could that be the reason why it is b

Re: Compiling a kernel that works

2003-06-30 Thread Craig Small
On Sun, Jun 29, 2003 at 08:05:40PM -0400, Ben Collins wrote: > On Mon, Jun 30, 2003 at 11:07:00AM +1000, Craig Small wrote: > > On Fri, Jun 27, 2003 at 02:37:28PM -0400, Ben Collins wrote: > > > First, compile a stock sparc64 kernel, without any of these patches. Use > > > 2.4.21, and do: > > > >

Re: Compiling a kernel that works

2003-06-30 Thread Craig Small
On Fri, Jun 27, 2003 at 02:37:28PM -0400, Ben Collins wrote: > First, compile a stock sparc64 kernel, without any of these patches. Use > 2.4.21, and do: > > cd /usr/src/linux-2.4.21 > cp arch/sparc64/defconfig .config > make oldconfig > make dep > make vmlinux > > After that, try to boot vmlinux

Re: Compiling a kernel that works

2003-06-29 Thread Ben Collins
> This happens even if I put it on the silo line, eg > linux root=/dev/hda1 > > The only way to get it to work is to break to the ok prompt and type > boot linux root=/dev/hda1 > > it then knows the kernel paramters are "root=/dev/hda1" and mounts / > correctly and happily goes on its way. Not s

Re: Compiling a kernel that works

2003-06-29 Thread Ben Collins
> That worked fine, once I included the ext3 (which I remembered) and the > tulip card (which I forgot) > > That seems happy. I normally use make-kpkg and install the resulting > .deb file. Could that be the reason why it is breaking? Nope...I use make-kpkg aswell. I'd say you are just creating

Re: Compiling a kernel that works

2003-06-29 Thread Ben Collins
On Mon, Jun 30, 2003 at 11:07:00AM +1000, Craig Small wrote: > On Fri, Jun 27, 2003 at 02:37:28PM -0400, Ben Collins wrote: > > First, compile a stock sparc64 kernel, without any of these patches. Use > > 2.4.21, and do: > > > > cd /usr/src/linux-2.4.21 > > cp arch/sparc64/defconfig .config > > ma

Re: Compiling a kernel that works

2003-06-29 Thread James Morrison
> Old-Return-Path: <[EMAIL PROTECTED]> > Date: Thu, 26 Jun 2003 15:57:38 +1000 > Content-Disposition: inline > From: [EMAIL PROTECTED] (Craig Small) > X-Spam-Level: > Resent-From: debian-sparc@lists.debian.org > X-Mailing-List: archive/latest/12322 > X-Loop: debian-sparc@lists.debian.org > Resen

Re: Compiling a kernel that works

2003-06-29 Thread nate
Craig Small said: > Hello, > I seem to be having a lot of problems getting a kernel that will work > on the sparc64 arch. All I need it to do is to use a VPN protocol - any > VPN protocol. be sure your using the egcs64 compiler to build the kernel. I have built 2.4.x kernels on my ultra 1 with

Re: Compiling a kernel that works

2003-06-27 Thread Ben Collins
On Thu, Jun 26, 2003 at 03:57:38PM +1000, Craig Small wrote: > Hello, > I seem to be having a lot of problems getting a kernel that will work > on the sparc64 arch. All I need it to do is to use a VPN protocol - any > VPN protocol. First, compile a stock sparc64 kernel, without any of these pat

Re: Compiling a kernel that works

2003-06-27 Thread Steffan Baron
> >When I try to compile a kernel and then boot it I get this: >Boot device: disk File and args: > >SILO boot: > >Uncompressing image...

Compiling a kernel that works

2003-06-26 Thread Craig Small
Hello, I seem to be having a lot of problems getting a kernel that will work on the sparc64 arch. All I need it to do is to use a VPN protocol - any VPN protocol. Here is my sorry tale of VPNs - IPsec - doesn't work because the ioctls fail - l2tpd - bus error - pptpd kernel oops if i try

RE: Compiling a kernel

2001-10-12 Thread Ben Castricum
> > [atomic_dec_and_lock' undeclared] > > I'm not quite sure but I think I've seen this on the list some weeks > ago. You might want to search the archives. However, the solution for > me was to use current vger sources (2.4.11). The atomic_dec_and_lock function was only defined when the kernel w

Re: Compiling a kernel

2001-10-12 Thread Steffan Baron
> >I installed egcs-sparc64, now I am get this error after >make-kpkg kernel-image >. >make[2]: Entering directory `/usr/src/kernel-source-2.4.9/arch/sparc64/kernel' >sparc64-linux-gcc -D__KERNEL__ -I/usr/src/kernel-source-2.4.9/include -Wall - >Wstrict-prototypes -Wno-trigraphs -O2 -fo

Re: Compiling a kernel

2001-10-12 Thread Hakan Kuecuekyilmaz
> cd /usr/src/linux > make menuconfig (again, whatever you prefer) > make-kpkg kernel-image > cd .. > dpkg -i kernel-image-x.x.x_sparc.deb > Hello, I installed egcs-sparc64, now I am get this error after make-kpkg kernel-image . make[2]: Entering directory `/usr/src/kernel-source-2.4.

Re: Compiling a kernel

2001-10-11 Thread Ben Collins
On Thu, Oct 11, 2001 at 11:27:33PM +0100, David Cantrell wrote: > On Wed, Oct 10, 2001 at 10:51:41PM -0400, Ben Collins wrote: > > > No, what you end up with there is a vmlinux.o file, which is not the > > kernel. What you want is the vmlinux file in the root of the build. Just > > do this: > > >

Re: Compiling a kernel

2001-10-11 Thread David Cantrell
On Wed, Oct 10, 2001 at 10:51:41PM -0400, Ben Collins wrote: > No, what you end up with there is a vmlinux.o file, which is not the > kernel. What you want is the vmlinux file in the root of the build. Just > do this: > > cd /usr/src/linux > make menuconfig (or whatever you use) > make dep > make

Re: Compiling a kernel

2001-10-11 Thread Steffan Baron
> >after make-kpg kernel-image I get following error message: >. >make[1]: Leaving directory `/usr/src/kernel-source-2.4.9' >/usr/bin/makeARCH=sparc64 \ > vmlinux >/bin/bash: sparc64-linux-gcc: command not found You're missing the egcs64 package. Gruss Steffan

Re: Compiling a kernel

2001-10-11 Thread Hakan Kuecuekyilmaz
> > cd /usr/src/linux > make menuconfig (again, whatever you prefer) > make-kpkg kernel-image > cd .. > dpkg -i kernel-image-x.x.x_sparc.deb > Hello, after make-kpg kernel-image I get following error message: . make[1]: Leaving directory `/usr/src/kernel-source-2.4.9' /usr/bin/make

Re: Compiling a kernel

2001-10-10 Thread Ben Collins
On Wed, Oct 10, 2001 at 11:28:50PM +0100, David Cantrell wrote: > This isn't Debian-specific, but I hope someone here can help me. > > I've been running Linux on Sparc for a year or so now, and have never > once managed to compile a working kernel. I follow the instructions > to the letter, but a

Re: Compiling a kernel

2001-10-10 Thread Adam McKenna
On Wed, Oct 10, 2001 at 11:28:50PM +0100, David Cantrell wrote: > This isn't Debian-specific, but I hope someone here can help me. > > I've been running Linux on Sparc for a year or so now, and have never > once managed to compile a working kernel. I follow the instructions > to the letter, but a

Compiling a kernel

2001-10-10 Thread David Cantrell
This isn't Debian-specific, but I hope someone here can help me. I've been running Linux on Sparc for a year or so now, and have never once managed to compile a working kernel. I follow the instructions to the letter, but always end up with an unbootable file. I believe that the problem lies in

Re: Compiling a kernel on Sparc.

2000-05-08 Thread B.C.J.O
On Tue, 9 May 2000, Aaron Daniels wrote: > Hi, > I am trying to upgrade from slink to potato on my sparc, which is running the > default kernel until now. > libc6 says it needs kernel 2.2.7 to install so I have downloaded 2.2.7 and > configured it then ran make dep clean modules modules_install bz

Compiling a kernel on Sparc.

2000-05-08 Thread Aaron Daniels
Hi, I am trying to upgrade from slink to potato on my sparc, which is running the default kernel until now. libc6 says it needs kernel 2.2.7 to install so I have downloaded 2.2.7 and configured it then ran make dep clean modules modules_install bzImage as I normally would on my i386 box and all run

Compiling a kernel

2000-03-08 Thread Aaron Daniels
Ok, I am getting there I have installed the OS and it is running fine but when I go to compile a 2.0.36 kernel I set ARCH=sparc but there is only 2 menu items, is this the correct way to do a sparc kernel. -- Thanks, Aaron Daniels Network Administrator Nornet/Dataheart Phone: +612 6621 3215

Re: creating a tftpboot kernel/compiling a kernel for ultra 5

1999-07-02 Thread Edmund GRIMLEY EVANS
Martin Bruns wrote: > > Compiling a kernel failed with this: > atyfb.c: In function `atyfb_ioctl': > atyfb.c:2213: `FBTYPE_PCI_GENERIC' undeclared (first use this function) > atyfb.c:2213: (Each undeclared identifier is reported only once > atyfb.c:2213: for

Re: creating a tftpboot kernel/compiling a kernel for ultra 5

1999-07-02 Thread Adam Di Carlo
Martin Bruns <[EMAIL PROTECTED]> writes: > I installed Debian/Sparc on an ultra 5. Since I want to use the > solaris-emulation I have to recompile the kernel this solris-emul on. The > stock slink kernel-image is lacking this. > > Compiling a kernel failed with this: &

Re: creating a tftpboot kernel/compiling a kernel for ultra 5

1999-07-01 Thread Eric Delaunay
Andreas Jaehnigen wrote: > Your Sun can only boot from an A.OUT image- however, the kernel image is > ELF binary format. (Also, this will be the format of every kernel you > compile youself.) You may "check" this (in a rather sloppy way) by > issuing a > file > Result will be "ELF binary". >

Re: creating a tftpboot kernel/compiling a kernel for ultra 5

1999-07-01 Thread Andreas Jaehnigen
Hi... > Kernel-source 2.2.9 or 2.2.10. I guess it compiles sparc and not sparc64 > but how to change this. No clue about this :-( Maybe somebody can help...? > I also tried to create a tftpboot from the potato kernel-image but I'm not > able to make it ;-(. Your Sun can only boot from an A

creating a tftpboot kernel/compiling a kernel for ultra 5

1999-07-01 Thread Martin Bruns
Hallo, I installed Debian/Sparc on an ultra 5. Since I want to use the solaris-emulation I have to recompile the kernel this solris-emul on. The stock slink kernel-image is lacking this. Compiling a kernel failed with this: atyfb.c: In function `atyfb_ioctl': atyfb.c:2213: `FBTYPE_PCI_GE

Problems compiling a kernel on a Sparc 1+

1999-06-01 Thread Troy Tuttle
I just came into a Sparc 1+ and instantly installed Linux upon it...(via floppies) and I then proceeded to update the kernel image to 2.2.1 so I can install all the new versions of libc6 and such for compiling a 2.2.x kernelI got a kernel source for 2.2.9 and when I try to make config or menuco