Other Parts Discussed in Thread: TDA2
Tool/software: TI-RTOS
Hello,
I follow "Ti Deep learning Library User Guide April 2018" to build source in host emulation.
in path:C:\PROCESSOR_SDK_VISION_03_01_00_00\ti_components\algorithms\REL.TIDL.00.08.00.00\modules\ti_dl
step1
"E:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\vcvarsall.bat"
step2
gmake CORE=eve TARGET_BUILD=debug TARGET_PLAT=PC all
then, I got error
C:\PROCESSOR_SDK_VISION_03_01_00_00\ti_components\algorithms\REL.TIDL.00.08.00.0
0\modules\ti_dl>gmake CORE=eve TARGET_BUILD=debug TARGET_PLAT=PC all
.
======== tidl ALGO =================
gmake -C ./algo -f makefile
gmake[1]: Entering directory `C:/PROCESSOR_SDK_VISION_03_01_00_00/ti_components/
algorithms/REL.TIDL.00.08.00.00/modules/ti_dl/algo'
/PROCESSOR_SDK_VISION_03_01_00_00/ti_components/algorithms/REL.TIDL.00.08.00.00/
makerules/rules.mk:383: *** multiple target patterns. Stop.
gmake[1]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_01_00_00/ti_components/a
lgorithms/REL.TIDL.00.08.00.00/modules/ti_dl/algo'
gmake: *** [all] Error 2
rules.mk:383: dir: $(OBJDIRS)
How could I solve the error ?
Thanks,
Ting