On Sat, May 28, 2011 at 3:41 PM, thefox xofeht <thefox@aspekt.fi> wrote: > And I get this error: > ld65.exe: Error: Input file `nes.lib' not found > > Is this a bug in CC65 or the Makefile? Shouldn't the "-C" switch > override the "-t" or does "-t" do something else than setting the > config file (..or does cl65 reorder the parameters before calling > ld65..)? So far I've hacked around this by specifying "-t none" in > LDFLAGS but it doesn't seem like a clean solution to me (although it > works). :) Duhh, of course "-t" also tries to link the platform specific library in (which I don't seem to have installed..). Given that I don't think there's a cleaner solution for this than specifying "-t none" in LDFLAGS.. or specifying "none" as the target in the Makefile, which isn't great though because then the file will end up being named "foo.none"... -thefox ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo@musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.Received on Sat May 28 14:51:43 2011
This archive was generated by hypermail 2.1.8 : 2011-05-28 14:51:46 CEST