Sonsivri

Electronics => AVR, 8051 Family and ARM Area => Topic started by: axial on February 26, 2009, 07:38:20 07:38



Title: how to edit a library file with keil?
Post by: axial on February 26, 2009, 07:38:20 07:38
how to edit or open a library file(.lib) with keil?  ???

regard


Title: Re: how to edit a library file with keil?
Post by: sam_des on February 26, 2009, 05:45:01 17:45
Hi,

Library is collection of modules(compiled object(.obj) files). To edit/replace any of these module you must first extract required module from library file. Check help files for linker/librarian you will get plenty of information.

If you are trying to do this with any of keil-provided libraries, I don't think you will benefit from extracting the modules from library, since all the debugging info is usually removed and you will get 'object' file only.
That's one thing I don't like about keil - lack of libarary sources.

regrds,
sam_des