I can send you a tarball with a cross compiler for linux under G4. > size : 58MB > or you can download it : > http://ipnnarval.in2p3.fr/~xavier/ppc64.tgz > This is a gcc 3.4.2 version compiled a few months ago...
That's great, thanks. I'm compiling a kernel with it right now, and it seems to work. For the records, compiling a Linux kernel under darwin looks possible, but extra care must be taken of include files that are not at the same place: like malloc.h is in /usr/include/ on Linux while in /usr/include/malloc/ on Darwin. Francois On Fri, 2005-04-08 at 13:17, grave wrote: > Le 08.04.2005 12:02:52, Francois a écrit : > > > Do a 64 bits kernel, I don't support 32 bits kernels on ppc64 > > machines > > > anymore; > > > > Thanks for the tip. What is the simplest way to make a 64 bit kernel? > > I > > have two options: cross compiling on my G4, or compiling under Darwin > > on > > my G5. > > > > Building a cross compiler looks complicated, and my compiling attempts > > on the G5 have failed so far (sys/types.h not being found and similar > > errors). It might be that I have not properly install XCode. I'll look > > at it in more details. > > Hi, > > I can send you a tarball with a cross compiler for linux under G4. > size : 58MB > or you can download it : > http://ipnnarval.in2p3.fr/~xavier/ppc64.tgz > This is a gcc 3.4.2 version compiled a few months ago... > > With this you will have to do a : > make ARCH=ppc64 CROSS_COMPILE=powerpc64-linux- > to compile your kernel with as starting config point the > arch/ppc64/configs/g5_defconfig file. > > xavier -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]