Welcome, Guest. Please login or register.

Author Topic: Best C compiler for Amiga?  (Read 20170 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline NovaCoder

Re: Best C compiler for Amiga?
« on: August 19, 2010, 03:45:30 AM »
Quote from: mongo;575328
If you have a PC running Windows, I'd recommend AmiDevCpp.

http://amidevcpp.amiga-world.de/aboutamidevcpp.php?HR_LANG=english


I couldn't really get on with AmiDev (too buggy), I'm currently trying to setup Eclipse CDT with gcc (cross-compiler), looking good (so far).

If you want to code on a real Amiga instead then I'd recommend either CubicIDE or StormC V4 (which also has a GUI editor called StormWizard, which is now open source).

Anyway....have fun!
« Last Edit: August 19, 2010, 04:20:36 AM by NovaCoder »
Life begins at 100 MIPS!


Nice Ports on AmiNet!
 

Offline NovaCoder

Re: Best C compiler for Amiga?
« Reply #1 on: August 19, 2010, 04:25:24 AM »
Quote from: neofree;575334
Don't care too much about the debugging...

The compiler needs to support Stock/Original Amiga 500 targets (68000/1.x/512k+ RAM)...   Since all I have is the above mentioned target right now, it will either need to be a Windows (such as the first one mentioned here) compiler, or something else...

edit: NovaCoder - missed your reply when I wrote this -..  Will CubicIDE or StormC (sounds familiar) run on A500?  I'm building a 2meg/IDE upgrade to help there..

Thanks,

Neofree


Hiya,

Unless you have a RTG Amiga, you're better coding on a PC if you're after a decent IDE.

Basically for win32 native coding you either have AmiDevCPP or some other IDE using gcc (eg Eclipse).   If you want to code using WinUAE or have an RTG Amiga then you're looking at CubicIDE or StormV4.
Life begins at 100 MIPS!


Nice Ports on AmiNet!
 

Offline NovaCoder

Re: Best C compiler for Amiga?
« Reply #2 on: August 19, 2010, 12:54:31 PM »
Quote from: Heinz;575360
I often see people posting that AmiDevCpp is buggy, but I dont get much bug reports from the people that are actually using it (DaveAE / AudioEvolution, Jahc / WookieChat etc.)

So would you please post proper bug reports or stop calling it buggy ?

[ You must login or register to view this Off-Topic! ]
Life begins at 100 MIPS!


Nice Ports on AmiNet!
 

Offline NovaCoder

Re: Best C compiler for Amiga?
« Reply #3 on: August 20, 2010, 02:19:13 AM »
SAS/C is freeware....you can get it over from the EAB file server (I think).

- note I just got Eclipse CDT working with gcc and Cygwin (only took me 3 days), now where's that cross compiler ;)
Life begins at 100 MIPS!


Nice Ports on AmiNet!