This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

linker file error

Hello,

 i am getting following error while building videncdec project combined with videoloopback project

>> 017323: error: system error, can't open file 'C:\\dvsdk_1_01_00_15\\examples\\................\\xdcconfig\\linker.cmd' for input: No such file or directory

there are 2 linker.cmd files of respective projects which one should be included? or both?

thanks in advance

  • It looks like part of the path is missing in the error, but with a 'no such file or directory' error it is almost always related to some path being incorrect in the build.

    In general if you are combining two projects you would not want to use both cmd files simultaneously in the new project, as the cmd files are probably defining the same things multiple times. You probably want to start with just one of the cmd files and than add to it and modify it as necessary to support the dependencies from the other project.