<?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: What is an intrinsics.h compiler error? in Kinetis Design Studio</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/What-is-an-intrinsics-h-compiler-error/m-p/616833#M7827</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thanks for your responses. I am attempting to migrate a project from&amp;nbsp; IAR to KDS. I realize that I cannot do this directly, so what&amp;nbsp; I was attempting to do was to export only the&amp;nbsp; components from Processor Expert. Somehow the export is still linked to the IAR compiler even though when I went through the Processor Expert properties, I could not fine a&amp;nbsp; link or setup parameter to a compiler. Do you know how I can export just the processor expert components to a new KDS project without this link to the previous IAR project?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 08 Oct 2016 16:03:49 GMT</pubDate>
    <dc:creator>gerrykurz</dc:creator>
    <dc:date>2016-10-08T16:03:49Z</dc:date>
    <item>
      <title>What is an intrinsics.h compiler error?</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/What-is-an-intrinsics-h-compiler-error/m-p/616830#M7824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have started a KDS Processor Expert project and imported a component settings file from another project.&lt;/P&gt;&lt;P&gt;When I compile, I get the following error message:&lt;/P&gt;&lt;P&gt;/Users/gerrykurz/Dropbox/Apparata/500Rack Design/Arm Firmware/V1-2/Rack_500/Generated_Code/PE_Types.h:66:24: fatal error: intrinsics.h: No such file or directory&amp;nbsp; #include &amp;lt;intrinsics.h&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ^&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea how to fix this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2016 16:10:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/What-is-an-intrinsics-h-compiler-error/m-p/616830#M7824</guid>
      <dc:creator>gerrykurz</dc:creator>
      <dc:date>2016-10-07T16:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: What is an intrinsics.h compiler error?</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/What-is-an-intrinsics-h-compiler-error/m-p/616831#M7825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gerry,&lt;/P&gt;&lt;P&gt;has this project be generated for the compiler (GNU gcc?) you are using, or for a different toolchain (e.g. IAR or Keil?).&lt;/P&gt;&lt;P&gt;I ask because there should be no such include in PE_Types.h if that project is for GNU ARM gcc (checked quickly on my side).&lt;/P&gt;&lt;P&gt;The &amp;lt;intrinsics.h&amp;gt; is a header file provided with the libraries (for your toolchain/compiler) and contains 'low level compiler' things like special way to generate assembly instruction sequences and similar things. It is very compiler specific.&lt;/P&gt;&lt;P&gt;Apart from that, if you indeed have that and need that, it has to be found within the compiler search path settings (-I compiler option).&lt;/P&gt;&lt;P&gt;So can you verify that this project is indeed for GNU ARM gcc compiler?&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>Sat, 08 Oct 2016 06:35:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/What-is-an-intrinsics-h-compiler-error/m-p/616831#M7825</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2016-10-08T06:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: What is an intrinsics.h compiler error?</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/What-is-an-intrinsics-h-compiler-error/m-p/616832#M7826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gerry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are several build tool chain selections in KDS processor expert&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/3128iC4EB4E81F53951D6/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KDS uses GNU C Compiler, if we choose other compiler, we may see error as you have.&lt;/P&gt;&lt;P&gt;For detail method of fix, please see attached video.&lt;/P&gt;&lt;P&gt;if this can not help, please upload your project here. we need work on the problem directly. Thanks!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jennie Zhang&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>Sat, 08 Oct 2016 06:44:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/What-is-an-intrinsics-h-compiler-error/m-p/616832#M7826</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2016-10-08T06:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: What is an intrinsics.h compiler error?</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/What-is-an-intrinsics-h-compiler-error/m-p/616833#M7827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thanks for your responses. I am attempting to migrate a project from&amp;nbsp; IAR to KDS. I realize that I cannot do this directly, so what&amp;nbsp; I was attempting to do was to export only the&amp;nbsp; components from Processor Expert. Somehow the export is still linked to the IAR compiler even though when I went through the Processor Expert properties, I could not fine a&amp;nbsp; link or setup parameter to a compiler. Do you know how I can export just the processor expert components to a new KDS project without this link to the previous IAR project?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Oct 2016 16:03:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/What-is-an-intrinsics-h-compiler-error/m-p/616833#M7827</guid>
      <dc:creator>gerrykurz</dc:creator>
      <dc:date>2016-10-08T16:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: What is an intrinsics.h compiler error?</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/What-is-an-intrinsics-h-compiler-error/m-p/616834#M7828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gerry,&lt;/P&gt;&lt;P&gt;the the response from Jennie: you need to change the compiler setting to GNU C Compiler in the CPU component and then re-generate the code with Processor Expert.&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>Sat, 08 Oct 2016 16:16:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/What-is-an-intrinsics-h-compiler-error/m-p/616834#M7828</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2016-10-08T16:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: What is an intrinsics.h compiler error?</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/What-is-an-intrinsics-h-compiler-error/m-p/616835#M7829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Erich!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Jennie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2016 06:19:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/What-is-an-intrinsics-h-compiler-error/m-p/616835#M7829</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2016-10-10T06:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: What is an intrinsics.h compiler error?</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/What-is-an-intrinsics-h-compiler-error/m-p/616836#M7830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it working, thanks to you both.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2016 14:55:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/What-is-an-intrinsics-h-compiler-error/m-p/616836#M7830</guid>
      <dc:creator>gerrykurz</dc:creator>
      <dc:date>2016-10-10T14:55:59Z</dc:date>
    </item>
  </channel>
</rss>

