A89: TIGCC


[Prev][Next][Index][Thread]

A89: TIGCC



l 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");
}



Follow-Ups: