TIGCC

From Wikipedia, the free encyclopedia

TIGCC
TIGCC Logo
Developer: The TIGCC Team
Latest release: 0.96-beta8 / October 31, 2006
OS: Linux/Unix, Mac OS, FreeBSD, Microsoft Windows
Use: Software Development
License: GPL
Website: The TIGCC Website

TIGCC (Texas Instruments GNU C Compiler) is an Software Development Environment which allows developers to program and compile A68K Assembly, GNU Assembly, and C code for the Motorola 68000 Series Texas Instruments Graphing Calculators (TI-89, TI-89 Titanium, TI-92 Plus and Voyage 200, as well as experimental support for the TI-92 with the Fargo shell). TIGCC is licensed under the GPL License.

Contents

[edit] Various Parts of TIGCC

The TIGCC project includes many things that help developers create and manage projects.

  • Windows IDE - an integrated development environment with the TIGCC Compiler and Documentation Included. It is written in Delphi. It includes syntax editing and is also a project manager that helps to keep projects together. As of version 0.96-beta8 the Windows IDE now supports the latest version of TiEmu 3 for debugging via OLE Automation.
  • KTIGCC - The Linux IDE, KTIGCC is much like the Windows IDE however it runs under KDE and has a few new features such as linking to real calculators with the latest libticables2 and the TiEmu emulator.
  • Documentation - The TIGCC Manual is a very detailed documentation on how to use the TIGCC IDE, Compiler and documents all the TIGCC functions to great detail.
  • Compiler - The TIGCC Compiler is a patched version of the GCC compiler that allows developers to compile C and Assembly code for the m68k Texas Instruments Graphing Calculators.

[edit] Development of TIGCC

Screenshot of the KTIGCC IDE
Screenshot of the KTIGCC IDE

Development of the TIGCC Project has decreased drastically recently due to the leaving of many of the Team Members. While TIGCC is still quite active, it is not growing as fast as it once was.

[edit] TIGCC Team

The TIGCC Project is currently being maintained by Kevin Kofler along with the help by Joey Adams helping code the KTIGCC IDE.

[edit] Programming Tools for TIGCC Programmers

There is many other programs out there to help the TIGCC Programmer.

[edit] External links