Difference between revisions of "Pcc"

From Computer History Wiki
Jump to: navigation, search
m (oops on gcc)
(Add FTP link. HTTP seems to be offline.)
Line 9: Line 9:
  
 
Currently there is an effort to update pcc, to include ANSI C & [[gcc|GCC]] comparability.  The resulting work is currently hosted [http://pcc.ludd.ltu.se/ here].
 
Currently there is an effort to update pcc, to include ANSI C & [[gcc|GCC]] comparability.  The resulting work is currently hosted [http://pcc.ludd.ltu.se/ here].
 
+
The latest version is 1.1.0, released in December 2014, which can be downloaded via ftp [ftp://pcc.ludd.ltu.se/pub/pcc-releases/ here].
  
 
{{stub}}
 
{{stub}}
 
[[Category:C compilers]]
 
[[Category:C compilers]]

Revision as of 11:34, 10 February 2016

PCC is the 'portable c compiler'. PCC was written in C, originally for the VAX, and PDP-11 platform.

Known ports include:

  • 8086
  • Z8000
  • 68000

Which can be found on the TUHS site.

Currently there is an effort to update pcc, to include ANSI C & GCC comparability. The resulting work is currently hosted here. The latest version is 1.1.0, released in December 2014, which can be downloaded via ftp here.