TIGCC
From Wikipedia, the free encyclopedia
TIGCC | |
---|---|
Developed by | The TIGCC Team |
Latest release | 0.96-beta8 / October 31, 2006 |
OS | Linux/Unix, Mac OS, FreeBSD, Microsoft Windows |
Genre | Software Development |
License | GPL |
Website | The TIGCC Website |
TIGCC (from "TI" and "GCC") is a 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 (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 GNU General Public 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 supports the latest version of TiEmu 3 for debugging via OLE Automation.
- KTIGCC - the Linux IDE, KTIGCC is similar to the Windows IDE. It runs under KDE and has a few new features such as linking to real calculators with the latest libticables2 and the TiEmu emulator[citation needed].
- Documentation - The TIGCC manual contains detailed documentation on how to use the TIGCC IDE and compiler, and documents all the TIGCC functions with detail.
- Compiler - The TIGCC compiler is a patched version of GCC that allows developers to compile C and assembly code for the m68k Texas Instruments graphing calculators.
[edit] Development of TIGCC
Development of the TIGCC project has decreased drastically recently due to the leaving of many team members. While TIGCC is still quite active, it is not growing as fast as it once was.
- Windows IDE - Development of the Windows IDE has halted. Although development has halted due to the lack of a Delphi programmer, it is relatively stable and complete.
- KTIGCC - KTIGCC is complete and is at version 1.09 (October 09, 2007).
- The compiler - The TIGCC compiler is based on the GNU Compiler Collection (GCC). The latest beta version of the TIGCC compiler is 4.1.2-pre7 (2006-07-30), while the latest stable version is 4.0.3.
[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 are many other programs out there to help the TIGCC Programmer.
- TiEmu is a m68k TI graphing calculator emulator.
- TiLP is an alternative linking program to TI-Connect that works on Windows, Linux, FreeBSD and Mac OS X.
[edit] External links
- tigcc.ticalc.org The official TIGCC Website