[cc65] invalid symbol index in debug info?

From: Christopher Pow <christopher.s.pow1gmail.com>
Date: 2012-01-11 05:00:16
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.
Received on Wed Jan 11 05:00:31 2012

This archive was generated by hypermail 2.1.8 : 2012-01-11 05:00:35 CET