• Error use gcc linking  RVCT2.2 c libraries
    Note: This was originally posted on 19th March 2007 at http://forums.arm.com I use RVCT2.2 armcc to complier files and get a library. Then to use gcc link the library, but get Error:   undefined reference...
  • ARM Compiler 6 - Optimization guidelines
    In the V5 to V6 compiler migration document is the following with respect to optimzations -O0 No Optimization. Not recommended for use in ARM Compiler 6.6 -O1 Limited Optimization. This is currently...
  • overlay_manager
    i couldn't force the linker to use the mecanism overlay_manager implemented by keil because the linker does it automaically , could any one had worked with it could help me ?
  • in gcc we use __attribute__((interrupt("FIQ")))  for fiq handler in C.  what is the equivalent using armcc compiler?
    in gcc we use __attribute__((interrupt("FIQ")))  for fiq handler in C.  what is the equivalent using armcc compiler?
  • How to get a hex file from vmlinux by fromELF?
    Hi, All, I want to use the elf "vmlinux" to get a vhx hex file. I used below command: fromELF --vhx vmlinux --output vmlinux.hex Then I got a folder "vmlinux.hex", and two files in the folder. ...