NOTICE: The Processors Wiki will End-of-Life on January 15, 2021. It is recommended to download any files or other content you may need that are hosted on processors.wiki.ti.com. The site is now set to read only.

Talk:Codec Engine Examples

From Texas Instruments Wiki
Jump to: navigation, search
For technical support please post your questions at http://e2e.ti.com. Please post only comments about the article Codec Engine Examples here.

Hi: when I follow "Build/Run Instructions for Codec Engine Examples" file.execulte $ gmake clean error show: make[4]: Leaving directory `/work/DaVinci/test/examples/ti/sdo/ce/examples/apps/rtcfg/osal' gmake -C debug \

           -f /usr/local/ezsdk/component-sources/osal_1_22_01_09/packages/linuxdist/build/Makefile \
           OSAL_INSTALL_DIR=/usr/local/ezsdk/component-sources/osal_1_22_01_09 \
           CROSS_COMPILE=/ \
           PRECONFIG=/usr/local/ezsdk/component-sources/osal_1_22_01_09/packages/linuxdist/preconfig/development \
           CFLAGS=-g

gmake[4]: Entering directory `/work/DaVinci/test/examples/ti/sdo/ce/examples/apps/rtcfg/osal/debug' /gcc -g -Dxdc_target_name__=GCArmv5T -Dxdc_target_types__=gnu/targets/arm/std.h -I. -I/usr/local/ezsdk/component-sources/osal_1_22_01_09/sources -I/usr/local/ezsdk/component-sources/osal_1_22_01_09/packages -I/usr/local/ezsdk/component-sources/osal_1_22_01_09/packages/linuxdist/preconfig/development -c -o lib/xdc_init.o /usr/local/ezsdk/component-sources/osal_1_22_01_09/sources/xdc/runtime/xdc_init.cpp gmake[4]: /gcc: Command not found gmake[4]: *** [xdc/runtime/xdc_init.o] Error 127 gmake[4]: Leaving directory `/work/DaVinci/test/examples/ti/sdo/ce/examples/apps/rtcfg/osal/debug' gmake[3]: *** [debug] Error 2 gmake[3]: Leaving directory `/work/DaVinci/test/examples/ti/sdo/ce/examples/apps/rtcfg/osal' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/work/DaVinci/test/examples/ti/sdo/ce/examples/apps/rtcfg/osal' gmake[1]: *** [all] Error 2 gmake[1]: Leaving directory `/work/DaVinci/test/examples/ti/sdo/ce/examples/apps' gmake: *** [apps] Error 2

I don't know to what to do. I learn DaVinci as newer. Thanks you!