• adding GCC arm .a libraries to a Keil project
    I successfully built a Keil project using GCC as a tool chain which includes GCC .a library. Now I want to split it into a main file and an the rest of my project built as an additional library. I am...
  • adding GCC arm .a libraries to a Keil project
    I successfully built a Keil project using GCC as a tool chain which includes GCC .a library. Now I want to split it into a main file and an the rest of my project built as an additional library. I am...
  • Issues in Porting RVCT library to gcc toolchain(arm-none-gnueabi-gcc)
    Note: This was originally posted on 18th May 2010 at http://forums.arm.com Hi, I am currently porting RVCT generated static library into arm gcc toolchain(arm-none-gnueabi-gcc). I am currently getting...
  • Issues in Porting RVCT library to gcc toolchain(arm-none-gnueabi-gcc)
    Note: This was originally posted on 18th May 2010 at http://forums.arm.com Hi, I am currently porting RVCT generated static library into arm gcc toolchain(arm-none-gnueabi-gcc). I am currently getting...
  • 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...