A89: Re: TIGCC


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

A89: Re: TIGCC



if you want just define the data type for the function... you can snip by, but I like my stuff nice an' verbose :)
----- Original Message -----
From: TurboSoft@aol.com
To: assembly-89@lists.ticalc.org
Sent: Sunday, December 24, 2000 12:12 PM
Subject: 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: References: