• How to cross compile LLVM targeting arm on a laptop machine
    Hi, I would like to crete assembly and binaries from c code, targeting arm v7 architecture. I would like to use LLVM to do that. Is there any specific manual/documentation/website? Thank you
  • 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...
  • Cross-compiling for Cortex-A9 with GCC
    Arm offers 2 different GCC toolchains: one for Cortex-M/R devices and the other one for Cortex-A devices. However, in the Cortex-M/R toolchain documentation, it is specified that Cortex-A targets are...
  • pointer cannot cross 64k boundary
    I have a big problem with the compiler. It cannot point to the correct location. When I declared a pointer to a structure in EEPROM and try to access a member within it, the member pointed to is incorrect...
  • 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...