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.

About the package

In this directory:

/opt/dvsdk_1_40_02_33/codec_engine_2_10_02/examples/ti/sdo/ce/examples/apps/audio_copy/dualcpu/evmDM6467

There is a folder named "package", but I don't know the usage of this folder ,when and how to generate this folder.

In addition,I found that if I deleted this folder,I can also execute the command "make". Why??

  • The package/ subdir is generated/cleaned by the build system.  You generally don't have to worry about it.

    If you're curious, you can dig around in there, but "look, don't touch".  :)  It's a temp holding spot for build objects (like .obj files and generated makefiles) as well as metadata about the package (things like dependencies and their versions, build times, all sorts of stuff).

    Chris