Pcc: Difference between revisions

From Computer History Wiki
Jump to navigationJump to search
Tor (talk | contribs)
Add FTP link. HTTP seems to be offline.
m Update cat
 
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].
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}}
{{semi-stub}}
[[Category:C compilers]]
 
[[Category: C Compilers]]

Latest revision as of 11: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.