<?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: Include path problem in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Include-path-problem/m-p/551109#M11705</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ex-Zero on Wed Oct 24 02:41:46 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm surprised :rolleyes: &lt;/SPAN&gt;&lt;A href="http://"&gt;http://www.support.code-red-tech.com/CodeRedWiki/RedlibAndNewlib&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 23:27:26 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T23:27:26Z</dc:date>
    <item>
      <title>Include path problem</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Include-path-problem/m-p/551104#M11700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by netsupra on Mon Oct 22 07:00:19 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a problem while trying to compile the zlib and libpng for a LPC11C24 : whenever I try to build the project, the compiler saids :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;c:\nxp\lpcxpresso_4.2.3_292\lpcxpresso\tools\bin\../lib/gcc/arm-none-eabi/4.5.1/../../../../arm-none-eabi/include/sys/types.h:4:32: error: no include path in which to search for sys/types.h&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you got any idea of how to solve this ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;netsupra&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:27:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Include-path-problem/m-p/551104#M11700</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: Include path problem</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Include-path-problem/m-p/551105#M11701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by IntStarFoo on Mon Oct 22 09:10:15 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not sure about the specifics of your situation, but here are a few ideas that might help you find the problem...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you [I]#include "sys/types.h"[/I] in your code?&amp;nbsp; If so, you can select that line in your code and press F3 (or right click-&amp;gt;Open Declaration).&amp;nbsp; That should open the actual file up.&amp;nbsp; From there, you should see the location of the file and make sure that it is in your include paths for that project (Make sure you have the project selected, click "Quick Settings" button on the toolbar then select "Include paths")&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, it could have something to do with using REDLIB vs NEWLIB.&amp;nbsp; Look that up under your project defines&amp;nbsp; (Make sure you have the project selected, click "Quick Settings" button on the toolbar then select "Defined Symbols").&amp;nbsp; You might have to read about differences between REDLIB and NEWLIB in other areas for help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:27:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Include-path-problem/m-p/551105#M11701</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: Include path problem</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Include-path-problem/m-p/551106#M11702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by daniel.widyanto on Mon Oct 22 21:47:30 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Usually sys/types.h is referring to host's environment (eg. in Linux, FreeBSD or Win32), and I don't think CodeRed GCC toolchain library has it (no sys/types.h in CodeRed / Newlib libc headers)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think you need to configure the zlib and libpng source code to not use the OS dependent files (including using autoconf to configure it as cross-compilation).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:27:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Include-path-problem/m-p/551106#M11702</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: Include path problem</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Include-path-problem/m-p/551107#M11703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by TheFallGuy on Tue Oct 23 00:46:06 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;sys/types.h is provided for newlib.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just switch your library to newlib and you can use it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://support.code-red-tech.com/CodeRedWiki/SwitchingCLibrary&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;and using Newlib (Nohost) or Newlib(Semihost)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:27:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Include-path-problem/m-p/551107#M11703</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: Include path problem</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Include-path-problem/m-p/551108#M11704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by netsupra on Wed Oct 24 02:34:05 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've switched to newlib and it is working.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Further, Newlib uses more memory than Redlib for the same source code.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:27:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Include-path-problem/m-p/551108#M11704</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Include path problem</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Include-path-problem/m-p/551109#M11705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ex-Zero on Wed Oct 24 02:41:46 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm surprised :rolleyes: &lt;/SPAN&gt;&lt;A href="http://"&gt;http://www.support.code-red-tech.com/CodeRedWiki/RedlibAndNewlib&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:27:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Include-path-problem/m-p/551109#M11705</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:27:26Z</dc:date>
    </item>
  </channel>
</rss>

