I have found an inconsistency between the linker command line and command file processing.
I am using the tools v7.3.4 for the C6678.
The following command works as expected:
lnk6x test~1.obj
However, if I put that filename in a linker command file (x.cmd) and give what should be the equivalent command:
lnk6x x.cmd
I get the following errors:
"x.cmd", line 1: error: cannot find file "test"
"x.cmd", line 1: error: expecting filename, option, MEMORY, or SECTIONS instead
of "~"
fatal error: no input files