Difference between revisions of "Pcc"

From Computer History Wiki
Jump to: navigation, search
m (oops on gcc)
m (Update cat)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
PCC is the 'portable c compiler'. PCC was written in C, originally for the [[VAX]], and [[PDP-11]] platform.   
+
'''PCC''' is the 'portable c [[compiler]]'. PCC was written in C, originally for the [[VAX]], and [[PDP-11]] platform.   
  
 
Known ports include:
 
Known ports include:
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].
  
 +
{{semi-stub}}
  
{{stub}}
+
[[Category: C Compilers]]
[[Category:C compilers]]
 

Latest revision as of 13:21, 19 October 2018

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.