Difference between revisions of "C:Compilers"

From Amiga Coding
Jump to: navigation, search
(changed VBCC link)
(changed AmigaDevCpp link to English version of the website)
Line 42: Line 42:
 
<div class="acBlock" style="width: 500px;">
 
<div class="acBlock" style="width: 500px;">
 
==Amiga C development on other platforms==
 
==Amiga C development on other platforms==
* [http://amidevcpp.amiga-world.de/ AmiDevCpp] (Integrated Cross Platform Development Environment for Windows)<br />for developing for AmigaOS (m68k), AmigaOS4 (PPC), MorphOS(PPC) and for AROS (i686) in C/C++
+
* [http://amidevcpp.amiga-world.de/index.php?HR_LANG=english AmiDevCpp] (Integrated Cross Platform Development Environment for Windows)<br />for developing for AmigaOS (m68k), AmigaOS4 (PPC), MorphOS(PPC) and for AROS (i686) in C/C++
 
</div>
 
</div>
 
|}
 
|}

Revision as of 22:43, 10 March 2009

(todo: check which ones are with and which ones without IDE)

  • C++
    • HiSoft C++ 4.0
    • Maxon C++ 4.0
    • Lattice C 5.02
    • SAS/C 6.58


Assemblers with IDE

The following are complete IDE's (compiler, text-editor, linker and debugger):

  • C++
    • StormC++ 3.0
    • Storm C 4 Pro

Compilers without IDE

  • C
    • Sozobon C Compiler
    • VBCC


Amiga C development on other platforms

  • AmiDevCpp (Integrated Cross Platform Development Environment for Windows)
    for developing for AmigaOS (m68k), AmigaOS4 (PPC), MorphOS(PPC) and for AROS (i686) in C/C++