• How to find the missing .so when installing DS-5(64 bit) for Linux

    I try to install DS-5 for Linux(64 bit) on my Ubuntu 12.04.5(64 bit), and it warns me that a bunch of libraries are missing:

    One or more of the DS-5 system dependencies are not installed, see below for a list of the missing libraries.
    
    libc.so.6 (32-bit…
  • How to install packages for ARM on ubuntu?

    Hi,

    I am trying to cross compile my code for ARM on a Intel-Core  Ubuntu OS machine, where I have some dependency on static libraries.

    In that regard I want install packages required using apt-get install xxxx_pkg:arm  ,   but it did…

  • Setting up Environment on Ubuntu/Linux with arm-gcc for Cortex-M3

    Hi, i  program in windows using keil, but uVision isn't available for Ubuntu/Linux so i have to use arm-gcc , i got confused by google results, i got the package : gcc-arm-none-eabi but i don't know what to do with it. how can i compile my program…

  • cannot start rvdebug in ubuntu 14.04.1, .../lib/libxry.so.1: undefined symbol: XpQueryExtension

    cannot start rvdebug in ubuntu 14.04.1, please give solution

    issue :

    $ rvdebug

    /home/ARM/RVD/Core/4.1.2/38/linux-pentium/bin/rvdebug: symbol lookup error: /home/ARM/RVD/Core/4.1.2/38/linux-pentium/lib/libxry.so.1: undefined symbol: XpQueryExtension


    I followed…

  • How to Cross Compile SampleViwer Code from Alliedvision for ARM on ubuntu12.04

    Hello Friends,

    I have bought Allied-vision GC2450 GigE camera and download its sample Code for Viewing its Imageries/Video. i need to just compile these sample code by typing command like

    # make sample   it generate a executable file and

    # ./SampleViewer…