home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / misc / emu / AROSdev.lha / AROS / docs / src / devinfo-3.src < prev    next >
Encoding:
Text File  |  1997-01-27  |  1.7 KB  |  54 lines

  1. \section{Things that don't come with the AROS distribution}
  2.  
  3. Yeah, there are some things which are not in this archive for this or
  4. that reason. Here we go:
  5.  
  6. \begin{enumeration}
  7. \item The Amiga system header files are missing for obvious copyright
  8. reasons. You can use the files which come with your C-Compiler
  9. (DICE, SAS/C, StormC++ or Maxxon C++) or the ones from the Amiga
  10. Developer CD 1.1 (that's what I did).
  11.  
  12. The Developer CD is available at
  13.  
  14. \begin{example}
  15. Stefan Ossowskis Schatztruhe
  16. Gesellschaft für Software mbH
  17. Veronikastr. 33
  18. 45131 Essen
  19. Germany
  20.  
  21. Order Phone: ++49-(0)2 01-78 8778
  22.  
  23. Fax: ++49-(0)2 01 - 79 84 47
  24. EMail: stefano@tchest.e.eunet.de
  25. WWW: \link{http://www.schatztruhe.de/}{http://www.schatztruhe.de/}
  26. Support-Mailbox: ++49-(0)2 08-20 25 09
  27. \end{example}
  28.  
  29. for DM 25.- (about $15) plus P&P. The CD contains all includes you need
  30. and furthermore you can find valuable information on it like: The autodocs,
  31. the examples for the various developer disk sets and the Rom Kernel Reference
  32. Manuals (RKRMs), several tools to help to develop code and more. At the
  33. price, it's a bargain.
  34.  
  35. \item Linux 2.0 or better for Intel CPUs (1.2.13 might work, but I haven't
  36. tried and won't do it).
  37.  
  38. \item GNU make 3.74 or better - A real make is neccessary and this is
  39. one (use "make --version" to find out which you have).
  40.  
  41. \item GCC 2.7.0 or better (2.7.2 is recommended because of the magnitude
  42. of bugs fixed) (use "gcc --version" to find out which you have).
  43.  
  44. \item GAS/as from binutils 2.7 or better.
  45.  
  46. \item GDB, the GNU debugger. It is no great help in our project because we do
  47. nasty things with the stack, but better than nothing anyway.
  48.  
  49. \item GAWK to generate a couple of files (I have 3.0.0, but any version should
  50. work).
  51.  
  52. \end{enumeration}
  53.  
  54.