• arm-elf-gcc _sbrk errors
    Hi, I tried to compile an empty main function (just to test the toolchain) but i got these errors. fairuz@ubuntu:~/test$ arm-elf-gcc -mcpu=arm7tdmi-s test.c /opt/gnuarm/lib/gcc/arm-elf/4.4.1/....
  • ELF File
    Hi all, How can I have .elf output file in uVision (and not .axf!)? Regards, Reza
  • How to download ELF file without opening the Project?
    We are using Keil uVision3 to develop and program the LPC2104, through ULINK&JTAG. Is there any way to download the ELF (or HEX) file without opening the entire project (with source code, etc..). ...
  • arm-elf-gcc compiling for cortex-M4
    How to use GNU ARM binutils for cortex-M4? When I try to compile with -mcpu=cortex-M4 -march=armV7e-m I get 'bad value in switches'.
  • 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?