TIGCC
From Wikipedia, the free encyclopedia
TIGCC | |
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
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.
- 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 - The Linux IDE KTIGCC is complete and is at version 1.06 (November 25, 2006).
- 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 is 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 will work on Windows, Linux, FreeBSD and Mac OS X.
- The TICT Team has released many tutorials and libraries to help out the programmer such as ExtGraph and so on.
- Techno Plaza released some nice Programming Tutorials.
- TICALCS has a growing collection of programming tutorials.
[edit] External links
- tigcc.ticalc.org The official TIGCC Website
- lpg.ticalc.org/prj_tilp TiLP is an alternative Calculator-Computer linking software to TI-Connect.
- lpg.ticalc.org/prj_tiemu TiEmu is a m68k based TI Graphing Calculator Emulator.
- tict.ticalc.org The TICT Website is host to the ExtGraph library and many great tutorials!
- ticalc.org The worlds largest TI Graphing Calculator File Archive. Has many great programming libraries and games!
- education.ti.com The Official Texas Instruments Website for their Graphing Calculators.