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.

How to use the gencodecpkg under ezsdk

http://processors.wiki.ti.com/index.php/Codec_Engine_GenCodecPkg_Wizard_FAQ

In the web, there is no answer "How do I install the wizard?". And I configure the Makefile under the ezsdk folder, add

gencodecpkg:
	$(XDC_INSTALL_DIR)/xs --xdcpath="$(CE_INSTALL_DIR)/packages;$(XDAIS_INSTALL_DIR)/packages" ti.sdo.ce.wizards.gencodecpkg

then I run "make gencodecpkg" in the terminal, and following is the result.