Re: Problem Compiling Sparc64 Kernel

2001-12-12 Thread David S. Miller
From: Ben Collins <[EMAIL PROTECTED]> Date: Wed, 12 Dec 2001 19:20:01 -0500 Edit arch/sparc64/Makefile and find the NEW_GAS line, and change --version to -V CVS is updated.

Re: Problem Compiling Sparc64 Kernel

2001-12-12 Thread Ben Collins
On Wed, Dec 12, 2001 at 10:53:49PM +, Ian Chilton wrote: > Hello, > > Trying to compile a native kernel (2.2.20 from cvs on vger) on an Ultra > 1 running Debian sid. > > First got sparc64-linux-gcc not found, so I did apt-get install egcs64 > as mentioned in the ultralinux faq. > > Then got

RE: Problem Compiling Sparc64 Kernel

2001-12-12 Thread Ian Chilton
Hello, > I had the same problem myself. The solution (for me) was to modify the > /usr/src/linux/arch/sparch64/Makefile > so that, instead of calling "sparc64-linux-ld", it used "sparc64-linux-ld > -m elf64_sparc". You'll also need to make > sure "sparc64-linux-as" ends up calling "as -m64" as w

Re: Problem Compiling Sparc64 Kernel

2001-12-12 Thread Patrick Morris
Ack! That flag to as (or sparc64-linux-as") should be "-64", not "-m64" Patrick Morris wrote: > I had the same problem myself. The solution (for me) was to modify the > /usr/src/linux/arch/sparch64/Makefile > so that, instead of calling "sparc64-linux-ld", it used "sparc64-linux-ld -m > elf64_s

Re: Problem Compiling Sparc64 Kernel

2001-12-12 Thread Patrick Morris
I had the same problem myself. The solution (for me) was to modify the /usr/src/linux/arch/sparch64/Makefile so that, instead of calling "sparc64-linux-ld", it used "sparc64-linux-ld -m elf64_sparc". You'll also need to make sure "sparc64-linux-as" ends up calling "as -m64" as well. Ian Chilton