• 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...
  • delay at sdcc cross compiler
    hi members... i have a question today. i'm working with the sdcc cross compiler and metabolize c in assembler. i want to delay some programms but i can't use the function sleep or wait in sdcc. i...
  • 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...