BTW. I am getting this .d file: obj/main.o: src/main.c /usr/local/lib/cc65/include/stdio.h /usr/ local/lib/cc65/include/stddef.h /usr/local/lib/cc65/include/stdarg.h dio.h /usr/local/lib/cc65/include/stddef.h /usr/local/lib/cc65/include/ stdarg.h: I wonder where does the second line come from - the one with 'dio.h' Code for "main" is: int main(void) { extern void doFlashyStuff(void); doFlashyStuff(); printf("Hello, Flashy World!\n"); return 0; } -- SD! ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo@musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.Received on Fri Apr 23 14:12:00 2010
This archive was generated by hypermail 2.1.8 : 2010-04-23 14:12:02 CEST