<?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>LPCXpresso IDE中的主题 Re: building problems + subclipse problem</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/building-problems-subclipse-problem/m-p/534240#M3992</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by tom84 on Wed Aug 01 05:07:00 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Or have i to edit the include paths for ever folder/subfolder?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If this is the point, for what do i need the project properties?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 01:40:17 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T01:40:17Z</dc:date>
    <item>
      <title>building problems + subclipse problem</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/building-problems-subclipse-problem/m-p/534237#M3989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by tom84 on Wed Aug 01 00:46:56 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello CodeRed,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have two questions. The first is about the include paths, the second about a problem i have while installing subclipse.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;First: I created a new folder in my project. I added in the project-properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-&amp;gt;includes the new folder. But the file from this folder was not found. It's a header file, which is included by a file in another folder under the project (which is included). If i change the properties of this folder, it builds fine. My question is: Why does it not work, if i include the path for the whole project? In my mind, all the files which are in folders included in the project should be found :confused:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Second: I want to install subclipse but it shows a message, that something is missing. I'm sorry i can't reproduce the error, because if i try to install subclipse now it shows a message "Duplicate location"! The first error appeared before second "Press Next" (was not possible, to press) and the "Accept the license and press [B]Finish[/B] " step.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks and regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:40:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/building-problems-subclipse-problem/m-p/534237#M3989</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: building problems + subclipse problem</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/building-problems-subclipse-problem/m-p/534238#M3990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CodeRedSupport on Wed Aug 01 04:46:58 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;You have to specifically name each folder that you want to be searched for header files. The compiler searches in the order in which you provide the header files. This is true for every compiler I have ever used.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Without knowing the error, I cannot tell you what you have done wrong. You can remove the duplicate location by editing the preference:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Install/Update-&amp;gt;Available Software sites&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and removing subclipse from the list.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:40:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/building-problems-subclipse-problem/m-p/534238#M3990</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: building problems + subclipse problem</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/building-problems-subclipse-problem/m-p/534239#M3991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by tom84 on Wed Aug 01 04:58:51 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I think my question was not understood. In the project properties I included ALL folders i use. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But the files in the new folder (which is also included, in the project properties) are said: fatal error. No such file or directory ? Why?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I did the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1 - create new folder in the project&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2 - project-&amp;gt;properties -&amp;gt; C/C++ build -&amp;gt; settings -&amp;gt; Includes an add the new folder&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;files in this folder are not found!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Perhaps you understand now my problem&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:40:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/building-problems-subclipse-problem/m-p/534239#M3991</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: building problems + subclipse problem</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/building-problems-subclipse-problem/m-p/534240#M3992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by tom84 on Wed Aug 01 05:07:00 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Or have i to edit the include paths for ever folder/subfolder?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If this is the point, for what do i need the project properties?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:40:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/building-problems-subclipse-problem/m-p/534240#M3992</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: building problems + subclipse problem</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/building-problems-subclipse-problem/m-p/534241#M3993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CodeRedSupport on Wed Aug 01 05:08:19 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry, but that does not make sense. Please export a project the demonstrates the problem and post it to this thread.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note: If you are running on Linux or Mac OS X, file/folder names are case-sensitive.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:40:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/building-problems-subclipse-problem/m-p/534241#M3993</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: building problems + subclipse problem</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/building-problems-subclipse-problem/m-p/534242#M3994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by tom84 on Wed Aug 01 05:19:04 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not allowed to upload the code but i think the screenshots make the problem clear!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;problem1.jpg shows the structure: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;my project: GreenPHY_LPC1758_FreeRTOS&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the subfolders src/CLI/gpiotest&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As can be seen the file "CLI.h" is in the folder CLI. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The file gpiotest.c (which needs "CLI.h" as can be seen on the right) is in the folder gpiotest, which is a subfodler of the folder CLI.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;problem2.jpg show the properties of the project:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the folders like gpiotest, CLI ARE included but i get an error! WHY?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If i change the properties of the folder gpiotest it works. But if i need to change that with every new folder, for what are the project properties. This just does not make sense.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:40:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/building-problems-subclipse-problem/m-p/534242#M3994</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: building problems + subclipse problem</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/building-problems-subclipse-problem/m-p/534243#M3995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CodeRedSupport on Wed Aug 01 07:12:28 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;It is impossible to read the images you have posted - they are too small&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:40:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/building-problems-subclipse-problem/m-p/534243#M3995</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: building problems + subclipse problem</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/building-problems-subclipse-problem/m-p/534244#M3996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by tom84 on Wed Aug 01 07:18:35 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;okay i willl try to make it clear like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have one project. I want to have several folders in this project:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;folder1: "debug" consists of debug.h and debug.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;folder2: "play" consits of play.h and play.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;project_name-&amp;gt;src-&amp;gt;debug&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;project_name-&amp;gt;src-&amp;gt;play&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;now in "play.h" is the line #include "debug.h". And the Compilter says that this file could not be found!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;BUT the project properties say in the Includes:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;project_name-&amp;gt;src-&amp;gt;debug&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;project_name-&amp;gt;src-&amp;gt;play&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;are both included.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it clear what my problem is?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:40:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/building-problems-subclipse-problem/m-p/534244#M3996</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: building problems + subclipse problem</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/building-problems-subclipse-problem/m-p/534245#M3997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CodeRedSupport on Wed Aug 01 07:31:27 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm sorry, but without the project, I really cannot tell what you have done wrong. If you create an example project, and clean before zipping, you should be able to post it to the forum.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:40:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/building-problems-subclipse-problem/m-p/534245#M3997</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:40:20Z</dc:date>
    </item>
  </channel>
</rss>

