home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 2599 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: wiedmann.neckar-alb.de!jochen
  2. From: jochen@I_should_put_my_domain_in_etc_NNTP_INEWS_DOMAIN (Jochen Wiedmann)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: GCC Questions
  5. Date: 1 Feb 1996 18:39:22 GMT
  6. Organization: ISS Internet Service Stuttgart GmbH
  7. Message-ID: <4er1cq$8sf@iss1.neckar-alb.de>
  8. References: <823007157.13378@romeo.division.co.uk>
  9. Reply-To: wiedmann@neckar-alb.de
  10. NNTP-Posting-Host: wiedmann.neckar-alb.de
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. Hello,
  14.  
  15. : Just a few small questions, sorry if they are in the FAQ but I knida need a
  16. : quick answer.
  17.  
  18. : 1. I have gcc 2.7.0. Is this considered to be a robust version of GCC for
  19. : the Amiga?
  20.  
  21. AFAIK, the latest version (2.7.1 or 2.7.2) is more recommendable.
  22.  
  23.  
  24. : 2. What is the correct way for changing the stack size with the GCC compiler?
  25.  
  26. Compiling with stack extension. :-)  Slows down the program a little bit,
  27. but you are on the safe side. This is possible since gcc-2.7.0.
  28.  
  29.  
  30. : 3. What is available in the way of debugging applications compiled for the
  31. : Amiga using GCC? Is GDB available? Where can I get hold of a copy?
  32.  
  33. No, gdb is still not available. BarFly's Debugger is the best choice, AFAIK,
  34. but you have to compile with "-g -gstabs".
  35.  
  36.  
  37. Bye,
  38.  
  39. Jochen
  40.  
  41.