----- Original Message -----From: TurboSoft@aol.comSent: Sunday, December 24, 2000 12:12 PMSubject: A89: TIGCCl have just downloaded TIGCC onto my computer and wow things have really
changed! The last time l used it was a version from a year ago.
l'm trying to compile Aerox using this version 0.9 but it doesn't seem to
like my subroutines. For almost everyone l have, l get this (example):
[error:] Undefined Reference to 'idle_loop'
...
idle_loop();
...
...
...
idle_loop()
{
asm("
jsr userlib__0000");
}