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

How to rebuild a library?

I have a folder containing a bunch of source and header files used to build a Library file CONTROL.LIB. I got that folder from a friend, but now i made some changes to some of the source files and i therefore i need to rebuild the CONTROL.LIB in order to update it with the new changes, how can i do that in uVision Keil C compiler?

Parents
  • rebuild the CONTROL.LIB in order to update it with the new changes, how can i do that in uVision Keil C compiler?

    You can't. The compiler has nothing to do with libraries.

    The manual (sorry that is a dirty word, I know) describes how to do what you want using the lib51 program..

    Erik

Reply
  • rebuild the CONTROL.LIB in order to update it with the new changes, how can i do that in uVision Keil C compiler?

    You can't. The compiler has nothing to do with libraries.

    The manual (sorry that is a dirty word, I know) describes how to do what you want using the lib51 program..

    Erik

Children
No data