$ cd /your_source_dir
$ mkdir gcc-bin
$ cd gcc-bin
$ ../gcc-3.4.6/configure --enable-lanuages=c --with-ld=/usr/local/bin/lnk990 --with-as=/usr/local/bin/asm990 --target=ti990-ti-dx10
$ make
$ mkdir -p /usr/local/lib/gcc/ti990-ti-dx10/3.4.6
$ cd /your_source_dir/gcc-bin/gcc
$ cp cc1 collect2 cpp gcov gcov-dump specs \
/usr/local/lib/gcc/ti990-ti-dx10/3.4.6/
$ cp xgcc /usr/local/bin/gcc-ti990
$ cd /your_source_dir/ti990-libc
$ make
$ make install
This page is maintained by David
Pitts. Please email
with comments and corrections.
Last modified 2008/06/04.