Compiling the attached .c file with: cl65 --create-dep example3.d -c -t nes -g --debug-info -Oi -o example3.o example3.c Results in the following link error when linking with: cl65 -t nes -C nes.cfg -Wl --dbgfile,example3.dbg ./example3.o ./crt0.o ./music.o ./sounds.o -o example3.prg runtime.lib ld65.exe: Error: Invalid debug symbol index (4294967295) in module `example3.o' I'm assuming the other .o's and the .lib are irrelevant...but if I need to I can include them. Thoughts?? ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo@musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.
This archive was generated by hypermail 2.1.8 : 2012-01-11 05:00:35 CET