[cc65] cl65 ignoring -I option for assembler files, while ca65 does not?

From: Spiro Trikaliotis <ml-cc651trikaliotis.net>
Date: 2005-03-13 17:22:41
Hello,

I believe cl65 called for assembler files ignores the -I (--include-dir)
option (line breaks with \ by me), while ca65 does not:

$ ca65  -I ../ --feature labels_without_colons --feature pc_assignment \
  --feature loose_char_term -o ../  pp1541.tmp ../pp1541.a65

$ cl65  -I ../ -c --feature labels_without_colons --feature pc_assignment \
  --feature loose_char_term -o ../  pp1541.tmp ../pp1541.a65
../pp1541.a65(14): Error: Cannot open include file `pp1571.a65': No such file or directory

$ cat ../pp1541.a65
Drive1541       = 1
.include "pp1571.a65"

$ cat ../pp1571.a65
        *=$0500
        rts

It does not matter if I try different names for the include directories
(for example, using the full path), the result stays the same. Is this a
bug, or am I missing something?

Regards,
   Spiro.

-- 
Spiro R. Trikaliotis
http://www.trikaliotis.net/
http://cbm4win.sf.net/
----------------------------------------------------------------------
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 Mar 13 17:22:51 2005

This archive was generated by hypermail 2.1.8 : 2005-03-13 17:22:57 CET