All, In one of my test programs I got: ld65: Error: Invalid debug symbol index (4294967295) in module `_scanf.o' finally I deleted /usr/local/lib/cc65, downloaded cc65-snapshot-2.13.9.20120127 compiled and installed it. But also with this tiny program: #include <conio.h> int main(void) { int rv; cscanf("%d", &rv); return rv; } Compiled with this line: cl65 -o hello hello.c there is that error message. Is this a bug? Or are there still some old object files somewhere? Regards, Thomas ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo@musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.Received on Tue Jan 31 03:42:21 2012
This archive was generated by hypermail 2.1.8 : 2012-01-31 03:42:24 CET