<?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: Losing 2 links in paths and symbols following a failed build in MCUXpresso IDE</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/Losing-2-links-in-paths-and-symbols-following-a-failed-build/m-p/878355#M3734</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;MCUXpresso support has identified the issue and said that while there's no present workaround, there should be a fix in the next MCUXpresso release, expected by the end of 2019 Q2.&amp;nbsp; See the end of &lt;A _jive_internal="true" href="https://community.nxp.com/thread/501702"&gt;this thread&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Apr 2019 21:08:34 GMT</pubDate>
    <dc:creator>dmarks_ls</dc:creator>
    <dc:date>2019-04-30T21:08:34Z</dc:date>
    <item>
      <title>Losing 2 links in paths and symbols following a failed build</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Losing-2-links-in-paths-and-symbols-following-a-failed-build/m-p/878348#M3727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I'm new to MCUXpresso, I found this compiler behaviour rather disconcerting so thought to throw it to the community for reassurance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been using a FRDM-KW41Z board and have not tested to see if this applies to other boards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I noticed these two links are always included (in paths and symbols within includes in C/C++ general properties) in new projects or if I import an SDK project.&lt;/P&gt;&lt;P&gt;&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/69071i021CC8940D0A2474/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;I was porting code from another project and editing this code in a new project and kept noticing that these two links disappeared after a while and could not fathom why.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I carefully reconstructed and discovered that these two links disappear from my project as soon as I run a build and it fails.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I&amp;nbsp;am wondering if this normal behaviour?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2019 16:53:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Losing-2-links-in-paths-and-symbols-following-a-failed-build/m-p/878348#M3727</guid>
      <dc:creator>gerrikoio</dc:creator>
      <dc:date>2019-04-03T16:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Losing 2 links in paths and symbols following a failed build</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Losing-2-links-in-paths-and-symbols-following-a-failed-build/m-p/878349#M3728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Colin,&lt;/P&gt;&lt;P&gt;I saw something similar a few days ago and reported this to the IDE team. They are investigating this.&lt;/P&gt;&lt;P&gt;If you don't have these paths in the list, it basically means that the Eclipse Indexer (F3 or jump to declaration/definition) won't be able to find things like stdio.h. Other than that, it should not affect you negatively.&lt;/P&gt;&lt;P&gt;Otherwise add the two paths in the 'Path and Symbols' list again.&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>Wed, 03 Apr 2019 17:14:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Losing-2-links-in-paths-and-symbols-following-a-failed-build/m-p/878349#M3728</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2019-04-03T17:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: Losing 2 links in paths and symbols following a failed build</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Losing-2-links-in-paths-and-symbols-following-a-failed-build/m-p/878350#M3729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An update...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I decided to pay attention to the message that's given below the includes box "Using relative paths is ambiguous and not recommended (my comment - then why provide this as default!!). It can cause unexpected effects."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then had to manually change all include directories by ticking the "Is a workspace path".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I noticed a difference between some examples I've worked through. When I simply tick that option it inserts the actual path directory name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However many other working demos use this macro/shortcut function "/${ProjName}" and then when clicking that option the "/${ProjName}" is always used, as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/72855i0DAF57C04D3D3CDF/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I noted that there is now a new message given "Preprocessor Include Paths...."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This worked (I think) as even though my build occasionally&amp;nbsp;failed I did not lose those other two links.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HOWEVER...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then decided to change the project name (using the rename option) for my project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I did that I lost those two links again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2019 08:44:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Losing-2-links-in-paths-and-symbols-following-a-failed-build/m-p/878350#M3729</guid>
      <dc:creator>gerrikoio</dc:creator>
      <dc:date>2019-04-04T08:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: Losing 2 links in paths and symbols following a failed build</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Losing-2-links-in-paths-and-symbols-following-a-failed-build/m-p/878351#M3730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have used MCUXpresso and its predecessors for nearly 10 years, and I have NEVER used that particular setting for include paths (as far as I know, it is 'discovered' by the IDE when doing a build - that is output by the compiler). The correct way to specify include paths is to add them in the MCU C Compiler, "Includes" section of the project properties. See image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="2019-04-04 04.03.09 pm.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/77561i2611C654CE4DA0AF/image-size/large?v=v2&amp;amp;px=999" role="button" title="2019-04-04 04.03.09 pm.png" alt="2019-04-04 04.03.09 pm.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2019 15:04:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Losing-2-links-in-paths-and-symbols-following-a-failed-build/m-p/878351#M3730</guid>
      <dc:creator>converse</dc:creator>
      <dc:date>2019-04-04T15:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Losing 2 links in paths and symbols following a failed build</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Losing-2-links-in-paths-and-symbols-following-a-failed-build/m-p/878352#M3731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, ok. Now that solves my problem.&amp;nbsp;Brilliant.&amp;nbsp;Thanks for the tip, most helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2019 15:23:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Losing-2-links-in-paths-and-symbols-following-a-failed-build/m-p/878352#M3731</guid>
      <dc:creator>gerrikoio</dc:creator>
      <dc:date>2019-04-04T15:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: Losing 2 links in paths and symbols following a failed build</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Losing-2-links-in-paths-and-symbols-following-a-failed-build/m-p/878353#M3732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I thought to change my earlier choice of a Correct Answer, as whilst it did solve a particular case, and is the correct way to manually add new&amp;nbsp;includes into a project,&amp;nbsp; it actually did not solve the problem related to those two missing links as I found another &lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;scenario that is related. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;This case is rather strange and it took a good while to figure out.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;If I create a new project with say&amp;nbsp;&lt;SPAN&gt;an FRDM-KL25Z&amp;nbsp;board or others and then create a new project with an&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;FRDM-KW41Z board then all includes for all project are resolved and everything links ok.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN style="background-color: #ffffff; "&gt;If I then exit from MCUXpresso&amp;nbsp;and then reopen the IDE and go to say my new&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;FRDM-KW41Z project or any of the other projects I had created) it shows the following (links are now missing):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&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/79177iFBEC64F2E13EACFE/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;To confirm this, I can then choose Project... C/C++ Index... Search for Unresolved Includes, and this menu option will then pick up &amp;lt;stdio.h&amp;gt; for you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;This occurs for both c and c++ projects.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2019 08:37:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Losing-2-links-in-paths-and-symbols-following-a-failed-build/m-p/878353#M3732</guid>
      <dc:creator>gerrikoio</dc:creator>
      <dc:date>2019-04-08T08:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: Losing 2 links in paths and symbols following a failed build</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Losing-2-links-in-paths-and-symbols-following-a-failed-build/m-p/878354#M3733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This issue is something we are currently investigating.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MCUXpresso IDE Support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2019 21:26:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Losing-2-links-in-paths-and-symbols-following-a-failed-build/m-p/878354#M3733</guid>
      <dc:creator>lpcxpresso_supp</dc:creator>
      <dc:date>2019-04-08T21:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Losing 2 links in paths and symbols following a failed build</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Losing-2-links-in-paths-and-symbols-following-a-failed-build/m-p/878355#M3734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;MCUXpresso support has identified the issue and said that while there's no present workaround, there should be a fix in the next MCUXpresso release, expected by the end of 2019 Q2.&amp;nbsp; See the end of &lt;A _jive_internal="true" href="https://community.nxp.com/thread/501702"&gt;this thread&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2019 21:08:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Losing-2-links-in-paths-and-symbols-following-a-failed-build/m-p/878355#M3734</guid>
      <dc:creator>dmarks_ls</dc:creator>
      <dc:date>2019-04-30T21:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: Losing 2 links in paths and symbols following a failed build</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Losing-2-links-in-paths-and-symbols-following-a-failed-build/m-p/878356#M3735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To follow up on this thread:&lt;/P&gt;&lt;P&gt;The IDE V11.0.0&amp;nbsp; (and later) have a context menu item (right click on the project main folder) which fixes the parser for any projects which expose this issue:&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/87707i2CE6C79A81279249/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;Tools &amp;gt; Fixup Parsers&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>Thu, 15 Aug 2019 10:31:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Losing-2-links-in-paths-and-symbols-following-a-failed-build/m-p/878356#M3735</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2019-08-15T10:31:20Z</dc:date>
    </item>
  </channel>
</rss>

