Hi,
The following command (note the double-slash in a path name)
cl6x -z -o=main.out a/b//c/d/file.obj -c a/b/c/d/main.obj
fails with the following message:
<Linking>
"/tmp/14635KpAAoj", line 4: fatal error: unrecognized file: "a/b"
>> Compilation failure
If the double-slash is replaced with a single slash (/), linking works fine.
Steps to reproduce:
- Extract the attached archive to a directory (in Linux)
- In file example.sh, modify the CC_PATH variable to point to the C6000 compiler in your system
- Execute example.sh
-Matti