On Tue, Sep 28, 2004 at 02:22:47AM +0200, Mats Andrén wrote: > Sorry to spam this list with questions.. No problem, that's what it was made for. > When I try to do either "intvar >> 8" and "intvar / 256" I get the > following error from the linker: This is a problem in the development version. The calling semantics for the runtime shift functions have been changed, but the compiler does still call the old functions when optimizing for size. The problem should go away when using -Oi or --codesize x with x > 100. > ------------------------------------ > Linker version: > ld65 V2.10.1 - (C) Copyright 1998-2002 Ullrich von Bassewitz > ------------------------------------ > ..and the libsrc is built from cc65-snapshot-2.10.5.20040918. In general, it is not a good idea to mix different versions. This may work and is not the case of your problem, but it may also cause strange errors. Regards Uz -- Ullrich von Bassewitz uz@musoftware.de ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo@musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.Received on Tue Sep 28 21:35:40 2004
This archive was generated by hypermail 2.1.8 : 2004-09-28 21:35:49 CEST