Other Parts Discussed in Thread: MATHLIB,
Tool/software: TI C/C++ Compiler
Hello All
I installed the development environment such as Vsion SDK(3.3.0.0), CCS(v8), XDC Tools(4_9-2015q3) by reference to the Vision SDK_UserGuide_TDA2xx.pdf.
Then I tried building application by commend (gmake -s -j depend and gmake -s -j ) and successful compiled it.
but I can't see updated the latest .out file in the folder(c:\PROCESSOR_SDK_VISION_03_03_00_00\ti_components\algorithms\REL.TIDL.01.01.00.00\modules\ti_dl\test\out\)
Here is my question
1. How can I build the source(ti_dl\test) ? while using gmake -s -j
2. I tried installation to do building the folder by reference to the TIDeepLearningLibrary_UserGuide.pdf
But these packages needed in the document were already installed as below according to config.mk (c:\PROCESSOR_SDK_VISION_03_03_00_00\ti_components\algorithms\REL.TIDL.01.01.00.00\makerules\)
It turn out that these packages does not need to be installed and set environment variables.
DSP_TOOLS ?="c:\ti\ti-cgt-c6000_8.2.3"
ARP32_TOOLS ?="/datalocal1/ti_components/cg_tools/windows/C6000_7.4.2"
TIARM_TOOLS ?="/datalocal1/ti_components/cg_tools/linux/ti-cgt-arm_5.2.5"
XDAIS_PATH ?="/datalocal1/ti_components/codecs/xdais_7_24_00_04"
UTILS_PATH ?="C:\ti\ccsv5\utils\cygwin"
VXLIB_PATH ?="/datalocal1/ti_components/algorithms/vxlib_c66x_1_1_1_0"
DMAUTILS_PATH ?=/datalocal1/ti_components/algorithms/REL.DMAUTILS.00.08.00.02/dmautils
ALGFRAMEWORK_PATH ?=a0393754@bangvideoapps01:/datalocal1/ti_components/algorithms/REL.ALGFRAMEWORK.02.08.00.00/algframework
MATHLIB_INSTALL_DIR ?="/datalocal1/ti_components/algorithms/mathlib_c66x_3_1_0_0"
Should I install these packages again?
3. When I build with command " gmake CORE=DSP" or "CORE-EVE " in path(PROCESSOR_SDK_VISION_03_03_00_00\ti_components\algorithms\REL.TIDL.01.01.00.00\modules\ti_dl\test\), there was a error message "The specified path can not be found.
I tried it after #1 and tried it after installation of new package.
My development environment is as below
PC : Intel i7-6500 CPU 2.5GHz, windows7 64bit, RAM 16GB
Target : TDA2X, sys-bios
Thank you in advance