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.

J721EXSOMXEVM: Processor SDK RTOS VXLIB

Part Number: J721EXSOMXEVM

Processor SDK RTOS J721E 08_00_00

I want to extend C66x VXLIB and add my own algorithm
is thinking.

With WindowPc,
Code Composer Studio Version: 11.2.0.00007
Was used.

software-dl.ti.com/.../ccs_build.html
I referred to the above and performed the build procedure of the VXLIB library.
The following error will occur. What is the cause?

---------------------------------------------------------------

lib/vxlib_cn.ae66.mk:346: recipe for target 'lib/vxlib_cn.ae66' failed
/cygwin/sh: 1: Syntax error: Unterminated quoted string
gmake[1]: *** [lib/vxlib_cn.ae66] Error 2
gmake[1]: Leaving directory 'C:/ti/ccs1120/ccs/eclipse/ti-processor-sdk-rtos-j721e-evm-08_00_00_12/vxlib_c66x_1_1_5_0/packages/ti/vxlib'
makefile:225: recipe for target 'lib/vxlib_cn.ae66' failed
gmake: *** [lib/vxlib_cn.ae66] Error 2

**** Build Finished ****

---------------------------------------------------------------