home *** CD-ROM | disk | FTP | other *** search
- Short: PPC hosted, M68k targeted EGCS C/C++ compiler 08/04/99
-
- http://user.cs.tu-berlin.de/~paladin/
-
- As requested here are some M68k targeted (!) PPC hosted compiler binaries.
- Please note, that these versions do not support the AmigaOS specific features
- like register parameter, __saveds, -resident etc.
- So they might be of limited use, but nethertheless here they are:
-
- PPC (PowerUP) hosted C-Compiler: (updated 08/04/99)
- PPC (PowerUP) hosted C++-Compiler: (updated 08/04/99)
-
- PPC (WarpUP) hosted C-Compiler: (updated 08/04/99)
- PPC (WarpUP) hosted C++-Compiler: (updated 08/04/99)
- Due to a bug in powerpc.library V14.6, these executables require
- powerpc.library V14.75+.
-
- Compiler changes: Switched frame pointer register from a6 back to a5 to
- avoid conflicts with
- AmigaOS inline calls.
-
-
- Install Notes:
-
- You will need an ADE or GG directory tree with ppctools installed.
- In lib/gcc-lib/ppc-amigaos make a directory egcs-2.91.66.
- Copy all files in lib/gcc-lib/ppc-amigaos/2.7.2.1 into this directory.
- Replace the cc1 or cc1plus with the ones you have downloaded here.
-
- Now you should be able to invoke egcs with: "ppc-amigaos-gcc -V egcs-2.91.66".
- You can still use the old gcc with "ppc-amigaos-gcc" only.
-
-