Re: Cross-compiler for sparc64

2003-05-29 Thread Martin Pitt
Hi! Am 2003-05-29 10:59 -0400 schrieb Ben Collins: > You can comment out the error in init/main.c and get working kernel. Thanks for this hint! I will try that. > You presume too much. egcs64 is still the prefered compiler for 2.4.x > sparc64 kernels, and 2.6 wont be around for awhile. Actually

Re: Cross-compiler for sparc64

2003-05-29 Thread Ben Collins
On Thu, May 29, 2003 at 02:17:05PM +0200, Martin Pitt wrote: > Hi to all! > > Kernel 2.6 is to be released soon (hopefully), thus I tried to compile > 2.5.69 on sparc64 recently. For those not knowing this arch: kernel is > 64 bit, userland is 32 bit, thus you need a cross-compiler with host > spa

Cross-compiler for sparc64

2003-05-29 Thread Martin Pitt
Hi to all! Kernel 2.6 is to be released soon (hopefully), thus I tried to compile 2.5.69 on sparc64 recently. For those not knowing this arch: kernel is 64 bit, userland is 32 bit, thus you need a cross-compiler with host sparc32 and target sparc64 to compile a kernel. The problem is that the cur