Tool/software: TI C/C++ Compiler
Dear TI'er And Yordan:
Recently,I have some research base on TDA3 EVM ,so i download the VersionSDK “PROCESSOR_SDK_VISION_03_07_00_00” from yours websites,and Install it in win10 system. But follow your userguide (eve_starterware_userguide)to build EVE Starterware, some error happened,I need your give me some suggestion,THX.
Thank you for your patient reply.
the test info as bellow:
F:\PROCESSOR_SDK_VISION_03_07_00_00\ti_components\algorithms\eve_sw_01_20_00_00>gmake TARGET_SOC=vayu CORE=eve
START_TIME 14:42:14
EVE_SW_ROOT F:/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/algorithms/eve_sw_01_20_00_00
ARP32_TOOLS F:/ti/ccs901/ccs/tools/compiler/arp32_1.0.9
DSP_TOOLS F:/ti/ccs901/ccs/tools/compiler/c6000_7.4.24
xdais_PATH F:/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/codecs/xdais_7_24_00_04
UTILS_PATH F:/ti/ccs901/ccs/utils/cygwin
DMAUTILS_PATH F:/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/algorithms/REL.DMAUTILS.00.08.00.02/dmautils
ALGFRAMEWORK_PATH C:/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/algorithms/REL.ALGFRAMEWORK.02.08.00.00/algframework
======== STARTERWARE =================
gmake -C ./starterware -f Makefile TARGET_SOC=vayu CORE=eve
gmake[1]: Entering directory '/cygdrive/f/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/algorithms/eve_sw_01_20_00_00/starterware'
gmake[1]: Nothing to be done for 'all'.
gmake[1]: Leaving directory '/cygdrive/f/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/algorithms/eve_sw_01_20_00_00/starterware'
gmake -C ./starterware -f Makefile TARGET_SOC=vayu CORE=dsp
gmake[1]: Entering directory '/cygdrive/f/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/algorithms/eve_sw_01_20_00_00/starterware'
gmake[1]: Nothing to be done for 'all'.
gmake[1]: Leaving directory '/cygdrive/f/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/algorithms/eve_sw_01_20_00_00/starterware'
gmake -C ./starterware -f Makefile TARGET_SOC=vme CORE=eve
gmake[1]: Entering directory '/cygdrive/f/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/algorithms/eve_sw_01_20_00_00/starterware'
gmake[1]: Nothing to be done for 'all'.
gmake[1]: Leaving directory '/cygdrive/f/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/algorithms/eve_sw_01_20_00_00/starterware'
gmake -C ./starterware -f Makefile TARGET_SOC=vme CORE=dsp
gmake[1]: Entering directory '/cygdrive/f/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/algorithms/eve_sw_01_20_00_00/starterware'
gmake[1]: Nothing to be done for 'all'.
gmake[1]: Leaving directory '/cygdrive/f/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/algorithms/eve_sw_01_20_00_00/starterware'
.
======== KERNELS =================
gmake -C ./kernels -f makefile
gmake[1]: Entering directory '/cygdrive/f/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/algorithms/eve_sw_01_20_00_00/kernels'
.
======== IP KERNELS KERNELC =================
gmake -f makefile_generatelib KERNEL_MODE=KERNELC FILE_LIST=kernel_priv_list.txt LIB_NAME=libeveprivkernels.eve.lib
gmake[2]: Entering directory '/cygdrive/f/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/algorithms/eve_sw_01_20_00_00/kernels'
cat: kernel_priv_list.txt: No such file or directory
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/cygdrive/f/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/algorithms/eve_sw_01_20_00_00/kernels'
.
======== IP KERNELS NATC =================
gmake -f makefile_generatelib KERNEL_MODE=NATC FILE_LIST=kernel_priv_list.txt LIB_NAME=libeveprivnatckernels.eve.lib
gmake[2]: Entering directory '/cygdrive/f/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/algorithms/eve_sw_01_20_00_00/kernels'
cat: kernel_priv_list.txt: No such file or directory
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/cygdrive/f/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/algorithms/eve_sw_01_20_00_00/kernels'
.
======== NON IP KERNELS KERNELC =================
gmake -f makefile_generatelib KERNEL_MODE=KERNELC FILE_LIST=kernel_list.txt LIB_NAME=libevekernels.eve.lib
gmake[2]: Entering directory '/cygdrive/f/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/algorithms/eve_sw_01_20_00_00/kernels'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/cygdrive/f/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/algorithms/eve_sw_01_20_00_00/kernels'
.
======== NON IP KERNELS NATC =================
gmake -f makefile_generatelib KERNEL_MODE=NATC FILE_LIST=kernel_list.txt LIB_NAME=libevenatckernels.eve.lib
gmake[2]: Entering directory '/cygdrive/f/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/algorithms/eve_sw_01_20_00_00/kernels'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/cygdrive/f/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/algorithms/eve_sw_01_20_00_00/kernels'
.
======== MERGE =================
gmake -f makefile_mergelib
gmake[2]: Entering directory '/cygdrive/f/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/algorithms/eve_sw_01_20_00_00/kernels'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/cygdrive/f/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/algorithms/eve_sw_01_20_00_00/kernels'
gmake[1]: Leaving directory '/cygdrive/f/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/algorithms/eve_sw_01_20_00_00/kernels'
======== APPS =================
gmake -C ./apps -f makefile
gmake[1]: Entering directory '/cygdrive/f/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/algorithms/eve_sw_01_20_00_00/apps'
.
======== EVE NON BAM APPLETS =================
gmake -C ./apps_nonbam -f makefile
gmake[2]: Entering directory '/cygdrive/f/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/algorithms/eve_sw_01_20_00_00/apps/apps_nonbam'
.
======== EVE NON BAM APPLETS =================
gmake -C ./src -f makefile
gmake[3]: Entering directory '/cygdrive/f/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/algorithms/eve_sw_01_20_00_00/apps/apps_nonbam/src'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/cygdrive/f/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/algorithms/eve_sw_01_20_00_00/apps/apps_nonbam/src'
.
======== EVE NON BAM APPLETS TEST =================
gmake -C ./test -f makefile
gmake[3]: Entering directory '/cygdrive/f/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/algorithms/eve_sw_01_20_00_00/apps/apps_nonbam/test'
kh -kv -lu -o3 --silicon_version=v210 -DVAYU_PLATFORM --gen_func_subsections --display_error_number --diag_suppress=496 --diag_suppress=1311 -I ../inc -I ./common -I ../src -I ../src/common -I ../../../common -I ../../../starterware/inc -I ../../../starterware/inc/edma_utils -I ../../../starterware/inc/edma_csl -I ../../../kernels -I ../../../kernels/inc -I ../../../algframework/inc -c evelib_fir_filter_2d_test.c --output_file=/evelib_fir_filter_2d_test.obj
gmake[3]: kh: Command not found
gmake[3]: [makefile:84: /evelib_fir_filter_2d_test.obj] Error 127 (ignored)
F:/ti/ccs901/ccs/tools/compiler/arp32_1.0.9/bin/lnk-arp32 -cr -x --display_error_number --diag_suppress=num=10063 --diag_suppress=num=10068 -l /kernels/lib/release/libevekernels.eve.lib -l /kernels/lib/release/libevenatckernels.eve.lib -l F:/ti/ccs901/ccs/tools/compiler/arp32_1.0.9/lib/rtsarp32_v200.lib -l /starterware/libs/vayu/eve/release/libevestarterware_eve.lib -l F:/ti/ccs901/ccs/tools/compiler/arp32_1.0.9/lib/rtsarp32_v200.lib -l ../../../kernels/lib/release/libevekernels.eve.lib -l ../../../kernels/lib/release/libevenatckernels.eve.lib -l ../../apps_nonbam/lib/release/libeveapps.eve.lib -l F:/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/algorithms/REL.DMAUTILS.00.08.00.02/dmautils/libs/eve/release/dmautils.lib -l "C:/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/algorithms/REL.ALGFRAMEWORK.02.08.00.00/algframework/lib/eve/release/algframework.lib" -l "./common/linker.cmd" -l../../../kernels/lib/release/libevenatckernels.eve.lib --output_file=/evelib_fir_filter_2d_test.eve.out /evelib_fir_filter_2d_test.obj ../../../kernels/lib/release/libevenatckernels.eve.lib -m /evelib_fir_filter_2d_test.eve.out.map
error #10008-D: cannot find file "/kernels/lib/release/libevekernels.eve.lib"
error #10008-D: cannot find file
"/kernels/lib/release/libevenatckernels.eve.lib"
error #10008-D: cannot find file
"/starterware/libs/vayu/eve/release/libevestarterware_eve.lib"
"./common/linker.cmd", line 175: error #10008-D: cannot find file
"libevestarterware_eve.lib"
"./common/linker.cmd", line 176: error #10008-D: cannot find file
"libevestarterware_eve.lib"
"./common/linker.cmd", line 201: error #10008-D: cannot find file
"libevestarterware_eve.lib"
"./common/linker.cmd", line 202: error #10008-D: cannot find file
"libevestarterware_eve.lib"
"./common/linker.cmd", line 203: error #10008-D: cannot find file
"libevestarterware_eve.lib"
"./common/linker.cmd", line 204: error #10008-D: cannot find file
"libevestarterware_eve.lib"
"./common/linker.cmd", line 228: error #10008-D: cannot find file
"libevestarterware_eve.lib"
error #10008-D: cannot find file "/evelib_fir_filter_2d_test.obj"
warning #10208-D: automatic RTS selection: attempt to automatically link in
index library "libc.a" failed; file not found
fatal error #10009: no input files
gmake[3]: *** [makefile:87: /evelib_fir_filter_2d_test.eve.out] Error 1
gmake[3]: Leaving directory '/cygdrive/f/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/algorithms/eve_sw_01_20_00_00/apps/apps_nonbam/test'
gmake[2]: *** [makefile:11: all] Error 2
gmake[2]: Leaving directory '/cygdrive/f/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/algorithms/eve_sw_01_20_00_00/apps/apps_nonbam'
gmake[1]: *** [makefile:9: all] Error 2
gmake[1]: Leaving directory '/cygdrive/f/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/algorithms/eve_sw_01_20_00_00/apps'
gmake: *** [makefile:65: all] Error 2
BR.
Nick