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.

DEI compile error for MDVR365

HI, All:

I got DEI packet from my local support.  DEI VERSION is:1.90.00

THe DVSDK version is: 2.10.01.18

i read the Readme file and compiled the EVM test bench code.  I got the following error:

/home/billzhou/eagle368/dvr_sdk/testbench_dei_h264/build/lib//alg.a(alg_vidEncDei.o): In function `ALG_vidEncDeiTestMain':
alg_vidEncDei.c:(.text+0x2f0c): undefined reference to `DM365MM_mmap'
alg_vidEncDei.c:(.text+0x3074): undefined reference to `DM365MM_ummap'
/home/billzhou/eagle368/dvsdk_2_10_01_18/dm365_codecs_01_00_06/packages/ti/sdo/codecs/dei/lib/libdei.a(DEI_main.o): In function `DEI_Main':
DEI_main.c:(.text+0x2c): undefined reference to `ALG_FRAMEWORK_IMGBUF_switch'
DEI_main.c:(.text+0x330): undefined reference to `ALG_FRAMEWORK_init'
DEI_main.c:(.text+0x35c): undefined reference to `ALG_FRAMEWORK_run'
DEI_main.c:(.text+0x378): undefined reference to `ALG_FRAMEWORK_wait'
DEI_main.c:(.text+0x660): undefined reference to `DM365_AAF_TI_EDMA_ClearInterrupt'
DEI_main.c:(.text+0x6ac): undefined reference to `DM365_AAF_TI_InitChannel'
DEI_main.c:(.text+0x6b8): undefined reference to `DM365_AAF_TI_EDMA_DMA_Tx'
DEI_main.c:(.text+0x6d0): undefined reference to `DM365_AAF_TI_EDMA_ClearInterrupt'
DEI_main.c:(.text+0x71c): undefined reference to `DM365_AAF_TI_InitChannel'
DEI_main.c:(.text+0x728): undefined reference to `DM365_AAF_TI_EDMA_DMA_Tx'
/home/billzhou/eagle368/dvsdk_2_10_01_18/dm365_codecs_01_00_06/packages/ti/sdo/codecs/dei/lib/libdei.a(DEI_spatial_init_dual.o): In function `Deinterlacer_Spatial_imxInit':
DEI_spatial_init_dual.c:(.text+0x48): undefined reference to `ALG_FRAMEWORK_IMGBUF_switch'
/home/billzhou/eagle368/dvsdk_2_10_01_18/dm365_codecs_01_00_06/packages/ti/sdo/codecs/dei/lib/libdei.a(DEI_init_dual.o): In function `Deinterlacer_imxInit':
DEI_init_dual.c:(.text+0x48): undefined reference to `ALG_FRAMEWORK_IMGBUF_switch'
collect2: ld returned 1 exit status
make[3]: *** [exe] Error 1

Someone can tell me what's wrong.

Ti has the poor technical support , i never get the right answer from TI support team

Thanks

BIll

  • Hello,

    I had a simillar problem and after some digging I have found that required functions  (ALG_FRAMEWORK_init etc.) are included in the "iprun" codec. It is not a part of standard dm365 codecs package so you should get it from the TI support.

    regards
    Jan