I would like to run the DSPlink sample application in wince platform.
I followed the $DSPLINK$/doc/InstallGuide_WinCE_OMAP3530.pdf, and it says after building using platform builder IDE, we should copy 'message.out' in %DSPLiNK%\dsp\export\BIN\DspBios\OMAP3530\OMAP3530_0\RELEASE\*.out to the %FLATRELEASEDDIR%
But I can't find the BIN directory in %DSPLINK%\dsp\export\ after building the subproject DSPLink.pbpxml sample project. It is empty except for README.txt
Please tell me what the problem is in my process followed below.
1. I installed BSP_WINCE_ARM_A8, DVSDK_1.10, bios_32_5_41_00_06, ti_cgt_c6000 6.1.9, xdctools_3.16.1.27, activeperl_5.10.1
2. I edited the env. variables BIOS_INSTALL_DIR, XDC_INSTALL_DIR, CODEGEN_INSTALL_DIR, BASE_PERL using %DVSDK_INSTALL_DIR%\setpaths.bat, and My computer -> Properties-> Advanced-> Environment variables->system Variables.
3. I followed in section 9.3.2 'Build using Platform Builder IDE',
- First, I added the subproject in %DSPLINK%\etc\host\projects\WinCE\DSPLink, and I added the catalog sysgen variable for DspLink.
-Next, I add env.variable CFG_DSPLINK_STR in Configuration Properties, and set the value equal to --platform=OMAP3530--nodsp=1--dspcfg_0=OMAP3530SHMEM-- dsp_pos_0=DSPBIOS5X --gppos=WINCE --comps=poslm
-Then, I select 'Build Current BSP and Subproject", and the output says Build succeeded.
However, I can't find any binaries '*.out' in export directory.
So, I looked the file %DSPLINK%\etc\host\projects\WinCE\DSPLink\Build.log, and there was gmake errors about "'C: \Program' is not recognized as an internal or external command, operable program or batch file" when running "%XDC_INSTALL_DIR%/gmake -C gpp/src -f Makefile -s release".
I thought it was the problem of the space in "C:\Program Files\Texas Instruments\xdctools_3_16_01_27" of %XDC_INSTALL_DIR%, so I added double quotation mark "" to the command like "%XDC_INSTALL_DIR%\gmake" -C gpp/src -f Makefile -s release, but, it doesn't work, either.
Please tell me what I did wrong.