<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: make a library in CodeWarrior in CodeWarrior Development Tools</title>
    <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/make-a-library-in-CodeWarrior/m-p/381847#M2210</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hello ZhangJennie,&lt;/P&gt;&lt;P&gt; Thank you for your explain.&lt;/P&gt;&lt;P&gt; I'm clear this problem.&lt;/P&gt;&lt;P&gt; Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Dec 2014 23:58:14 GMT</pubDate>
    <dc:creator>youngcheolsong</dc:creator>
    <dc:date>2014-12-02T23:58:14Z</dc:date>
    <item>
      <title>make a library in CodeWarrior</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/make-a-library-in-CodeWarrior/m-p/381845#M2208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hello,&lt;/P&gt;&lt;P&gt; I use Codewarrior 6.3 and would like to make a common library and use it sevral projects.&lt;/P&gt;&lt;P&gt; How can i make library files with CodeWarrior 6.3.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2014 02:18:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/make-a-library-in-CodeWarrior/m-p/381845#M2208</guid>
      <dc:creator>youngcheolsong</dc:creator>
      <dc:date>2014-12-01T02:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: make a library in CodeWarrior</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/make-a-library-in-CodeWarrior/m-p/381846#M2209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Youngcheol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use Codewarrior create your own lib file. To create .lib file, you need follow the steps below.(please also refer the attached mylib project)&lt;/P&gt;&lt;OL start="1"&gt;&lt;LI&gt;Create one project with wizard.(I use QG8 as target chip)&lt;/LI&gt;&lt;LI&gt;change the file name main.c as the lib name (in sample is mylib.c)&lt;/LI&gt;&lt;LI&gt;define the lib functions in mylib.c&lt;/LI&gt;&lt;LI&gt;add header file mylib.h in the project, and declare the prototype of the lib functions in it.&lt;/LI&gt;&lt;LI&gt;add “#include mylib.h” in&amp;nbsp; mylib.c&lt;/LI&gt;&lt;LI&gt;delete the following files from the project: start08.c, derivative.h, *.prm, MC9S08QG8.h, MC9S08QG8.c, ansiis.lib.c&lt;/LI&gt;&lt;LI&gt;Press ALT+F7, in “Target Setting”, select “Libmaker for HC08” as Linker in the second droplist. In “Libmaker for HC08”, name your Library Filename.(the sample use mylib.lib), Click OK to close this window.&lt;/LI&gt;&lt;LI&gt;Compile again. In “bin” folder of the lib project, you could find the lib file named “mylib.lib”&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;The following is how to use the lib file in the project:&lt;/P&gt;&lt;OL start="1"&gt;&lt;LI&gt;copy “mylib.lib” and “mylib.h” to your current project folder.&lt;/LI&gt;&lt;LI&gt;import “mylib.lib” and “mylib.h” in your current project&lt;/LI&gt;&lt;LI&gt;add “#include "mylib.h"”in the main.c file&lt;/LI&gt;&lt;LI&gt;then you can use the lib functions in your current project code.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see attached demo code&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;I hope this information is helpful to you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;Zhang Jun&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;==================================&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;if this answer helps, please click on "Correct Answer" button. thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;=====================================&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2014 08:20:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/make-a-library-in-CodeWarrior/m-p/381846#M2209</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2014-12-01T08:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: make a library in CodeWarrior</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/make-a-library-in-CodeWarrior/m-p/381847#M2210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hello ZhangJennie,&lt;/P&gt;&lt;P&gt; Thank you for your explain.&lt;/P&gt;&lt;P&gt; I'm clear this problem.&lt;/P&gt;&lt;P&gt; Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2014 23:58:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/make-a-library-in-CodeWarrior/m-p/381847#M2210</guid>
      <dc:creator>youngcheolsong</dc:creator>
      <dc:date>2014-12-02T23:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: make a library in CodeWarrior</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/make-a-library-in-CodeWarrior/m-p/381848#M2211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hello,&lt;/P&gt;&lt;P&gt; I made lib file for my project.&lt;/P&gt;&lt;P&gt; There are included some common library functions, like as memcpy, memset, memcmp, ... ...&lt;/P&gt;&lt;P&gt; How can i make a lib file that don't include a common library functions.&lt;/P&gt;&lt;P&gt;I will be appreciated your help.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 07:59:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/make-a-library-in-CodeWarrior/m-p/381848#M2211</guid>
      <dc:creator>youngcheolsong</dc:creator>
      <dc:date>2014-12-15T07:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: make a library in CodeWarrior</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/make-a-library-in-CodeWarrior/m-p/381849#M2212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Youngcheol.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;please make sure there is no ansi related lib included in your self-made lib file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;Zhang Jun&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;==================================&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;if this answer helps, please click on "Correct Answer" button. thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;=====================================&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 08:21:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/make-a-library-in-CodeWarrior/m-p/381849#M2212</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2014-12-15T08:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: make a library in CodeWarrior</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/make-a-library-in-CodeWarrior/m-p/381850#M2213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp; Hello Jennie,&lt;/P&gt;&lt;P&gt; Thank you for your answer.&lt;/P&gt;&lt;P&gt; But i can't find the "no ansi related lib".&lt;/P&gt;&lt;P&gt; How can i set the&amp;nbsp; "no ansi related lib".&lt;/P&gt;&lt;P&gt;/BR&lt;/P&gt;&lt;P&gt;Youngcheol&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 08:57:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/make-a-library-in-CodeWarrior/m-p/381850#M2213</guid>
      <dc:creator>youngcheolsong</dc:creator>
      <dc:date>2014-12-15T08:57:44Z</dc:date>
    </item>
  </channel>
</rss>

