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.

Linux/PROCESSOR-SDK-TDAX: Error while building Vision SDK TDAX examples.

Part Number: PROCESSOR-SDK-TDAX

Tool/software: Linux

Hi,

I followed the Vision SDK Linux user guide, while building the following commands got executed without any error

make linux
make –s –j depend

When i issued the next command to build examples etc 

make –s –j

i got the following error

# Invoking configuro...
# Invoking configuro...
# Invoking configuro...
# Invoking configuro...
# Invoking configuro...
making package.mak (because of package.bld) ...
making package.mak (because of package.bld) ...
making package.mak (because of package.bld) ...
making package.mak (because of package.bld) ...
making package.mak (because of package.bld) ...
# !!!  Current build platform is [tda2xx-evm] !!!
# !!!  Current build platform is [tda2xx-evm] !!!
# !!!  Current build platform is [tda2xx-evm] !!!
# !!!  Current build platform is [tda2xx-evm] !!!
# !!!  Current build platform is [tda2xx-evm] !!!
js: "/home/tij6/VISION_SDK_02_12_00_00/vision_sdk/build/tda2xx/config_arp32.bld", line 66: TypeError: Cannot call method "getMemSegmentDefinition_external" of undefined
    "./config.bld", line 4
gmake: *** No rule to make target `linker.cmd'.  Stop.
js: "/home/tij6/VISION_SDK_02_12_00_00/ti_components/os_tools/linux/xdctools_3_32_00_06_core/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
js: "/home/tij6/VISION_SDK_02_12_00_00/vision_sdk/build/tda2xx/config_arp32.bld", line 66: TypeError: Cannot call method "getMemSegmentDefinition_external" of undefined
    "./config.bld", line 4
make[5]: *** [xdc_configuro] Error 1
make[4]: *** [apps_eve2] Error 2
make[4]: *** Waiting for unfinished jobs....
js: "/home/tij6/VISION_SDK_02_12_00_00/vision_sdk/build/tda2xx/config_c66.bld", line 71: TypeError: Cannot call method "getMemSegmentDefinition_external" of undefined
    "./config.bld", line 4
gmake: *** No rule to make target `linker.cmd'.  Stop.
js: "/home/tij6/VISION_SDK_02_12_00_00/ti_components/os_tools/linux/xdctools_3_32_00_06_core/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
js: "/home/tij6/VISION_SDK_02_12_00_00/vision_sdk/build/tda2xx/config_c66.bld", line 71: TypeError: Cannot call method "getMemSegmentDefinition_external" of undefined
    "./config.bld", line 4
make[5]: *** [xdc_configuro] Error 1
make[4]: *** [apps_eve1] Error 2
gmake: *** No rule to make target `linker.cmd'.  Stop.
js: "/home/tij6/VISION_SDK_02_12_00_00/ti_components/os_tools/linux/xdctools_3_32_00_06_core/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
gmake: *** No rule to make target `linker.cmd'.  Stop.
js: "/home/tij6/VISION_SDK_02_12_00_00/ti_components/os_tools/linux/xdctools_3_32_00_06_core/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
make[5]: *** [xdc_configuro] Error 1
make[4]: *** [apps_dsp2] Error 2
make[5]: *** [xdc_configuro] Error 1
make[4]: *** [apps_dsp1] Error 2
js: "/home/tij6/VISION_SDK_02_12_00_00/vision_sdk/build/tda2xx/config_m4.bld", line 67: TypeError: Cannot call method "getMemSegmentDefinition_external" of undefined
    "./config.bld", line 4
gmake: *** No rule to make target `linker.cmd'.  Stop.
js: "/home/tij6/VISION_SDK_02_12_00_00/ti_components/os_tools/linux/xdctools_3_32_00_06_core/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
make[5]: *** [xdc_configuro] Error 1
make[4]: *** [apps_ipu1_1] Error 2
make[3]: *** [apps] Error 2
make[2]: *** [apps] Error 2
make[1]: *** [vision_sdk_apps] Error 2
make: *** [vision_sdk] Error 2

 

What could be the issue?