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.

dvsdk build problem

Hi all

 

I'm  trying to install ridgerun to work with dm 355 board. I run verbose make command in the directory /home/$(USER)/DM355SDK840402. I am posting the verbose log:

 

Compiling obj/ce/Adec1.dm355.o470MV from ce/Adec1.c..
In file included from ce/Adec1.c:38:
/home/legolas/DM355SDK840402/proprietary/dvsdk_2_00_00/dvsdk_2_00_00_22/codec_engine_2_23_01/packages/ti/sdo/ce/Engine.h:59:27: error: ti/xdais/ialg.h: No such file or directory
In file included from ce/Adec1.c:38:
/home/legolas/DM355SDK840402/proprietary/dvsdk_2_00_00/dvsdk_2_00_00_22/codec_engine_2_23_01/packages/ti/sdo/ce/Engine.h:165: error: expected specifier-qualifier-list before ‘IALG_Fxns’
/home/legolas/DM355SDK840402/proprietary/dvsdk_2_00_00/dvsdk_2_00_00_22/codec_engine_2_23_01/packages/ti/sdo/ce/Engine.h:289: error: expected declaration specifiers or ‘...’ before ‘IALG_Params’
/home/legolas/DM355SDK840402/proprietary/dvsdk_2_00_00/dvsdk_2_00_00_22/codec_engine_2_23_01/packages/ti/sdo/ce/Engine.h:321: error: expected declaration specifiers or ‘...’ before ‘IALG_Params’
/home/legolas/DM355SDK840402/proprietary/dvsdk_2_00_00/dvsdk_2_00_00_22/codec_engine_2_23_01/packages/ti/sdo/ce/Engine.h:346: error: expected declaration specifiers or ‘...’ before ‘IALG_MemRec’
/home/legolas/DM355SDK840402/proprietary/dvsdk_2_00_00/dvsdk_2_00_00_22/codec_engine_2_23_01/packages/ti/sdo/ce/Engine.h:374: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token

 

apparently,  I have no folder  ti/xdais

what might be the error?

 

Thanks in advance

  • I'd assume that either a path to your XDAIS implementation is not set correctly or the XDAIS package is completely missing - in the latter case look for XDAIS at that Download Page, that leads you to the XDAIS product releases, just download the most current XDAIS from there. I'm hopefully that it will contain the missing files.

    Regards,
    Joern.

  • Thanks for the help provided earlier.. I completed the make command.. Then i tried running hello leopard board program . After running make install command i need to run minicom and reset the board then i should see the Figure 20 given here http://processors.wiki.ti.com/index.php/Beginners_guide_for_Leopard_Board_DM355 , but it does not appear.

    Figure 20:

    Figure 20. Minicom output when the LeopardBoard finishes to load the system.

     

    instead it behaves as usual

    NAND:  NAND device: Manufacturer ID: 0x2c, Chip ID: 0xda (Micron NAND 256MiB 3,3V 8-bit)
    Bad block table found at page 131008, version 0x01
    Bad block table found at page 130944, version 0x01
    256 MiB
    In:    serial
    Out:   serial
    Err:   serial
    ARM Clock :- 216MHz
    DDR Clock :- 171MHz
    Hit any key to stop autoboot:  0
    DM355 LEOPARD#

     

    image transfer mode in make config is TFTP and i have also tried it with serial.


    What should i do??

     

    Thanks in advance..