This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA3XEVM:EVE starterware build error

Part Number: TDA3XEVM

Dear TI'er:

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.

  1. I have already check out the compiler path in CCS,as picture shows:

2. when building EVE starterware library for vayu platform and eve as host,error happened,like this:

3. I have no idea to  fix the error, where the path need changed like: ""D:\work\vision\dsp_git\dsp_apps\algframework‘’. and i change the file "makerules_eve.mk” with my DMAUTILS_PATH,But the error still exists.

4. If i need Program with EVE Core, did I need to do this at first step? How Can I use the starterware kernel code(Examples) in alg_plugins directly and which Demo Can I get some integration methods to learn?

BR.

  • Hi Nick,

    at a first glance I noticed that xdais_PATH variable points to xdc tools path. It should point to XDIAS installation directory, please check chapter "3.1 Dependent software components" if you still haven't installed XDIAS.

    Can you try to fix this and let me know if you have any progress?

    Regards,

    Yordan

  • Hi Yordan,

    Thanks for the reply. As your suggest that I change the XDIAS with a correct path and build again. But it seems not work for this issues.

    and i have check out the path "/kernels/lib/release/libevekernels.eve.lib",the lib files is exists.

  • Hi,

       To me it looks like EVE_SW_ROOT path is not correct. Can you tell me from which directory in EVESW you are trying to build? 


    Regards,

    Anshu

  • Hi Anshu ,

    As the default config,EVE_SW_ROOT path is eve starter ware root,and I set the cmd is "gmake TARGET_SOC=vayu CORE=eve" as eve_starterware_userguide. all of the step followed the userguide.

  • As per the build command it is looking for library at /kernels/lib/release/libevekernels.eve.lib which is wrong location and to me it looks like it is not able to find the current directory. Instead of using windows powershell can you try using windows cmd window for building?

    Regards,

    Anshu

  • yes,I build the starterware again under the Windows cmd,but error still exists!

  • Can you explicitly set the following variable and try.

    set EVE_SW_ROOT=C:\PROCESSOR_SDK_VISION_03_07_00_00\ti_components\algorithms\eve_sw_01_20_00_00

    Regards,

    Anshu

  • Hi Anshu,

    I'm have build the starterware again as you suggest,but the error exist also.

    And I reinstall the vision SDK again in Win10 system and just changed the starterware makefile as your suggest .

    But ,all of the error is nothing different,have you test in your computer?or The Vision SDK Only can be build in Linux system with a special version?

    the test info as bellow:

    1:

    2:

    3:

    BR.

    Nick

  • Nick,
       For some reason it it still not picking EVE_SW_ROOT path in the build. Can you print the value of EVE_SW_ROOT path in the makefile (add below line to makerules/makerules_eve.mk file after line number 302) :

    $(info  EVE_SW_ROOT $(EVE_SW_ROOT))

    Regards,

    Anshu

  • 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

  • Thank you for your patient reply.
    the test log 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
  • Nick,
       I think problem is because of the forward slashes "/". Can you replace all your forward slashes "/" in the makefile variables with backward slashes "\". We do have conversion of slashes in the makefile but for some reason it is not taking into affect. Can you first try replaces these and see if it helps?


    Regards,

    Anshu

  • Hi Anshu, Nick,

    I did some experiments for this issue and when I try to build with MinGW, I run into similar issue.

    I found that in "makerules_eve" the call "EVE_SW_ROOT:= $(call  CHANGE_PATHSEP,$(EVE_SW_ROOT))" empties the variable EVE_SW_ROOT (the same happens with other variables like CC, OUTDIR, ...). It seems under MinGW the "ifdef SystemRoot" condition in the beginning of the file is not evaluated correctly, but I didn't investigated further.

    I had no problems with building with 'cmd' prompt.

    Regards,

    Yordan