This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

compile a (.a) library created with GNU compiler using keil

i have a static library (.a library) crated with the gnu compiler, how can i use this library in a keil project? is it possible to compile it with ARM compiler?

Parents
  • The ones it is complaining about.

    Like I said a working knowledge of ELF and other object files is required as a prerequisite. Lots of documentation out on the interwebs.

    Dumping tools like FromELF and objcopy would also allow you to compare and contrast the flags/options export by Keil against those in your file.

    Perhaps the developer behind the library provides consultanting and support services?

Reply
  • The ones it is complaining about.

    Like I said a working knowledge of ELF and other object files is required as a prerequisite. Lots of documentation out on the interwebs.

    Dumping tools like FromELF and objcopy would also allow you to compare and contrast the flags/options export by Keil against those in your file.

    Perhaps the developer behind the library provides consultanting and support services?

Children