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.

Building eve_sw

Hi.

I`m myungjin.

I tried to build eve_sw_01_14_00_00 that is installed when I installed vision_sdk 2.12.

I am referring to "eve_sw_getting_started.pdf"

I set FORMATTER, EVE_SW_ROOT, ARP32_TOOLS, DSP_TOOLS, xdais_PATH and UTILS_PATH.

FORMATTER = "D:/ti/ccsv6/utils/AStyle/bin/AStyle.exe"

export EVE_SW_ROOT = F:/work/TI/project/vision_sdk212/ti_components/algorithms_codecs/eve_sw_01_14_00_00/
export ARP32_TOOLS = F:/work/TI/project/vision_sdk212/ti_components/cg_tools/windows/arp32_1.0.7/
export DSP_TOOLS = F:/work/TI/project/vision_sdk212/ti_components/cg_tools/windows/C6000_7.4.2/
export xdais_PATH = F:/work/TI/project/vision_sdk212/ti_components/algorithms_codecs/xdais_7_24_00_04/
export UTILS_PATH = D:/ti/ccsv6/utils/cygwin/

After I tried to build, below error massage is printed.

F:/work/TI/project/vision_sdk212/ti_components/algorithms_codecs/eve_sw_01_14_00_00//makerules/makerules_eve.mk:257: *** multiple target patterns.  Stop.

257 line is "dir: $(OBJDIRS)"

I have never changed "makerules_eve.mk" file.

How can I build eve_sw?

Thank you.

Best regards,

Myungjin.

  • Hi Myungjin,

    Can you try to remove the trailing slashes (/) from all exported paths, like this:

    export EVE_SW_ROOT = F:/work/TI/project/vision_sdk212/ti_components/algorithms_codecs/eve_sw_01_14_00_00
    export ARP32_TOOLS = F:/work/TI/project/vision_sdk212/ti_components/cg_tools/windows/arp32_1.0.7
    export DSP_TOOLS = F:/work/TI/project/vision_sdk212/ti_components/cg_tools/windows/C6000_7.4.2
    export xdais_PATH = F:/work/TI/project/vision_sdk212/ti_components/algorithms_codecs/xdais_7_24_00_04
    export UTILS_PATH = D:/ti/ccsv6/utils/cygwin

    Regards,
    Yordan
  • Thank you for helping me.
    I built eve_sw.