• arm-none-eabi-gcc default parameters
    how to know exactly which parameters are enabled/disabled by default for arm-none-eabi-gcc? I have the doubt thinking about the parameter `-fshort-enum`. Try to compile this example (main.c): #include...
  • Just-in-time compilation in ARM GCC
    Hi Experts, Is there any ARM GCC compiler tool chain support Just-in-time compilation ? Thanks Techguyz
  • GCC and GDB for native compiling and debugging
    Hello, I 've a module with a Cortex-M4 Vybrid VF61 processor and an installed linux. The installed linux does not provide gcc and gdb for native compiling and debugging. Please, can anybody tell...
  • Map file generation using arm-none-eabi
    Hi all, We generally get executable and linkable file(ELF) to program Microcontrollers. I wanted to generate MAP file using this elf file to observe various sections of memory. How is it possible using...
  • Can't compile my code with arm-none-eabi-gcc to work, Beginner
    I've only used AVR and Arduino before which really don't count as embed! so I have a little trouble compiling my blinky. I'm mainly a PC programmer. I have an LPC1768 dev board! Here's what I did...