[cc65] Probable bug: subroutines misshing from runtime lib.

From: Sidney Cadot <cadot1science-and-technology.nl>
Date: 2005-11-27 20:18:55
Hi,

It seems that a couple of routines are not included in the runtime  
library of v2.11 that are needed by the compiler for some generated  
code, e.g.:


sidney@pollux:~$ cat bugz.c

int main(void)
{
     1L ? 1 : 0;
     1UL ? 1 : 0;
     return 0;
}

sidney@pollux:~$ cl65 bugz.c -o bugz

Unresolved external `tsteax' referenced in:
   bugz.s(28)
Unresolved external `utsteax' referenced in:
   bugz.s(40)
ld65: Error: 2 unresolved external(s) found - cannot create output file



Regards,

   Sidney

----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Sun Nov 27 20:19:09 2005

This archive was generated by hypermail 2.1.8 : 2005-11-27 20:19:12 CET