home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Exec 3 / CD_Magazyn_EXEC_nr_3.iso / Recent / dev / c / warpcollect.readme < prev   
Text File  |  2000-07-23  |  1KB  |  41 lines

  1. Short:    Integrates Elf2Exe2 with GCC-WarpUP
  2. Author:   Jarmo Laakkonen (jami.laakkonen@kolumbus.fi)
  3. Uploader: Jarmo Laakkonen (jami.laakkonen@kolumbus.fi)
  4. Type:     dev/c
  5.  
  6. Warpcollect 0.3
  7.  
  8. Warpcollect is a quick hack to integrate Elf2Exe2 with GCC-WarpUP.
  9. When using warpcollect, you don't have to use Elf2Exe2 from makefiles
  10. or CLI anymore.
  11.  
  12. Requirements:
  13. 68040, ixemul.library v48 and GCC-WarpUP.
  14.  
  15. Installation:
  16. Copy warpcollect to ade:lib/gcc-lib/ppc-amigaos/<your version>.
  17. Copy specs to the same location. It might be wise to backup the original
  18. file first. Make sure that Elf2Exe2 is in bin: so sh shell can find it.
  19.  
  20. Usage:
  21. Just compile your programs normally. The only difference is that the ELF
  22. file will be converted to hunk object automaticly. If you want to keep
  23. a copy of the ELF file, just set the enviroment variable KEEPWARPELF to
  24. greater than 0. Then you will have two files, "your_program" and
  25. "your_program.warpelf".
  26.  
  27. The source code is included for interested people.
  28.  
  29.  
  30. HISTORY:
  31.  
  32. 0.3
  33. Improved error handling.
  34. Now the specs file works with PowerUP too.
  35.  
  36. 0.2
  37. Fixed a stupid bug which caused the program to crash on big commandlines.
  38.  
  39.  
  40. Jarmo Laakkonen <jami.laakkonen@kolumbus.fi>
  41.