<?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>Kinetis MicrocontrollersのトピックRe: KDS Error during biulding</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KDS-Error-during-biulding/m-p/1475419#M63371</link>
    <description>&lt;P&gt;It all depends what you are doing in your application, and for example if you are using semihosting?&lt;/P&gt;&lt;P&gt;About semihosting, for example see &lt;A href="https://mcuoneclipse.com/2014/06/06/semihosting-with-kinetis-design-studio/" target="_blank"&gt;https://mcuoneclipse.com/2014/06/06/semihosting-with-kinetis-design-studio/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you need to add 'empty' wrappers, then you have to add the nosys.specs:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ErichStyger_0-1655394808749.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/183635i1C3C3BAEE2F7B997/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ErichStyger_0-1655394808749.png" alt="ErichStyger_0-1655394808749.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In general on that topic, I recommend to have a read here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://mcuoneclipse.com/2014/07/11/printf-and-scanf-with-gnu-arm-libraries/" target="_blank"&gt;https://mcuoneclipse.com/2014/07/11/printf-and-scanf-with-gnu-arm-libraries/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;</description>
    <pubDate>Thu, 16 Jun 2022 15:55:05 GMT</pubDate>
    <dc:creator>ErichStyger</dc:creator>
    <dc:date>2022-06-16T15:55:05Z</dc:date>
    <item>
      <title>KDS Error during biulding</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KDS-Error-during-biulding/m-p/1475199#M63354</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I'm using KDS on a project with the&amp;nbsp; MKL03z controller.&lt;BR /&gt;The current problem is that it doesn't build anymore.&lt;BR /&gt;The same code was biulding succesfuly, only modified the MOD value using the component inspector then got the error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get this message in the console:&lt;/P&gt;&lt;P&gt;"collect2.exe: error: ld returned 1 exit status"&lt;BR /&gt;"makefile:74: recipe for target 'new hello II.elf' failed"&lt;BR /&gt;"make: *** [new hello II.elf] Error 1"&lt;/P&gt;&lt;P&gt;I tried cleaning then rebuilding but in vain. Also tried some solutions for similar problems but the same error exists.&lt;/P&gt;&lt;P&gt;Any help would be much appreciated&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;MSanad&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 09:38:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KDS-Error-during-biulding/m-p/1475199#M63354</guid>
      <dc:creator>Msanad</dc:creator>
      <dc:date>2022-06-16T09:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: KDS Error during biulding</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KDS-Error-during-biulding/m-p/1475278#M63355</link>
      <description>&lt;P&gt;Your console view shows that the linker cannot find things like _read. It seems that you are trying to use the I/O library (reading/writing files, e.g. with semihosting), but have not linked with the correct library.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 11:53:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KDS-Error-during-biulding/m-p/1475278#M63355</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2022-06-16T11:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: KDS Error during biulding</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KDS-Error-during-biulding/m-p/1475320#M63365</link>
      <description>&lt;P&gt;Well, I'm completely new to this tbh, but how can I make sure it's linked to the correct Libraries?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 12:47:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KDS-Error-during-biulding/m-p/1475320#M63365</guid>
      <dc:creator>Msanad</dc:creator>
      <dc:date>2022-06-16T12:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: KDS Error during biulding</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KDS-Error-during-biulding/m-p/1475419#M63371</link>
      <description>&lt;P&gt;It all depends what you are doing in your application, and for example if you are using semihosting?&lt;/P&gt;&lt;P&gt;About semihosting, for example see &lt;A href="https://mcuoneclipse.com/2014/06/06/semihosting-with-kinetis-design-studio/" target="_blank"&gt;https://mcuoneclipse.com/2014/06/06/semihosting-with-kinetis-design-studio/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you need to add 'empty' wrappers, then you have to add the nosys.specs:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ErichStyger_0-1655394808749.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/183635i1C3C3BAEE2F7B997/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ErichStyger_0-1655394808749.png" alt="ErichStyger_0-1655394808749.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In general on that topic, I recommend to have a read here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://mcuoneclipse.com/2014/07/11/printf-and-scanf-with-gnu-arm-libraries/" target="_blank"&gt;https://mcuoneclipse.com/2014/07/11/printf-and-scanf-with-gnu-arm-libraries/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 15:55:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KDS-Error-during-biulding/m-p/1475419#M63371</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2022-06-16T15:55:05Z</dc:date>
    </item>
  </channel>
</rss>

