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

Library file extension

Does Keil support library file with .a extension?

Parents
  • So - was that ecoslib.a file generated with the Keil tools? Or was it an already existing file generated using some other tools?

    With some few exceptions (like when the target architecture have a very well defined ABI), you normally always need to compile the library with the same tools or the generated code in the library will not be compatible with the generated code in all the other object files.

Reply
  • So - was that ecoslib.a file generated with the Keil tools? Or was it an already existing file generated using some other tools?

    With some few exceptions (like when the target architecture have a very well defined ABI), you normally always need to compile the library with the same tools or the generated code in the library will not be compatible with the generated code in all the other object files.

Children