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.

dvsdk directory missing

hello all,
im using dm365,the problem is

this is actual thing presnt in rules.make file:EXEC_DIR=$HOME/workdir/filesys/opt/dvsdk

but in opt(/workdir/filesys/opt/) there is nothing in directory it is empty,

from where i should copy the dvsdk file for execution.
 
VS
  • Hi VS,

    I presume you are using DVSDK4.0.

    The EXEC_DIR rule in Rules.make is used when installing software that you build inside the DVSDK. E.g, if you wish to build the linux kernel, then you would run 'make linux' and 'make linux_install'. The linux_install rule will copy the binaries built by 'make linux' to a directory prefix'ed by EXEC_DIR. 

    Please refer the SDG for more details or run make help to get a list of supported targets.

    --Sid