[cc65] Assembler Option --listing

From: Oliver Schmidt <ol.sc1web.de>
Date: 2011-02-06 16:41:07
Hi,

As far as I understand the ca65 option '--listing' writes its output
file where the source file is located independently from the output
file specified.

This behaviour has (at least) "the usual" two disadvantages:

1. "Clean" build system have distinct source file trees and
build/output file trees. The build tools never write into the source
tree. It could even be - and in fact often is - a r/o file system. And
btw. a 'rm -rf <build tree>' is all to start from scratch :-)

2. If a single source file is processed several times with different
options (i.e. I've heard there are build tools supporting different
targets ;-) than there's no way to keep files written into the source
tree from overwriting each other.

Therefore I'd like to propose to have either the '--listing' option
- to determine its output file path based on the general output file path
or
- to include a parameter specifying the path of its output file
(similar to the change done with '--create-dep')

Regards,
Oliver
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Sun Feb 6 16:41:15 2011

This archive was generated by hypermail 2.1.8 : 2011-02-06 16:41:18 CET