Difference between revisions of "C:Compilers"

From Amiga Coding
Jump to: navigation, search
m (Assemblers with IDE)
 
(4 intermediate revisions by 3 users not shown)
Line 4: Line 4:
 
|valign=top|
 
|valign=top|
 
* C
 
* C
 +
** Amiga 'C' v 1.0 from Commodore-Amiga, Inc. which is actually Lattice C v3.03 (of which later versions became SAS/C)
 
** Aztec C 5.0
 
** Aztec C 5.0
** Dice C 3.15 (1996 ?)<br />Binary - http://www.obviously.com/amiga/<br />Sourcecode - http://www.obviously.com/dice/
+
** Dice C 3.16 (1997) [http://aminet.net/package/dev/c/dice-3.16 Aminet Release]
 
** Lattice C 5.02
 
** Lattice C 5.02
 
** SAS/C 6.58
 
** SAS/C 6.58
Line 20: Line 21:
 
|valign=top width=500|
 
|valign=top width=500|
 
<div class="acBlock" style="width: 500px; overflow: hidden;">
 
<div class="acBlock" style="width: 500px; overflow: hidden;">
==Assemblers with IDE==
+
==Compilers with IDE==
 
The following are complete IDE's (compiler, text-editor, linker and debugger):
 
The following are complete IDE's (compiler, text-editor, linker and debugger):
  
Line 30: Line 31:
 
|valign=top width=500|
 
|valign=top width=500|
 
<div class="acBlock" style="width: 500px;">
 
<div class="acBlock" style="width: 500px;">
 +
 
==Compilers without IDE==
 
==Compilers without IDE==
  
 
* 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 42: Line 45:
  
 
<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++
 
</div>
 
</div>
 
|}
 
|}
 +
[[Category:Programming languages]]

Latest revision as of 13:06, 8 September 2016

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

  • C
    • Amiga 'C' v 1.0 from Commodore-Amiga, Inc. which is actually Lattice C v3.03 (of which later versions became SAS/C)
    • Aztec C 5.0
    • Dice C 3.16 (1997) Aminet Release
    • Lattice C 5.02
    • SAS/C 6.58
  • C++
    • HiSoft C++ 4.0
    • Maxon C++ 4.0
    • SAS/C 7


Compilers 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++