I am trying to install VISION_SDK_02_10_00_00 in Ubuntu machine 14.04 and followed the steps as mentioned in VisionSDK_LinuxUserGuide . I reached till make -s -j depend and the next step by the document is to do make -s -j but I encountered the following problem :
Archiving tda2xx-evm:ipu2:release:vision_sdk_examples
#
# Invoking configuro...
# Invoking configuro...
# Invoking configuro...
# Invoking configuro...
# Invoking configuro...
# Invoking configuro...
Segmentation fault (core dumped)
Segmentation fault (core dumped)
make[5]: *** [xdc_configuro] Error 139
make[4]: *** [apps_dsp1] Error 2
make[4]: *** Waiting for unfinished jobs....
make[5]: *** [xdc_configuro] Error 139
make[4]: *** [apps_eve3] Error 2
Segmentation fault (core dumped)
make[5]: *** [xdc_configuro] Error 139
make[4]: *** [apps_dsp2] Error 2
Segmentation fault (core dumped)
make[5]: *** [xdc_configuro] Error 139
make[4]: *** [apps_eve1] Error 2
Segmentation fault (core dumped)
make[5]: *** [xdc_configuro] Error 139
make[4]: *** [apps_eve2] Error 2
Segmentation fault (core dumped)
make[5]: *** [xdc_configuro] Error 139
make[4]: *** [apps_eve4] Error 2
make[3]: *** [apps] Error 2
make[2]: *** [apps] Error 2
make[1]: *** [vision_sdk_apps] Error 2
make: *** [vision_sdk] Error 2
Any help would be appreciated.