Part Number: TDA2EVM5777
Tool/software: Code Composer Studio
Hi All,
I am following "TI Deep learning Library on TDAx User Guide" to build the Test Application Executable through GMAKE
in
3.3.4 Building the Test Application Executable through GMAKE
The sample test application that accompanies TIDL module will run in TI’s Code Composer Studio development environment. To build and run the sample test application through gmake, follow these steps:
1) Verify that you have installed code generation tools as mentioned.
2) Verify that you have installed XDAIS as mentioned
3) Verify that appropriate environment variables have been set as discussed in this above sections.
a. Environment variables can be either directly set by updating the system environment variables or by editing the config.mk file in makerules folder
4) Build the sample test application project
a. For DSP
modules\ti_dl\test> gmake CORE=dsp all
b. For EVE
modules\ti_dl\test> gmake CORE=eve all
when I cmd: gmake CORE=dsp all
i got message as below:
H:\REL.TIDL.01.01.03.00\modules\ti_dl\test>C:\ti\ccsv6\utils\bin\gmake CORE=dsp all
/usr/bin/sh: C:\ti\ccsv5\utils\cygwinmkdir: No such file or directory
H:/REL.TIDL.01.01.03.00/makerules/rules.mk:375: recipe for target '.\out\\.gitignore' failed
gmake: *** [.\out\\.gitignore] Error 127
what can i do?
BR,
Frankle Yeh