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.