• Regarding ARM compiler 6.6
    Hi All, For STM32f0 board we are using ARM compiler 6.6. I have few doubts regarding the bin size and linker files. 1. Why is it generating a big bin file (almost 400MB) (using arm-none-eabi-objcopy...
  • Regarding ARM compiler 6.6
    Hi All, For STM32f0 board we are using ARM compiler 6.6. I have few doubts regarding the bin size and linker files. 1. Why is it generating a big bin file (almost 400MB) (using arm-none-eabi-objcopy...
  • Translate Linker of the GCC Compiler to the ARM Compiler
    Hello, I have a linker with extension .ld (is the format of the linker using the GCC Compiler (GNU)) and I want to translate it to the scatter linker with extension .sct. I have some doubts in...
  • Translate Linker of the GCC Compiler to the ARM Compiler
    Hello, I have a linker with extension .ld (is the format of the linker using the GCC Compiler (GNU)) and I want to translate it to the scatter linker with extension .sct. I have some doubts in...
  • ARM tools use GCC compiled library
    Hi I'm using ARM tools (RVDS4) to develop a project. Now I want to use a software lib which compiled by GCC. I read spec of GCC and add a compile flag "-mabi=aapcs" to GCC  and rebuild the lib. Question...