• How to optimize this assembly code segment..
    Hi, I am trying to rewrite the arm assembly code generated by gcc in release mode (for optimization purpose). The below code is in a loop and so it will get executed many times. Can some one please...
  • Is there a maximum length of compile path ?
    Hi, I have a problem something weird. I made some cpp files in my project folder and made a Makefile to compile easier. The problem is that if compile path is longer than specific length, the compile...
  • Linaro arm-eabi 5.3 Vs arm-linux-gnueabihf
    Hi Experts, I previously used arm-none-eabi 4.9 from Linaro for the bare metal arm compilation. I wonder whether the recent release from Linaro site on bare metal compiler is as in the following link...
  • Generating .elf files with ARM toolchain
    Hello. I'm fairly new to embedded software development, and could use some clarification on how to generate .elf files from .c files. I've recently downloaded the following toolchain installation...
  • Just-in-time compilation in ARM GCC
    Hi Experts, Is there any ARM GCC compiler tool chain support Just-in-time compilation ? Thanks Techguyz