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 sample compilation error

Other Parts Discussed in Thread: CCSTUDIO

Hi,

I am working on EVMDM6437 board and trying to compile DVSDK examples. While compiling Video_copy project and other projects under dvsdk folder I have observed  xdc/std.h file is not present, so i have included this file from the C:\dvsdk_1_01_00_15\xdc_2_95_02\packages path (dvsdk insatllation path on my machine)
and i am getting following errors after including std.h file.

"..\xdc/std.h", line 101: error: identifier "xdc_IArg" is undefined
"..\xdc/std.h", line 102: error: identifier "xdc_UArg" is undefined
"C:/CCStudio_v3.3/bios_5_31_07/packages/ti/bios/include/fxn.h", line 28: error: identifier "Arg" is undefined
"C:/CCStudio_v3.3/bios_5_31_07/packages/ti/bios/include/fxn.h", line 29: error: identifier "Arg" is undefined
"C:/CCStudio_v3.3/bios_5_31_07/packages/ti/bios/include/swi.h", line 29: error: identifier-list parameters may only be used in a function definition
"C:/CCStudio_v3.3/bios_5_31_07/packages/ti/bios/include/swi.h", line 29: error: duplicate parameter name

bios and dvsdk versions :  bios_5_31_07 and dvsdk_1_01_00_15.
please help me to find the resolution of this errors. I am new to code composer and dm6437.

  • I think you took the wrong approach in solving your initial problem.  I think the initial problem was due to a path issue.  Which specific example are you working on?  One from Codec Engine?

    I think I'd suggest undoing whatever it was you did and reporting your initial error.  Then perhaps I can prescribe a different solution for you.

    Brad

  • Brad-san

    Could you please tell me a different solution? Or how to migrate from CCSv3.3 project to CCSv5 project?

    I have used the sample project ’audio_video_encdec.pjt’ of "C:\ti\dvsdk_1_11_00_00\examples\audio_video_encdec\evmDM6437" directory.

    Regards,

    Hiroki Enari