Hi all,
Following guide ( InstallGuide_WinCE_OMAPL138.pdf ) from dsplink_1_65_00_03.tar.gz , I encounter some problem.
I install dspbios, cgtools , dsplink to d:\TI , and add all the env variable name. I also set path by "set path=%XDC_INSTALL_DIR%\bin;%XDC_INSTALL_DIR%;%path% " in order to use gmake, echo,.... tools from xdctools .
I enter dos window in VS2005 in building menu , then enter %DSPLINK%/gpp/src directory , using gmake to compile ,but error happened as follows
********************************************************************************************************
D:\TI\dsplink\gpp\src>gmake -srelease
[SRC ] ======= DIRS ================== INCLUDE ============
[ARCH ] ------- DIRS ------------------ INCLUDE ------------
c:perl\bin\perl: not found
gmake[1]: *** [D:\TI\dsplink\\gpp\\export\\INCLUDE] Error 127
gmake: *** [arch.dirinc] Error 2
********************************************************************************************************
who can tell me how to compile DSPLINK for wince?