home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August - Disc 3 / chip_20018103_hu.iso / amiga / chiputil / gg / libnixppc.rea < prev    next >
Text File  |  2001-06-21  |  706b  |  23 lines

  1. Short:    Libnix-Ansi-C Linklib PPC Version
  2.  
  3. Here is my personal Libnix-Ansi-C Linklib PPC Version:
  4. It also supports compilation of ELF-Files runable under WarpUP.
  5.  
  6. (updated 08/04/99)
  7.  
  8. Simply copy the contents of ppc-amigaos and os-include into your ADE or GG tree.
  9. This will probably trash other Linklibs you may have installed (e.g. libRILC or IxemulPPC)
  10. It requires the PowerUP includes in os-include.
  11. The specs file goes into the compiler directory (e.g. /ade/lib/gcc-lib/ppc-amigaos/egcs-2.91.60/)
  12. Look above for Compiler installation.
  13.  
  14. Now you can simply compile PowerUP programs with:
  15.  
  16. ppc-amigaos-gcc hello.c
  17. runelf a.out
  18.  
  19. or WarpUP programs with:
  20.  
  21. ppc-amigaos-gcc -warpup hello.c
  22. LoadELfWOS a.out
  23.