<?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 Re: Fatal linker include error: no file or directory in Kinetis Design Studio</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Fatal-linker-include-error-no-file-or-directory/m-p/609207#M7660</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached processor expert sample code for &lt;STRONG&gt;kl02z32vfm4&lt;/STRONG&gt;. Try to build this code in your system. if this code will not build in your system then i suggest re-install KDS and KSDK properly. Also try to build default examples of same controller/board.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if any....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;Harsh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Oct 2016 12:48:58 GMT</pubDate>
    <dc:creator>harshpatel</dc:creator>
    <dc:date>2016-10-07T12:48:58Z</dc:date>
    <item>
      <title>Fatal linker include error: no file or directory</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Fatal-linker-include-error-no-file-or-directory/m-p/609203#M7656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I'm new to the Kinetis Line of MCU's and the KDS Toolchain so forgive my ignorance about this relatively simple problem.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any time I create a project, or modify a demo program to include a library file from the "includes" directory in the project structure, my include statements get marked as an error as the linker cannot apparently find the files I try to include. This also goes for header files from the SDK platform library, or even for my own application code files. Normally, eclipse itself can resolve my includes (I can hit Open Declaration and it opens the correct file), but it won't build at all.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Even more perplexing, on another project, I have used Processor Expert to generate driver code for me, and some of that generated code has the exact same issue (I didn't even touch it!). In this case, one of the generated files (Cpu.h) fails to include fsl_device_registers.h properly, or any other file for that matter.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I build, I get this error in the console:&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;C:/Freescale/kl02_workspace/periph_test_proj/Generated_Code/Cpu.h:70:34: fatal error: fsl_device_registers.h: No such file or directory&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I comment out that inclusion, the it trips on the very next line, which includes&amp;nbsp;"fsl_clock_manager.h".&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried adding folders to the includes list for the ARM C Linker/Compiler/Assembler in&lt;/P&gt;&lt;P&gt;Project -&amp;gt; Properties -&amp;gt; C/C++ Build&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Setup:&lt;/P&gt;&lt;P&gt;Win 7 64 bit&lt;/P&gt;&lt;P&gt;Kinetis Design Studio 3.2.0, with KSDK 1.3.0 Eclipse Update&lt;/P&gt;&lt;P&gt;KSDK 1.3.0&lt;/P&gt;&lt;P&gt;KL02Z32 FRDM Board&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any tips and pointers you might have,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;JW&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 23:07:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Fatal-linker-include-error-no-file-or-directory/m-p/609203#M7656</guid>
      <dc:creator>jmward</dc:creator>
      <dc:date>2016-10-05T23:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: Fatal linker include error: no file or directory</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Fatal-linker-include-error-no-file-or-directory/m-p/609204#M7657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi James,&lt;/P&gt;&lt;P&gt;in KDS, include path for the build is configured in&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Project - Properties - C/C++ Build - Settings - Tool Settings - Cross ARM C Compiler - Includes - Include paths&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this does not help, can you attach your project?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2016 07:47:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Fatal-linker-include-error-no-file-or-directory/m-p/609204#M7657</guid>
      <dc:creator>MarekTrmac</dc:creator>
      <dc:date>2016-10-06T07:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Fatal linker include error: no file or directory</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Fatal-linker-include-error-no-file-or-directory/m-p/609205#M7658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, that suggestion did not work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are my two projects that are being bugged by this, both baremetal KL02 projects. The first is standalone made by the project generator, the second is a Processor Expert Project.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2016 19:53:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Fatal-linker-include-error-no-file-or-directory/m-p/609205#M7658</guid>
      <dc:creator>jmward</dc:creator>
      <dc:date>2016-10-06T19:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: Fatal linker include error: no file or directory</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Fatal-linker-include-error-no-file-or-directory/m-p/609206#M7659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi James,&lt;/P&gt;&lt;P&gt;the projects you send does not contain toolchain configuration for KDS. ".cproject" contains configuration&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;"&amp;lt;toolChain id="net.sourceforge.usbdm.cdt.arm.exe.release.toolchain.1317240884" name="ARM-USBDM ToolChain" ...&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;which is not in KDS by default. I have no expirience with that extension so cannot help more.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2016 10:33:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Fatal-linker-include-error-no-file-or-directory/m-p/609206#M7659</guid>
      <dc:creator>MarekTrmac</dc:creator>
      <dc:date>2016-10-07T10:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: Fatal linker include error: no file or directory</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Fatal-linker-include-error-no-file-or-directory/m-p/609207#M7660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached processor expert sample code for &lt;STRONG&gt;kl02z32vfm4&lt;/STRONG&gt;. Try to build this code in your system. if this code will not build in your system then i suggest re-install KDS and KSDK properly. Also try to build default examples of same controller/board.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if any....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;Harsh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2016 12:48:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Fatal-linker-include-error-no-file-or-directory/m-p/609207#M7660</guid>
      <dc:creator>harshpatel</dc:creator>
      <dc:date>2016-10-07T12:48:58Z</dc:date>
    </item>
  </channel>
</rss>

