• 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...
  • GCC build problems
    I'm having trouble adapting a Makefile-based build to uVision 4 for my cortex-m3 target. I have (I think) all the compile settings pulled in, but the link is failing on some libc-related stuff. I'm using...
  • cross compilation error
    Note: This was originally posted on 13th January 2013 at http://forums.arm.com Hi, I am trying to compile a simple program for testing serial communication. The error received during compilaton is: /usr...
  • Cross compilation problem
    I have a project in uVision4 and I want to be able to use Microsoft Visual Studio to build the same project(cross compilation). So I need both projects to generate the same hex file and almost the same...
  • regarding native/cross compiler
    1] pls clear me difference bw the native and cross compiler. 2] why not native compiler output runs on board? 3] why not cross compiler output runs on same PC? 4] In which format output will be in...