I was working on a project about 8-9 months ago (or longer) and I was compiling my modules using: ca65 -t none --cpu 65C02 -I c:\cc65\asminc (my *.s files) ar65 a mylib.lib (all my .o modules) then cl65 -t none --cpu 65C02 -Osir crt0.o mylib.lib test.c -o test.com When I run the cl65 command I get a lot of unresolved external references to popa, popax, zeropage variables tmp1, tmp2, tmp3, etc... Has something changed about the behaviour of cc65 when using the none target, or am I just doing something wrong? I can't quite remember how I was compiling this stuff before. Thanks, Shawn __________________________________ Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger. http://messenger.yahoo.com/ ---------------------------------------------------------------------- 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 May 26 16:50:37 2004
This archive was generated by hypermail 2.1.8 : 2004-05-26 16:50:45 CEST