Hello
I am using DM648 for the first time. I have installed CCS 3.3.80.11, dm648_dvsdk_setupwin32_1_10_00_26_080320, and dsp_bios_setupwin32_5_31_08_15_080318. I am able to run the demo application from the PC but when i try to build the example projects like Video_preview for evm648 i get following errors.
----------------------- video_preview_PAL.pjt - Debug -----------------------
[video_preview.cfg] "C:\dvsdk_1_10_00_26_DM648\xdc_2_95_02\xs.exe" xdc.tools.configuro.ccs --xdcpathsfile="xdcpaths.dat" -pti.platforms.evmDM648 -rdebug --tcf -t ti.targets.C64P -c "C:/CCStudio_v3.3/C6000/cgtools" --bios "C:/CCStudio_v3.3/bios_5_31_08" -o "xdcconfig" video_preview.cfg
Info: running XDC configuration using package path:
C:\dvsdk_1_10_00_26_DM648\codec_engine_1_20_02\packages
C:\dvsdk_1_10_00_26_DM648\codec_engine_1_20_02\examples
C:\dvsdk_1_10_00_26_DM648\framework_components_1_20_03\packages
C:\dvsdk_1_10_00_26_DM648\xdais_5_21\packages
C:\dvsdk_1_10_00_26_DM648\codecs_1_10_evmDM648\packages-evaluation
C:\dvsdk_1_10_00_26_DM648\ndk_1_92_00_22_eval\packages
C:\dvsdk_1_10_00_26_DM648\biosutils_1_00_02\packages
C:\dvsdk_1_10_00_26_DM648\pspdrivers_1_10_00_09\packages
C:\dvsdk_1_10_00_26_DM648\edma3_lld_1_03_01_01\packages
C:\dvsdk_1_10_00_26_DM648\examples\common\evmDM648
C:\CCStudio_v3.3\bios_5_31_08\packages
C:\dvsdk_1_10_00_26_DM648\xdc_2_95_02\packages
The configuration step is now running:
17 [main] ? 0 init_cheap: Couldn't reserve space for cygwin's heap, Win32 error 487
C:\dvsdk_1_10_00_26_DM648\xdc_2_95_02\bin\sh.exe: *** AllocationBase 0x0, BaseAddress 0x61680000, RegionSize 0xC0000, State 0x10000
xdc_2_95_02\gmake.exe: *** [package.mak] Error 1
[i2c_params.c] "C:\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -g -@"=C:/dvsdk_1_10_00_26_DM648/examples/video_preview/evmDM648/xdcconfig/compiler.opt" -pdr -fr"./Debug" -d"_DEBUG" -d"_PAL" -d"CHIP_DM648" -d"DM648_SOC_BUILD" -mv64+ -@"../../video_preview/evmDM648/Debug.lkf" "i2c_params.c"
"i2c_params.c", line 17: fatal error: could not open source file "ti/sdo/pspdrivers/drivers/i2c/psp_i2c.h"
1 fatal error detected in the compilation of "i2c_params.c".
Compilation terminated.
>> Compilation failure
[video_preview.c] "C:\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -g -@"=C:/dvsdk_1_10_00_26_DM648/examples/video_preview/evmDM648/xdcconfig/compiler.opt" -pdr -fr"./Debug" -d"_DEBUG" -d"_PAL" -d"CHIP_DM648" -d"DM648_SOC_BUILD" -mv64+ -@"Debug.lkf" "video_preview.c"
"video_preview.c", line 27: fatal error: could not open source file "ti/sdo/pspdrivers/system/dm648/bios/evmDM648/video/fvid.h"
1 fatal error detected in the compilation of "video_preview.c".
Compilation terminated.
>> Compilation failure
[cfg.c] "C:\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -g -@"=C:/dvsdk_1_10_00_26_DM648/examples/video_preview/evmDM648/xdcconfig/compiler.opt" -pdr -fr"./Debug" -d"_DEBUG" -d"_PAL" -d"CHIP_DM648" -d"DM648_SOC_BUILD" -mv64+ -@"../Debug.lkf" "cfg.c"
Fatal error: could not open source file "cfg.c"
1 fatal error detected in the compilation of "cfg.c".
Compilation terminated.
>> Compilation failure
Build Complete,
3 Errors, 0 Warnings, 0 Remarks.
Can anybody please help me with it.
Thanks alot!!