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?
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