<?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>S32 SDKのトピックRe: How to make library file?</title>
    <link>https://community.nxp.com/t5/S32-SDK/How-to-make-library-file/m-p/829602#M644</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Dmitry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My target processor setting is like below.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/74305i26E3900355F9DF2F/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.PNG" alt="1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;Byungju.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Oct 2018 09:58:29 GMT</pubDate>
    <dc:creator>kbj</dc:creator>
    <dc:date>2018-10-11T09:58:29Z</dc:date>
    <item>
      <title>How to make library file?</title>
      <link>https://community.nxp.com/t5/S32-SDK/How-to-make-library-file/m-p/829598#M640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use S32DSforARM.2018.R1 and SDK RTM2.0.0.&lt;/P&gt;&lt;P&gt;I want to make library file for a function.&lt;/P&gt;&lt;P&gt;How to make library file? and How to add library file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Byungju.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2018 03:24:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/How-to-make-library-file/m-p/829598#M640</guid>
      <dc:creator>kbj</dc:creator>
      <dc:date>2018-10-05T03:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to make library file?</title>
      <link>https://community.nxp.com/t5/S32-SDK/How-to-make-library-file/m-p/829599#M641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Byungju,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;This is done in the same way as for any Eclipse CDT based IDE.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;You can create Library project from Wizard or change the Artifact type in the project settings:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/74110i69629FB6A0B1F4DA/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;The library can be added in the Linker settings. You should set library name and path, for example:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/74150i9CDE2A577F2BF4FD/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Dmitry&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2018 13:47:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/How-to-make-library-file/m-p/829599#M641</guid>
      <dc:creator>b48014</dc:creator>
      <dc:date>2018-10-05T13:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to make library file?</title>
      <link>https://community.nxp.com/t5/S32-SDK/How-to-make-library-file/m-p/829600#M642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Dmitry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I add library following your answer.&lt;/P&gt;&lt;P&gt;But Copile error is occured.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/74119iB413F8357A789C1E/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.PNG" alt="1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I resolve it?&lt;/P&gt;&lt;P&gt;Please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and best regards,&lt;/P&gt;&lt;P&gt;Byungju.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2018 01:43:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/How-to-make-library-file/m-p/829600#M642</guid>
      <dc:creator>kbj</dc:creator>
      <dc:date>2018-10-10T01:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to make library file?</title>
      <link>https://community.nxp.com/t5/S32-SDK/How-to-make-library-file/m-p/829601#M643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Hi&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Byungju,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;1. Looks like you have&amp;nbsp; error with libc. Could you show me your Target Processor settings?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/74175i90D1D2EA047BCCB9/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Please double check Libraries support field.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;2. Please delete prefix lib from library name.&amp;nbsp;&lt;/SPAN&gt;From the gcc documentation:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;STRONG&gt;-l library&lt;/STRONG&gt; ...&lt;/P&gt;&lt;P&gt;... surrounds library with lib and .a and searches several directories.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Dmitry&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2018 12:45:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/How-to-make-library-file/m-p/829601#M643</guid>
      <dc:creator>b48014</dc:creator>
      <dc:date>2018-10-10T12:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to make library file?</title>
      <link>https://community.nxp.com/t5/S32-SDK/How-to-make-library-file/m-p/829602#M644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Dmitry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My target processor setting is like below.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/74305i26E3900355F9DF2F/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.PNG" alt="1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;Byungju.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2018 09:58:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/How-to-make-library-file/m-p/829602#M644</guid>
      <dc:creator>kbj</dc:creator>
      <dc:date>2018-10-11T09:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to make library file?</title>
      <link>https://community.nxp.com/t5/S32-SDK/How-to-make-library-file/m-p/829603#M645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Hi&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Byungju,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Could you try to select "newlib no I/O" instead of&amp;nbsp;"ewl no I/O".&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;You can also send me your projects (application and library) to test.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Dmitry&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2018 11:41:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/How-to-make-library-file/m-p/829603#M645</guid>
      <dc:creator>b48014</dc:creator>
      <dc:date>2018-10-11T11:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to make library file?</title>
      <link>https://community.nxp.com/t5/S32-SDK/How-to-make-library-file/m-p/829604#M646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Dmirty,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I resolve it by using another way.&lt;/P&gt;&lt;P&gt;I input library name like below.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/74612iE93D249BAEBA3069/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.PNG" alt="1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and best regards,&lt;/P&gt;&lt;P&gt;Byungju.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2018 01:53:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/How-to-make-library-file/m-p/829604#M646</guid>
      <dc:creator>kbj</dc:creator>
      <dc:date>2018-10-15T01:53:06Z</dc:date>
    </item>
  </channel>
</rss>

