From: Geoffrey Wossum (geoffrey_at_pager.net)
Date: 2003-11-03 18:05:03
On Monday 03 November 2003 10:50 am, Ullrich von Bassewitz wrote: > On Mon, Nov 03, 2003 at 10:38:28AM -0600, Geoffrey Wossum wrote: > > Tried it before I sent the first email. Even if you put an absolute path > > in the "-o" option, cc65 and friends put the output in the same directory > > as the source. > > This works here without any problems, and with all three tools: cc65, cl65 > and ca65. Please check again and if it still fails send me the exact > command line you're using to call the tool in question. No, still doesn't work. Here's a command line: cl65 -Oirs -T -g -t none -I/home/geoff/lrs/utos -I. -DHAVE_CONFIG_H -c /home/geoff/lrs/utos/utos/event.c -o /home/geoff/lrs/alphapgr/src/event.o The event.o output file ends up in /home/geoff/lrs/utos/utos rather than /home/geoff/lrs/alphapgr/src. Now, cc65 -Oirs -T -g -t none -I/home/geoff/lrs/utos -I. -DHAVE_CONFIG_H /home/geoff/lrs/utos/utos/event.c -o /home/geoff/lrs/alphapgr/src/event.s does work as expected, with the output in /home/geoff/lrs/alphapgr/src. Looks like maybe a problem with cl65 passing the "-o" to the assembler? Again, I'm using 2.9.3 on Linux. --- Geoffrey Wossum Software Engineer Long Range Systems - http://www.pager.net ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo_at_musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.
This archive was generated by hypermail 2.1.3 : 2003-11-03 18:12:25 CET