<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.arm.com/utility/feedstylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>make new library</title><link>https://community.arm.com/developer/tools-software/tools/f/keil-forum/42309/make-new-library</link><description> I want to know the steps to make new C51 library and use it. 
If possible, please give out an example. 
Thanks. </description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator><item><title>RE: make new library</title><link>https://community.arm.com/thread/86720?ContentTypeID=1</link><pubDate>Tue, 30 Mar 2004 17:53:50 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:6baf6c5e-8b14-4831-a6da-637714b6daba</guid><dc:creator>Andy Neil</dc:creator><description>&lt;p&gt;In the IDE, just check &amp;#39;Create Library&amp;#39;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: make new library</title><link>https://community.arm.com/thread/41946?ContentTypeID=1</link><pubDate>Tue, 30 Mar 2004 09:54:35 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:578cc8e3-2a35-4719-bc36-a05c3877c864</guid><dc:creator>erik  malund</dc:creator><description>&lt;p&gt;You do not state if you want to do it through the IDE or a .bat file.  If you use .bat, here is an example:&lt;br /&gt;
&lt;pre&gt;if not exist amd.lib goto usliex
del amd.lib
:usliex
c:\tools\keil\c51\bin\lib51 c amd.lib			&amp;gt;..\trash\trashbin
c:\tools\keil\c51\bin\lib51 a MDmain.obj   to amd.lib	&amp;gt;..\trash\trashbin
c:\tools\keil\c51\bin\lib51 a MDutil.obj   to amd.lib	&amp;gt;..\trash\trashbin
c:\tools\keil\c51\bin\lib51 a MDfind.obj   to amd.lib	&amp;gt;..\trash\trashbin&lt;/pre&gt;
Erik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>