home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August - Disc 3 / chip_20018103_hu.iso / amiga / chiputil / gg / ppc-m68k-egcs.rea < prev    next >
Encoding:
Text File  |  2001-06-21  |  1.2 KB  |  33 lines

  1. Short:   PPC hosted, M68k targeted EGCS C/C++ compiler 08/04/99
  2.  
  3. http://user.cs.tu-berlin.de/~paladin/
  4.  
  5. As requested here are some M68k targeted (!) PPC hosted compiler binaries.
  6. Please note, that these versions do not support the AmigaOS specific features
  7. like register parameter, __saveds, -resident etc.
  8. So they might be of limited use, but nethertheless here they are:
  9.  
  10. PPC (PowerUP) hosted C-Compiler: (updated 08/04/99)
  11. PPC (PowerUP) hosted C++-Compiler: (updated 08/04/99)
  12.         
  13. PPC (WarpUP) hosted C-Compiler: (updated 08/04/99)
  14. PPC (WarpUP) hosted C++-Compiler: (updated 08/04/99)
  15. Due to a bug in powerpc.library V14.6, these executables require
  16. powerpc.library V14.75+.
  17.   
  18. Compiler changes: Switched frame pointer register from a6 back to a5 to
  19. avoid conflicts with
  20. AmigaOS inline calls.
  21.  
  22.  
  23. Install Notes:
  24.  
  25. You will need an ADE or GG directory tree with ppctools installed.
  26. In lib/gcc-lib/ppc-amigaos make a directory egcs-2.91.66.
  27. Copy all files in lib/gcc-lib/ppc-amigaos/2.7.2.1 into this directory.
  28. Replace the cc1 or cc1plus with the ones you have downloaded here.
  29.             
  30. Now you should be able to invoke egcs with: "ppc-amigaos-gcc -V egcs-2.91.66".
  31. You can still use the old gcc with "ppc-amigaos-gcc" only.
  32.             
  33.