• 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…

  • 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…