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.
make DVSDK_INSTALL_DIR=$HOME/dvsdk_2_00_00_22 TARGET_ROOT_DIR=$HOME/workdir/filesys CROSS_COMPILER=MVL_5_0 VERBOSE=1 \ CODEGEN_INSTALL_DIR=$HOME/cg6x_6_0_21 CODEC_INSTALL_DIR=$HOME/dvsdk_2_00_00_22/dm6446_dvsdk_combos_2_05 \ PLATFORM=dm6446 clean check cmem dmai install
There are different variations of the error message displayed. What the error has in common is an unexpected characters in injected before a shell command.
The problem is caused by XDC not liking a period '.' in directory names. Rename the directory and then do a
make clean
and try again.
好像是说在编译的路径下有个目录中有".",但是搜索到的文件极其多,不知道该在哪个路径下改。或者根本不是这个原因引起。