<?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 Design StudioのトピックRe: KDS 3.0 Builder Makefile changes</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-0-Builder-Makefile-changes/m-p/476884#M5340</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Todd,&lt;/P&gt;&lt;P&gt;the make file is generated. You need to change the linker setting in the project properties. See "Linker Flags for GNU GCC ARM Embedded" in &lt;A href="http://mcuoneclipse.com/2014/07/11/switching-arm-gnu-tool-chain-and-libraries-in-kinetis-design-studio/" title="http://mcuoneclipse.com/2014/07/11/switching-arm-gnu-tool-chain-and-libraries-in-kinetis-design-studio/"&gt;Switching ARM GNU Tool Chain and Libraries in Kinetis Design Studio | MCU on Eclipse&lt;/A&gt; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Feb 2016 04:57:35 GMT</pubDate>
    <dc:creator>BlackNight</dc:creator>
    <dc:date>2016-02-22T04:57:35Z</dc:date>
    <item>
      <title>KDS 3.0 Builder Makefile changes</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-0-Builder-Makefile-changes/m-p/476883#M5339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a project that I've imported to KDS 3.0 that was written in KDS 2.0. When I try to build the project I run into a compiler error. &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;arm-none-eabi-g++ -mcpu=cortex-m0plus -mthumb -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections&amp;nbsp; -g3 -T "MKL46Z256xxx4_flash.ld" -Xlinker --gc-sections -L"C:/Users/Todd/KDS/lab2_timer_stopwatch_with_blank/Project_Settings/Linker_Files" -Wl,-Map,"lab2_timer_stopwatch.map" -nanolibc -o "lab2_timer_stopwatch.elf"&amp;nbsp; ./Sources/slcd.o ./Sources/stopwatch.o&amp;nbsp; ./Project_Settings/Startup_Code/startup_MKL46Z4.o ./Project_Settings/Startup_Code/system_MKL46Z4.o&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;arm-none-eabi-g++: error: unrecognized command line option '-nanolibc'&lt;/P&gt;&lt;P&gt;make: *** [lab2_timer_stopwatch.elf] Error 1&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After doing some googling it appears that the -nanolibc option should be replaced with &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt;--specs=nano.specs --specs=nosys.specs. I open the makefile in KDS 3.0 and make the change to the makefile and save the modified makefile. Then when I go to build the project I get the same error and the make file has been changed back. How do I get the change to the makefile to stay?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2016 03:01:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-0-Builder-Makefile-changes/m-p/476883#M5339</guid>
      <dc:creator>owlsnest</dc:creator>
      <dc:date>2016-02-22T03:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: KDS 3.0 Builder Makefile changes</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-0-Builder-Makefile-changes/m-p/476884#M5340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Todd,&lt;/P&gt;&lt;P&gt;the make file is generated. You need to change the linker setting in the project properties. See "Linker Flags for GNU GCC ARM Embedded" in &lt;A href="http://mcuoneclipse.com/2014/07/11/switching-arm-gnu-tool-chain-and-libraries-in-kinetis-design-studio/" title="http://mcuoneclipse.com/2014/07/11/switching-arm-gnu-tool-chain-and-libraries-in-kinetis-design-studio/"&gt;Switching ARM GNU Tool Chain and Libraries in Kinetis Design Studio | MCU on Eclipse&lt;/A&gt; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2016 04:57:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-0-Builder-Makefile-changes/m-p/476884#M5340</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2016-02-22T04:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: KDS 3.0 Builder Makefile changes</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-0-Builder-Makefile-changes/m-p/476885#M5341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Erich,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thank for your response!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Under "Project Settings"&amp;gt;C/C++ Build&amp;gt;Settings I don't have the "Tool Settings" Tab. Where am I supposed to set the Linker options?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &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/54313i147030496F4DAF2E/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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2016 05:16:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-0-Builder-Makefile-changes/m-p/476885#M5341</guid>
      <dc:creator>owlsnest</dc:creator>
      <dc:date>2016-02-22T05:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: KDS 3.0 Builder Makefile changes</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-0-Builder-Makefile-changes/m-p/476886#M5342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I figured it out. That tab is only available if the makefile is automatically generated. Also, if anyone if the future sees this please note the you have to do a make clean (build-&amp;gt;clean) before the builder will generate new output files.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2016 05:32:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-0-Builder-Makefile-changes/m-p/476886#M5342</guid>
      <dc:creator>owlsnest</dc:creator>
      <dc:date>2016-02-22T05:32:56Z</dc:date>
    </item>
  </channel>
</rss>

