• Hi guys, I am starting out with Ti Tiva C Arm M4, which is the best free compiler to use.
    Please advice on the free compiler options for Ti Tiva C launch pad.
  • Problem with compiling assembly instructions with iar workbench
    Hello all, I'm trying to compile my project using iar workbench. In my project I've used inline assembly and I'm having problem with executing an assembly instruction "ldr r1, =savebuffer" while trying...
  • ymath.h ??? IAR most recent compiler ... doesn't include it.
    Howdy all, I stumbling around in some old IAR 5.9.1 code that has a custom math.h header modified to request these files. #include <ycheck.h> #include <ymath.h> I have ycheck.h, but I don't have...
  • Linking an armcc pre-compiled lib with a GCC project
    Hi, Would it be possible to link a library that has been compiled using armcc 5 to a GNU (GCC) based project?
  • Static library links differently with gcc ld and armlink
    Hi, I've built a static library using arm-none-eabi-gcc and used the -fdata-sections, -ffunction-sections, and --gc-sections to reduce the library memory footprint. I've used that library successfully...