On Montag 02 Februar 2009, Tachdaun wrote: > Thanks! I will take it into account. > So you mean to compile every function to a separate .o file ? > then link them all together? yes. look at how the runtime library is made... first compile every function seperatly into a .o file, then use ar65 to combine them all to one .lib file, which you can then later link to the app. > :s I thought the compiler took care of this. no, cc65 cant do this :) (not so long ago, even gcc couldnt do this =P) -- http://www.hitmen-console.org http://magicdisk.untergrund.net http://www.pokefinder.org http://ftp.pokefinder.org Bei Fragen zu diesem Vorgang wenden Sie sich bitte an the administrator of that system ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo@musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.Received on Mon Feb 2 04:18:19 2009
This archive was generated by hypermail 2.1.8 : 2009-02-02 04:18:21 CET