<?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 Will KDS handle .s ARM assembly code? in Kinetis Design Studio</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Will-KDS-handle-s-ARM-assembly-code/m-p/447872#M4423</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;KDS only handles .asm and .S as valid assembly code files, and the preference is locked and can't be modified or added&lt;/P&gt;&lt;P&gt;(Preference -&amp;gt; General -&amp;gt; Content Types -&amp;gt; Text -&amp;gt; Assembly Source File).&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the projects I'm working on, all assembly files are in .s postfix instead of .S, and KDS just simply ignore them.&lt;/P&gt;&lt;P&gt;Is there a way to add .s support?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this a feature or defect?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Only Linux is in real case-sensitive file system, both Windows and OS X (can be case sensitive, but the home drive normally isn't setup that way) are case aware, but not case sensitive.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Nov 2015 21:16:31 GMT</pubDate>
    <dc:creator>nirvanauscn</dc:creator>
    <dc:date>2015-11-26T21:16:31Z</dc:date>
    <item>
      <title>Will KDS handle .s ARM assembly code?</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Will-KDS-handle-s-ARM-assembly-code/m-p/447872#M4423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;KDS only handles .asm and .S as valid assembly code files, and the preference is locked and can't be modified or added&lt;/P&gt;&lt;P&gt;(Preference -&amp;gt; General -&amp;gt; Content Types -&amp;gt; Text -&amp;gt; Assembly Source File).&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the projects I'm working on, all assembly files are in .s postfix instead of .S, and KDS just simply ignore them.&lt;/P&gt;&lt;P&gt;Is there a way to add .s support?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this a feature or defect?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Only Linux is in real case-sensitive file system, both Windows and OS X (can be case sensitive, but the home drive normally isn't setup that way) are case aware, but not case sensitive.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 21:16:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Will-KDS-handle-s-ARM-assembly-code/m-p/447872#M4423</guid>
      <dc:creator>nirvanauscn</dc:creator>
      <dc:date>2015-11-26T21:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: Will KDS handle .s ARM assembly code?</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Will-KDS-handle-s-ARM-assembly-code/m-p/447873#M4424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've found the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=105022" title="https://bugs.eclipse.org/bugs/show_bug.cgi?id=105022"&gt;Bug 105022 – [content type] file specs should be case-sensitive&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=103530" title="https://bugs.eclipse.org/bugs/show_bug.cgi?id=103530"&gt;Bug 103530 – managed build: File with capital "S" extension not recognized as assembly&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adding a new File types for .s is not working due to the case sensitive problem.&lt;/P&gt;&lt;P&gt;Now the workaround is to add .s types in the project properties.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=278026" title="https://bugs.eclipse.org/bugs/show_bug.cgi?id=278026"&gt;Bug 278026 – Managed build doesn't work for *.s assembler files&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Extract:&lt;/P&gt;&lt;P&gt;+++++++++++++++++++++++++++&lt;/P&gt;&lt;P&gt;In the meantime I found a workaround for the problem:&lt;/P&gt;&lt;P&gt;Project Properties -&amp;gt; C/C++ General -&amp;gt; File Types -&amp;gt; Use project settings -&amp;gt; New -&amp;gt; Pattern: *.s, Type: Assembly Source File -&amp;gt; OK&lt;/P&gt;&lt;P&gt;+++++++++++++++++++++++++++&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've checked it on my side and it's working.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Pascal&lt;BR /&gt;Freescale Technical Support&lt;BR /&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>Fri, 27 Nov 2015 14:17:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Will-KDS-handle-s-ARM-assembly-code/m-p/447873#M4424</guid>
      <dc:creator>trytohelp</dc:creator>
      <dc:date>2015-11-27T14:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: Will KDS handle .s ARM assembly code?</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Will-KDS-handle-s-ARM-assembly-code/m-p/447874#M4425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, adding .s to the project setting addressed the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2015 19:39:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Will-KDS-handle-s-ARM-assembly-code/m-p/447874#M4425</guid>
      <dc:creator>nirvanauscn</dc:creator>
      <dc:date>2015-11-27T19:39:23Z</dc:date>
    </item>
  </channel>
</rss>

