Amiga.org

Amiga computer related discussion => General chat about Amiga topics => Topic started by: dwaldrop on December 22, 2008, 06:15:14 PM

Title: What is the latest / most stable Amiga C/C++ Compiler available?
Post by: dwaldrop on December 22, 2008, 06:15:14 PM
Hi all!
I am currently looking at writing some code on my Amigas (1.3 / 2.0 ROMs).   I used to use SAS C/C++ but that has been gone for years.  

What C/C++ compilers are still available and where can one find them?

Thank you!
-David
Title: Re: What is the latest / most stable Amiga C/C++ Compiler available?
Post by: Andeda on December 22, 2008, 06:59:38 PM
Hi,

How about Cubic IDE
http://devplex.awardspace.biz/
Title: Re: What is the latest / most stable Amiga C/C++ Compiler available?
Post by: ChaosLord on December 22, 2008, 07:21:53 PM
SASC is the best C compiler for Classic Amigas.  It is fully Amigatized and it has by far the best source level debugger.

It doesn't really do C++ though, which is ok with me.
Title: Re: What is the latest / most stable Amiga C/C++ Compiler available?
Post by: dwaldrop on December 22, 2008, 09:30:02 PM
Any suggestions as to where to find SASC these days?  I have watched eBay and it has not popped up for a while.

Thank you!
Title: Re: What is the latest / most stable Amiga C/C++ Compiler available?
Post by: NovaCoder on December 22, 2008, 10:28:40 PM
You can still buy Storm C V4..

 :-D
Title: Re: What is the latest / most stable Amiga C/C++ Compiler available?
Post by: weirdami on December 22, 2008, 10:55:09 PM
I have SAS C 6.50 for sale in my signature.
Title: Re: What is the latest / most stable Amiga C/C++ Compiler available?
Post by: alexh on December 22, 2008, 11:01:43 PM
AFAIK Storm C (all versions) have terrible bugs in them.

You'd be pretty mad to compile on an Amiga though. I would recommend developing on PC and cross compile and either network over to the Amiga or use CF card.

Then you can use your favourite IDE to compile and fix bugs and control your make files.
Title: Re: What is the latest / most stable Amiga C/C++ Compiler available?
Post by: uncharted on December 22, 2008, 11:07:17 PM
DICE is available for free on Aminet.  I know it's ancient, but it might be okay for older machines.
Title: Re: What is the latest / most stable Amiga C/C++ Compiler available?
Post by: alexh on December 22, 2008, 11:13:05 PM
http://utilitybase.com/
Title: Re: What is the latest / most stable Amiga C/C++ Compiler available?
Post by: Jose on December 22, 2008, 11:39:12 PM
Compiling on an Amiga is fine, as long as you have an 040++ and you don't have stupidly big sources (big sources should normally be split over various files anyway...). I've compiled source files of more than 100Kb without any big speed problems.
Title: Re: What is the latest / most stable Amiga C/C++ Compiler available?
Post by: alexh on December 22, 2008, 11:46:30 PM
OR doing your development on WinUAE?