• How to add epilog and prolog in ARM compiler compiled code ?
    g++  provides an option  -pg   which allows to write epilg and prolog for functions Does gcc does not have  such  an option?
  • Static/Shared Library for ARM
    I like to generate LIB file (static library) so I do not need to supply client with source code Please advise procedure how to do this. Assumed LPC1768 and MCP1700 eval board. What additional statement...
  • debugging shared library
    Hello, I'm trying to debug shared library on Development Studio. I can set the break after loading file by command "add-symbol-file xxx.so " but it never stops at the break point. And there is...
  • Build startup_cortexA15MPcore using GNU toolchain. URGENT.
    Dear all, I am trying to build the example  startup_cortexA15MPcore (provided with DS-5)  using GNU toolchain. The example is originally designed for build using ARM standard tools, and the following...
  • 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...