Re: [cc65] Forced imports by linker config

From: thefox xofeht <thefox1aspekt.fi>
Date: 2010-11-13 23:15:38
On Sun, Nov 14, 2010 at 12:09 AM, thefox xofeht <thefox@aspekt.fi> wrote:
> On Fri, Nov 12, 2010 at 6:09 PM, Ullrich von Bassewitz <uz@musoftware.de> wrote:
>> Since I felt into that pit myself (the library makefiles had the wrong order,
>> so the linker happily generated drivers with an output name of "a.out"), I've
>> added a warning to the linker. If %O has been used in the config, and -o is
>> given later on the command line, you will get a diagnostic.
>
> Typo in the diagnostic: "Warning: Option `-o' should preceede options
> `-t' or `-C'". Should be "precede".
>
> Anyways, great feature!

For some reason I'm getting the diagnostic regardless of the order
with the latest snapshot version:

cl65 -v -g -t none -l -c header.s
cl65 -v -g -t none -l -c general.s
cl65 -v -g -t none -l -c engine.s
cl65 -o demo.nes -m map.txt -Ln debug.txt -Wl --dbgfile,demo.nes.dbg header.o ge
neral.o engine.o -C nes-uxrom.cfg -t none
ld65.exe: Warning: Option `-o' should preceede options `-t' or `-C'

-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 Nov 13 23:15:46 2010

This archive was generated by hypermail 2.1.8 : 2010-11-13 23:15:49 CET