Hi! On Mon, Jul 25, 2005 at 09:33:28AM -0700, Fatih Aygün wrote: > I couldn't compile the "hello world" sample program > for vic20. ld65 complains as follows: > > Unresolved external `__IRQFUNC_COUNT__' referenced in: > crt0.s(12) Thanks for the hint. The name of this symbol has been changed without changing the references in crt0.s. If you're able to translate crt0.s yourself (rename the output file to vic20.o and replace the one that comes with the snapshot), just replace any occurance of __IRQFUNC_COUNT__ by __INTERRUPTOR_COUNT__. Or download the new snapshot in a hour or so. Regards Uz -- Ullrich von Bassewitz uz@musoftware.de ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo@musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.Received on Mon Jul 25 19:07:00 2005
This archive was generated by hypermail 2.1.8 : 2005-07-25 19:07:02 CEST