From: Geert U. <ge...@li...> - 2000-06-09 13:40:36
|
On Fri, 9 Jun 2000, Sven LUTHER wrote: > On Fri, Jun 09, 2000 at 11:47:29AM +0100, Alan Buxey wrote: > > > That's probably possible but I wouldn't recommend it. First of all, it would take forever to compile (even ppc hosted gcc is slow under amigaos) and second you run the risk of all sorts of trouble. Why do you even want to try if you've got linux/ppc running? > > > > for fun of course! :-) I'd would just be a dual convenience: > > > > One single ARexx script to perform 'kernel on demand' service > > I was thinking of. > > Hello alan, ... > > if you are on the fun side of things, ... i longly thought that since the > ppc-gcc stuff compiled elf binaries, contrary to the warpup stuff, it would be > possible to compile an kenrel by the ppc compiler under amigaos. I think the It depends... m68k-cbm-amigados-gcc generates a.out binaries, just like m68k-linuxaout-gcc (m68k-cbm-amigados-ld takes care of creating AmigaOS `hunk' executables. But that doesn't mean you can use m68k-linuxaout-gcc to compile AmigaOS programs. Apparently they had to change gcc to allow for the A6 register to be used as the library base register for AmigaOS, while the plain gcc insists on using A6 as the frame pointer (no, -no-frame-pointer didn't help last time I tried). A similar problem may exist with APUS. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@li... In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds |