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: SDK installation failed.

Tool/software: Linux

I tried to install PROCESSOR_SDK_VISION_03_03_00_00_setuplinux.bin on a Ubuntu 14.04 machine. After downloading, I set the execute permission by typing "chmod +x PROCESSOR_SDK_VISION_03_03_00_00_setuplinux.bin", and then tried to run the .bin file.But,nothing showed up. I also tried the same thing on Ubuntu 16.04 and got the same result. Nothing was installed. As shown below, the machine is 64-bit. What could be the cause of the problem?

Thanks,

Wei

drwxr-xr-x  2 wei  wei        4096 May  9 19:54 Pictures
-rwxrwxr-x  1 wei  wei  2130750254 May  9 21:18 PROCESSOR_SDK_VISION_03_03_00_00_setuplinux.bin
-rw-r--r--  1 wei  wei         675 May  9 19:40 .profile
drwxr-xr-x  2 wei  wei        4096 May  9 19:54 Public
drwxr-xr-x  2 wei  wei        4096 May  9 19:54 Templates
drwxr-xr-x  2 wei  wei        4096 May  9 19:54 Videos
-rw-------  1 wei  wei          51 May  9 21:41 .Xauthority
-rw-------  1 wei  wei         108 May  9 21:41 .xsession-errors
-rw-------  1 wei  wei         711 May  9 19:54 .xsession-errors.old
wei@wei-ti:~$ ./PROCESSOR_SDK_VISION_03_03_00_00_setuplinux.bin
wei@wei-ti:~$ uname -a
Linux wei-ti 4.4.0-31-generic #50~14.04.1-Ubuntu SMP Wed Jul 13 01:07:32 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
wei@wei-ti:~$

  • Hi Wey,

    did you installed on your Linux machine the additional packages listed in vision_sdk\docs\Linux\VisionSDK_Linux_UserGuide.pdf (chapters "2.2.1 A15 Compiler, Linker" and "2.2.3 Other mandatory software packages for build")?

    You should run:

    sudo apt-get install ia32-libs lib32stdc++6 lib32z1-dev lib32z1 lib32ncurses5 lib32bz2-1.0 mkimage dos2unix dtrx mono-complete git lib32z1 lib32ncurses5 lib32bz2-1.0 libc6:i386 libc6-i386 libstdc++6:i386 libncurses5:i386 libz1:i386 libc6-dev-i386 device-tree-compiler mono-complete

    Regards,
    Yordan