HI,
How to import the H.264 reference software into the CCS v 5 code composer studio.
how to compile and build the H.264 reference software in CCS
Thanks in advance,
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.
HI,
How to import the H.264 reference software into the CCS v 5 code composer studio.
how to compile and build the H.264 reference software in CCS
Thanks in advance,
Hi!
I would recommend you this link http://processors.wiki.ti.com/index.php/Migration/Integration_Guide_for_DM36x_H.264_version_2.x_codecs
Regards,
igor
Hi, Please refer, wiki page at http://processors.wiki.ti.com/index.php/GSG:CCSv5.0_Creating_projects and/or http://processors.wiki.ti.com/index.php/How_to_create_GCC_projects_in_CCSv5.
To summarize, create emptry project with main.c file and copy all your soruce and header files to workspace, CCS will include all src files to CCS build automatically and you can then the build the project. You can also refer getting started guide of ccsv5 in CCS install dir.
Thanks,
Veeranna