EtchedPixels / pcc-tms9995

ANSI pcc retarget to the TMS9995 microprocessor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TMS 9995 C Compiler Project

This is a porting project based around the ANSI pcc compiler maintained by
Anders Magnusson. The original still lives in CVS so I'm keeping my working
tree in something a little less retro.

To build

autoconf
./configure --target=tms9995-fuzix
make

and it should build you a ccom and probably then error about a ccom2.

For the full setup see the pcc-tms9995-support github.

https://github.com/EtchedPixels/pcc-tms9995-support

Status

At this point the compiler can correctly build and run various test projects
and should be usable although there may be some bugs lurking.

About

ANSI pcc retarget to the TMS9995 microprocessor


Languages

Language:C 92.5%Language:Yacc 3.4%Language:Lex 1.1%Language:Roff 1.0%Language:Makefile 0.7%Language:M4 0.5%Language:Batchfile 0.2%Language:Shell 0.2%Language:Clean 0.2%Language:Inno Setup 0.1%Language:Io 0.1%