<?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>topic Case sensitivity of file names in Kinetis Software Development Kit</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Case-sensitivity-of-file-names/m-p/612613#M6345</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using the Freedom Development Board for the KW41z on Linux and have installed KDS and the KW41 Connectivity Software for Linux as outlined in Step 2 of the Getting Started tour at&amp;nbsp;&lt;A _jive_internal="true" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fnxp.com%2Ffrdm-kw41z%2Fstartnow" rel="nofollow" target="_blank"&gt;FRDM-KW41Z|Freedom Development Kit|NXP&lt;/A&gt; . However, after that I can not follow any of the examples, because in each one I tried I get a lot of compilation errors because both in the file references in the Project Settings and in #include statements, case sensitivity of file names is not taken care of. &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;E.g. I have imported the project at MKW41Z_ConnSw_1.0.2/boards/frdmkw41z/wireless_examples/thread/router_eligible_device_ota_client/freertos/kds, I get numerous errors when I try to build, like&lt;/P&gt;&lt;P&gt;"../../../../../../../../rtos/freertos_8.2.3/Source/include/FreeRTOS.h:98:28: fatal error: FreeRTOSConfig.h: No such file or directory" - A file that I *do* have is "MKW41Z_ConnSw_1.0.2/middleware/wireless/framework_5.3.2/common/rtos/freertos/config/freertosconfig.h"&amp;nbsp; - in all lower case letters. When I rename that file to the mixed case name, that error goes away, leaving me with only 79 to go.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The same problem arises in the generated .project file with the project settings for the IDE. On Project Properties &amp;gt; Resource &amp;gt; Linked Resources &amp;gt; Linked Resources, I get ~40-50 entries with an invalid location. Examplary investigations lead to the problem being that in .project, the referenced file is given as "&amp;lt;locationURI&amp;gt;PARENT-7-PROJECT_LOC/middleware/wireless/ieee_802_15_4_5.3.2/PHY/Source/MKW41Z/Phy.h&amp;lt;/locationURI&amp;gt;" I can find the file that I think is meant by this at "MKW41Z_ConnSw_1.0.2/middleware/wireless/ieee_802_15_4_5.3.2/phy/source/MKW41Z/Phy.h" - With a different capitalization at both the names of the folders "phy" and "source".&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please advise on how to resolve this problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Feb 2017 17:20:04 GMT</pubDate>
    <dc:creator>thomasblank</dc:creator>
    <dc:date>2017-02-07T17:20:04Z</dc:date>
    <item>
      <title>Case sensitivity of file names</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Case-sensitivity-of-file-names/m-p/612613#M6345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using the Freedom Development Board for the KW41z on Linux and have installed KDS and the KW41 Connectivity Software for Linux as outlined in Step 2 of the Getting Started tour at&amp;nbsp;&lt;A _jive_internal="true" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fnxp.com%2Ffrdm-kw41z%2Fstartnow" rel="nofollow" target="_blank"&gt;FRDM-KW41Z|Freedom Development Kit|NXP&lt;/A&gt; . However, after that I can not follow any of the examples, because in each one I tried I get a lot of compilation errors because both in the file references in the Project Settings and in #include statements, case sensitivity of file names is not taken care of. &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;E.g. I have imported the project at MKW41Z_ConnSw_1.0.2/boards/frdmkw41z/wireless_examples/thread/router_eligible_device_ota_client/freertos/kds, I get numerous errors when I try to build, like&lt;/P&gt;&lt;P&gt;"../../../../../../../../rtos/freertos_8.2.3/Source/include/FreeRTOS.h:98:28: fatal error: FreeRTOSConfig.h: No such file or directory" - A file that I *do* have is "MKW41Z_ConnSw_1.0.2/middleware/wireless/framework_5.3.2/common/rtos/freertos/config/freertosconfig.h"&amp;nbsp; - in all lower case letters. When I rename that file to the mixed case name, that error goes away, leaving me with only 79 to go.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The same problem arises in the generated .project file with the project settings for the IDE. On Project Properties &amp;gt; Resource &amp;gt; Linked Resources &amp;gt; Linked Resources, I get ~40-50 entries with an invalid location. Examplary investigations lead to the problem being that in .project, the referenced file is given as "&amp;lt;locationURI&amp;gt;PARENT-7-PROJECT_LOC/middleware/wireless/ieee_802_15_4_5.3.2/PHY/Source/MKW41Z/Phy.h&amp;lt;/locationURI&amp;gt;" I can find the file that I think is meant by this at "MKW41Z_ConnSw_1.0.2/middleware/wireless/ieee_802_15_4_5.3.2/phy/source/MKW41Z/Phy.h" - With a different capitalization at both the names of the folders "phy" and "source".&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please advise on how to resolve this problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 17:20:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Case-sensitivity-of-file-names/m-p/612613#M6345</guid>
      <dc:creator>thomasblank</dc:creator>
      <dc:date>2017-02-07T17:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: Case sensitivity of file names</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Case-sensitivity-of-file-names/m-p/612614#M6346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Please check the post:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/message/866086"&gt;https://community.nxp.com/message/866086&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;There is a problem with the paths in linux environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this information helps you&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jorge Alcala&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 14:57:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Case-sensitivity-of-file-names/m-p/612614#M6346</guid>
      <dc:creator>jorge_a_vazquez</dc:creator>
      <dc:date>2017-02-16T14:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Case sensitivity of file names</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Case-sensitivity-of-file-names/m-p/612615#M6347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Jorge,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sorry, but that is not a good answer. Others and me have that problem, and as I said, there are sometimes hundreds of errors in just one software example. I can not fix all of these by hand and one by one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I really wanted to ask is: Is NXP going to fix the SDK on Linux, so that Linux users can evaluate the Kinetis Software Stack?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 08:45:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Case-sensitivity-of-file-names/m-p/612615#M6347</guid>
      <dc:creator>thomasblank</dc:creator>
      <dc:date>2017-02-22T08:45:49Z</dc:date>
    </item>
  </channel>
</rss>

