Hello,
I currently study demo application example decode and tried to compile the original project from source files (dvsdk/demos), but the command "make" from this directory didn't lead me to the binary code, but some errors occurred:
$ make
Making all in subdirectory dm365...
make -C dm365
make[1]: Entering `/opt/dvsdk/dvsdk-demos_4_02_00_01/dm365'
Making all in subdirectory decode...
======== Building decode ========
Configuring application using decode.cfg
js: "/opt/dvsdk/xdctools_3_16_03_36/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: JavaException: java.io.FileNotFoundException: /opt/dvsdk/dvsdk-demos_4_02_00_01/dm365/decode/decode_config/package.bld (No such file or directory)
make[2]: *** [decode_config/compiler.opt] Error 1
make[1]: *** [decode] Error 2
make[1]: Leaving `/opt/dvsdk/dvsdk-demos_4_02_00_01/dm365'
make: *** [dm365] Error 2
Can you please hint at a possible source of error? Thank you very much.