Difference between revisions of "C:Compilers"

From Amiga Coding
Jump to: navigation, search
(Amiga 'C'/Lattice-C)
(Compilers without IDE)
Line 34: Line 34:
  
 
* C
 
* C
 +
** Amiga 'C' v1.0 / Lattice-C v3.03
 
** Sozobon C Compiler
 
** Sozobon C Compiler
 
** [http://sun.hasenbraten.de/vbcc/ VBCC]
 
** [http://sun.hasenbraten.de/vbcc/ VBCC]
Line 43: Line 44:
  
 
<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/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++
 
* [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++

Revision as of 12:04, 24 October 2013

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

  • C++
    • HiSoft C++ 4.0
    • Maxon C++ 4.0
    • SAS/C 7


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
    • Amiga 'C' v1.0 / Lattice-C v3.03
    • 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++