• arm link scatter file
    Hello guys, I'm struggling with.a problem related to a scatter file, or at least I think it comes from there.So, I have a scatter file like follows: MAIN_LOAD_REG 0x00000000 0x10000 { exec.bin +0...
  • armcc compiler in eclipse?
    Is it possible to integrate ARM 5 toolchain with armcc compiler in eclipse? I have installed the ARM 5 compiler, but in c/c++ build > tool chain editor I can only select a gcc based toolchain. Thank you...
  • AEABI Library: Floating Point functions
    How is floating point overflow handled in aeabi library functions such as __aeabi_fadd? Does the function return a pre-defined value? Or does it update any registers?
  • ARM with uclinux kernel
    hello everyone, Actually i am a beginner in the field of ARM.. and i am trying port a uclinux kernel on any of the ARM controller but the development boards available with me lpc2378,2148,2400 series...
  • Loop optimization ARM compiler flag in DS-5
    I am trying to use the --loop_optimization_level=opt flag with ARM compiler in DS-5 (Version 5.13). I am using the -03 and -0time flags. I am getting an error when I build my project. How do I pass the...