<?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.2 Missing source code for initialization files</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-Missing-source-code-for-initialization-files/m-p/639503#M8243</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok.&amp;nbsp; I've found the crt0.S file in multiple places in the gcc-arm-none-eabi-4_8 source tree.&amp;nbsp; Assuming the one in newlib/newlib/libc/sys/arm/crt0.S is the one we should be running against, how do I tell KDS that this is where the source code is located so that when it steps to "_start" it can correlate the assembly in my crt0.o file against this source code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Sep 2016 22:16:06 GMT</pubDate>
    <dc:creator>l3cswadams</dc:creator>
    <dc:date>2016-09-21T22:16:06Z</dc:date>
    <item>
      <title>KDS 3.2 Missing source code for initialization files</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-Missing-source-code-for-initialization-files/m-p/639500#M8240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a TWR-K65 board working with&amp;nbsp;the&amp;nbsp;FreeRTOS "hello_world" example using&amp;nbsp;the windows version of KDS 3.2.&amp;nbsp; Now I am trying to step through the initialization code that occurs before main gets called.&amp;nbsp; Why are the initialization files like--(crt0.s, crtbegin.(s or c), crtend.(s or c))&amp;nbsp;not available in source&amp;nbsp;code form as part of the KDS 3.2 release?&amp;nbsp; Aren't these&amp;nbsp;suppose to be released as part of the GCC tools per the GPL?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 17:09:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-Missing-source-code-for-initialization-files/m-p/639500#M8240</guid>
      <dc:creator>l3cswadams</dc:creator>
      <dc:date>2016-09-21T17:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: KDS 3.2 Missing source code for initialization files</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-Missing-source-code-for-initialization-files/m-p/639501#M8241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;A source file package is provided for download from the KDS download page (&lt;A class="link-titled" href="http://www.nxp.com/kds" title="http://www.nxp.com/kds"&gt;Kinetis Design Studio Integrated Development Environment (IDE)|NXP&lt;/A&gt;), but it does not include the unchanged/untouched packages as listed in the software content register. The GNU ARM Embedded toolchain used and included in KDS with the libraries and sources files are 'as is' from the Launchpad (&lt;A class="link-titled" href="https://launchpad.net/gcc-arm-embedded" title="https://launchpad.net/gcc-arm-embedded"&gt;GNU ARM Embedded Toolchain in Launchpad&lt;/A&gt;&amp;nbsp;) site. You can get all the library and compiler/etc sources from there.&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>Wed, 21 Sep 2016 17:16:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-Missing-source-code-for-initialization-files/m-p/639501#M8241</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2016-09-21T17:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: KDS 3.2 Missing source code for initialization files</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-Missing-source-code-for-initialization-files/m-p/639502#M8242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Eric.&amp;nbsp; I'll pull them down from there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 17:20:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-Missing-source-code-for-initialization-files/m-p/639502#M8242</guid>
      <dc:creator>l3cswadams</dc:creator>
      <dc:date>2016-09-21T17:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: KDS 3.2 Missing source code for initialization files</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-Missing-source-code-for-initialization-files/m-p/639503#M8243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok.&amp;nbsp; I've found the crt0.S file in multiple places in the gcc-arm-none-eabi-4_8 source tree.&amp;nbsp; Assuming the one in newlib/newlib/libc/sys/arm/crt0.S is the one we should be running against, how do I tell KDS that this is where the source code is located so that when it steps to "_start" it can correlate the assembly in my crt0.o file against this source code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 22:16:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-Missing-source-code-for-initialization-files/m-p/639503#M8243</guid>
      <dc:creator>l3cswadams</dc:creator>
      <dc:date>2016-09-21T22:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: KDS 3.2 Missing source code for initialization files</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-Missing-source-code-for-initialization-files/m-p/639504#M8244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;As the GNU libraries are built without debug information, you would have to rebuild them, see &lt;A class="link-titled" href="https://mcuoneclipse.com/2014/08/23/gnu-libs-with-debug-information-rebuilding-the-gnu-arm-libraries/" title="https://mcuoneclipse.com/2014/08/23/gnu-libs-with-debug-information-rebuilding-the-gnu-arm-libraries/"&gt;https://mcuoneclipse.com/2014/08/23/gnu-libs-with-debug-information-rebuilding-the-gnu-arm-libraries/&lt;/A&gt;&amp;nbsp;&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>Thu, 22 Sep 2016 05:36:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-Missing-source-code-for-initialization-files/m-p/639504#M8244</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2016-09-22T05:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: KDS 3.2 Missing source code for initialization files</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-Missing-source-code-for-initialization-files/m-p/639505#M8245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Eric:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You're as good as my NXP FAE says you are.&amp;nbsp; Thanks.&amp;nbsp; This article has now even taught me how to do this kind of work on Windows.&amp;nbsp; Normally I do this kind of work under&amp;nbsp;Linux as&amp;nbsp;that is my preferred environment anyway.&amp;nbsp; I understand everything you have done in the article, however, I'm confused&amp;nbsp;how this is adding in debug symbols to the libraries.&amp;nbsp; I don't see where the libraries are being built with a "-g" as I'm use to.&amp;nbsp; Thoughts?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 13:42:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-Missing-source-code-for-initialization-files/m-p/639505#M8245</guid>
      <dc:creator>l3cswadams</dc:creator>
      <dc:date>2016-09-22T13:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: KDS 3.2 Missing source code for initialization files</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-Missing-source-code-for-initialization-files/m-p/639506#M8246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;See the -g option in the screenshot named "newlib configuration options": there is the -g&lt;/P&gt;&lt;P&gt;I belive ARM builds the libraries with debug information and then strips the debug information off for the released package.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 15:34:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-Missing-source-code-for-initialization-files/m-p/639506#M8246</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2016-09-22T15:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: KDS 3.2 Missing source code for initialization files</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-Missing-source-code-for-initialization-files/m-p/639507#M8247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see it now.&amp;nbsp; It is above the yellow highlighted section.&amp;nbsp;&amp;nbsp;It also makes sense that ARM&amp;nbsp;builds it with debugging turned on and then strips the symbols later.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am now building these libraries under Linux and things have gone pretty well.&amp;nbsp; FYI, I can definitely tell you that the patch for the: "make file rules in the libgloss part:" must also be applied for a Linux build as well as a Windows build.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your continued help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 17:11:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-Missing-source-code-for-initialization-files/m-p/639507#M8247</guid>
      <dc:creator>l3cswadams</dc:creator>
      <dc:date>2016-09-22T17:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: KDS 3.2 Missing source code for initialization files</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-Missing-source-code-for-initialization-files/m-p/639508#M8248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems like something is still missing.&amp;nbsp; When I replace the library with the newly built library, My code builds, however, I still don't see the source files when stepping into a file like crt0.S.&amp;nbsp; Thoughts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 18:28:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-Missing-source-code-for-initialization-files/m-p/639508#M8248</guid>
      <dc:creator>l3cswadams</dc:creator>
      <dc:date>2016-09-22T18:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: KDS 3.2 Missing source code for initialization files</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-Missing-source-code-for-initialization-files/m-p/639509#M8249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does the source show up if you step into something like printf() or malloc()?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 19:04:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-Missing-source-code-for-initialization-files/m-p/639509#M8249</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2016-09-22T19:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: KDS 3.2 Missing source code for initialization files</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-Missing-source-code-for-initialization-files/m-p/639510#M8250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I never did a project clean after moving the new directory in place.&amp;nbsp; After having done a project clean I can't build the code as before.&amp;nbsp; It appears I am having trouble because of a lack of some NANO "*_s.a" libraries.&amp;nbsp; Also when I look through the original directory there are a lot more "*_s.a" files there&amp;nbsp;than what I have in the build of newlib and newlibNano.&amp;nbsp;&amp;nbsp;For example the new build seems to be missing the C++ files.&amp;nbsp; Thoughts?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 19:42:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-Missing-source-code-for-initialization-files/m-p/639510#M8250</guid>
      <dc:creator>l3cswadams</dc:creator>
      <dc:date>2016-09-22T19:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: KDS 3.2 Missing source code for initialization files</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-Missing-source-code-for-initialization-files/m-p/639511#M8251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;yes, I remember something like this too. I believe somehow some of the libraries are not built somehow, maybe I missed them. I remember that I still kept some of the orginal libs which were not re-built somehow. Not an issue to me as I did not need these for debugging. Maybe you will find out what is missing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 19:49:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-Missing-source-code-for-initialization-files/m-p/639511#M8251</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2016-09-22T19:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: KDS 3.2 Missing source code for initialization files</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-Missing-source-code-for-initialization-files/m-p/639512#M8252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are trying to decide whether to use KDS and FreeRTOS for a product-line moving forward.&amp;nbsp; Unfortunately,&amp;nbsp;I have a customer requirement to provide all source code as part of the release process, including all files in libraries used.&amp;nbsp; I will keep slugging away at this, but it may cause us to avoid using KDS and the Kinetis Family of parts if this issue becomes to onerous.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 19:57:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/KDS-3-2-Missing-source-code-for-initialization-files/m-p/639512#M8252</guid>
      <dc:creator>l3cswadams</dc:creator>
      <dc:date>2016-09-22T19:57:32Z</dc:date>
    </item>
  </channel>
</rss>

