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 build a codec engine app in CCS

i tried building the examples through command line, but i dont think it is a good way. i cannot debug my program by this way. so , i started to try building and debugging my program in CCS. i have made the .ae674 files which compatible with the xDM and the dspserver .xe674 file in CCS, but i couldnt find a way to build the arm-side apps in CCS which run in linux.  i found a project template in CCS named "Codec Engine Universal Example" when i included the Codec Engine install path, and i tried to used this templated to build a universal_copy arm-side app, but it just worked with the apps run without OS, i couldnt build the arm-side files "main_hlos_remote.c  app.c  smain.h" to generate executable runs on Linux. so my question is how to build a codec engine app in CCS and the app can run in Linux.