<?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 Software Development KitのトピックRe: KDS 3 / KSDK 1.2 fsl_misc_utilities missing externs?</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KDS-3-KSDK-1-2-fsl-misc-utilities-missing-externs/m-p/393696#M1215</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Donald,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I apologize for my late response.&lt;/P&gt;&lt;P&gt;Please, have you been still facing the issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Iva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Jul 2015 20:08:43 GMT</pubDate>
    <dc:creator>ivadorazinova</dc:creator>
    <dc:date>2015-07-28T20:08:43Z</dc:date>
    <item>
      <title>KDS 3 / KSDK 1.2 fsl_misc_utilities missing externs?</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KDS-3-KSDK-1-2-fsl-misc-utilities-missing-externs/m-p/393693#M1212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This :&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; extern char&amp;nbsp;&amp;nbsp; end asm ("end");&lt;/P&gt;&lt;P&gt;&amp;nbsp; extern char&amp;nbsp;&amp;nbsp; heap_limit asm ("__HeapLimit");&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;inside of &lt;EM&gt;fsl_misc_utilites.c&lt;/EM&gt;&amp;nbsp; causes a compiler error. &lt;/P&gt;&lt;P&gt;I did a search through the entire KSDK 1.2 path and the term&amp;nbsp; heap_limit doesn't show up anywhere other than the .c file itself, meaning it isn't actually externally declared.&lt;/P&gt;&lt;P&gt;Under the assumption I won't need this file for my project, I've deleted it from the path and the projects local SDK folder, however I'm wondering if I'm missing something else I may need?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, I have sdk lib.a in my paths, and have built the library. &lt;/P&gt;&lt;P&gt;Yes, I have the eclipse update installed and can compile when the file is removed. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 23:28:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KDS-3-KSDK-1-2-fsl-misc-utilities-missing-externs/m-p/393693#M1212</guid>
      <dc:creator>bosleymusic_com</dc:creator>
      <dc:date>2015-05-25T23:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: KDS 3 / KSDK 1.2 fsl_misc_utilities missing externs?</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KDS-3-KSDK-1-2-fsl-misc-utilities-missing-externs/m-p/393694#M1213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;STRONG class="font-color-meta"&gt;&lt;SPAN class="replyToName"&gt;Donald Bosley,&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG class="font-color-meta"&gt;&lt;SPAN class="replyToName"&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;please, can you tell me in which demo/project the issue occurs? &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;Thank you,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;Iva&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 13:13:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KDS-3-KSDK-1-2-fsl-misc-utilities-missing-externs/m-p/393694#M1213</guid>
      <dc:creator>ivadorazinova</dc:creator>
      <dc:date>2015-05-26T13:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: KDS 3 / KSDK 1.2 fsl_misc_utilities missing externs?</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KDS-3-KSDK-1-2-fsl-misc-utilities-missing-externs/m-p/393695#M1214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An application that I'm building from scratch using the dev_msd_disk_frdmk22f_bm_frdmk22f as an example, as well as the usbd_sdk_frdmk22f_bm_frdmk22f library.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First there is type-o in the documentation :&lt;/P&gt;&lt;P&gt;From theUSB Stack Device Reference Manual, Rev. 1, 04/2015, page 56:&lt;/P&gt;&lt;P&gt;7.4.1 &lt;STRONG&gt;msc_handle_t&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Description&lt;/P&gt;&lt;P&gt;Represents the MSC class handle.&lt;/P&gt;&lt;P&gt;Synopsis&lt;/P&gt;&lt;P&gt;typedef uint32_t msc_handle_t;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The actual typedef in the library is &lt;STRONG&gt;msd_handle_t&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, even though I'm building out a device only application, do I need to also build and use elements from the host or another library? There seem to be a lot of missing types and externals that don't exist anywhere in the library : OS_MsgQ_Is_Empty as an example. Says declared externally in multiple places,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OS_MsgQ_Is_Empty Externally declared :&lt;/P&gt;&lt;P&gt;khci.c&lt;/P&gt;&lt;P&gt;usb_dev.c --&amp;gt; Function commented out that includes is&lt;/P&gt;&lt;P&gt;adapter_sdk.h ---&amp;gt; says declared externally&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And appears to be declared in&amp;nbsp; adapter_sdk.c...&lt;/P&gt;&lt;P&gt;uint32_t OS_MsgQ_Is_Empty(os_msgq_handle msgq, void* msg)&lt;/P&gt;&lt;P&gt;But won't build?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advice?&lt;/P&gt;&lt;P&gt;***IF INCLUDE adapter_sdk.c instead of .h, it compiles...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 17:52:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KDS-3-KSDK-1-2-fsl-misc-utilities-missing-externs/m-p/393695#M1214</guid>
      <dc:creator>bosleymusic_com</dc:creator>
      <dc:date>2015-05-26T17:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: KDS 3 / KSDK 1.2 fsl_misc_utilities missing externs?</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KDS-3-KSDK-1-2-fsl-misc-utilities-missing-externs/m-p/393696#M1215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Donald,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I apologize for my late response.&lt;/P&gt;&lt;P&gt;Please, have you been still facing the issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Iva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 20:08:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KDS-3-KSDK-1-2-fsl-misc-utilities-missing-externs/m-p/393696#M1215</guid>
      <dc:creator>ivadorazinova</dc:creator>
      <dc:date>2015-07-28T20:08:43Z</dc:date>
    </item>
  </channel>
</rss>

