<?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 Design Studio中的主题 Re: What problem with my program?</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/What-problem-with-my-program/m-p/922636#M5063</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for sharing project. Convert_Data function is not implemented in your project. It is only declared - that's why linker can't find it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jiri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jul 2019 06:56:37 GMT</pubDate>
    <dc:creator>jiri_kral</dc:creator>
    <dc:date>2019-07-17T06:56:37Z</dc:date>
    <item>
      <title>What problem with my program?</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/What-problem-with-my-program/m-p/922633#M5060</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;My program like it:&lt;/SPAN&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_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/68221iCF0A00E599C7A36E/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;SPAN style="color: #51626f; background-color: #ffffff;"&gt;When I build project,it has a error:undefined reference to "Convert_Data".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;But,I &lt;SPAN&gt;defined it at&amp;nbsp;previous row.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;Even if defined as global variable.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;It still has same error.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2019 09:49:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/What-problem-with-my-program/m-p/922633#M5060</guid>
      <dc:creator>pg31321</dc:creator>
      <dc:date>2019-07-16T09:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: What problem with my program?</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/What-problem-with-my-program/m-p/922634#M5061</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;where is Convert_Data() function defined? You can try declare it by this way (if it is in different object file):&amp;nbsp;&lt;/P&gt;&lt;P&gt;extern uint32 Convert_Data(uint8* data);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jiri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2019 10:40:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/What-problem-with-my-program/m-p/922634#M5061</guid>
      <dc:creator>jiri_kral</dc:creator>
      <dc:date>2019-07-16T10:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: What problem with my program?</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/What-problem-with-my-program/m-p/922635#M5062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&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/80328i88CCB3EFA0F223CE/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here.&lt;/P&gt;&lt;P&gt;Although I have not seen this usage.&lt;/P&gt;&lt;P&gt;My program is modified using the official sample program.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.nxp.com/webapp/sps/download/preDownload.jsp"&gt;&lt;/A&gt;&lt;A href="https://www.nxp.com/webapp/sps/download/preDownload.jsp" target="test_blank"&gt;https://www.nxp.com/webapp/sps/download/preDownload.jsp&lt;/A&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Bold guess,there are some problems with the compiler.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;My program file:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://drive.google.com/open?id=1MUmB-Bl79LJpjjJRard3N5O07nWw280S" title="https://drive.google.com/open?id=1MUmB-Bl79LJpjjJRard3N5O07nWw280S"&gt;https://drive.google.com/open?id=1MUmB-Bl79LJpjjJRard3N5O07nWw280S&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jul 2019 01:43:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/What-problem-with-my-program/m-p/922635#M5062</guid>
      <dc:creator>pg31321</dc:creator>
      <dc:date>2019-07-17T01:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: What problem with my program?</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/What-problem-with-my-program/m-p/922636#M5063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for sharing project. Convert_Data function is not implemented in your project. It is only declared - that's why linker can't find it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jiri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jul 2019 06:56:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/What-problem-with-my-program/m-p/922636#M5063</guid>
      <dc:creator>jiri_kral</dc:creator>
      <dc:date>2019-07-17T06:56:37Z</dc:date>
    </item>
  </channel>
</rss>

