<?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: v4.2 Project links with old libraries in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/v4-2-Project-links-with-old-libraries/m-p/570998#M20403</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by caprock on Wed Apr 18 13:50:23 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;frame,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Took your advise &amp;amp; from Code Red:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Created totally NEW static libraries &amp;amp; NEW C applications in a new Workspace.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now all seems ok.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The question remains possibly for Code Red:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How can we delete these old histories? Are we forced to re-create projects when a major update is needed?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;:)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 01:01:26 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T01:01:26Z</dc:date>
    <item>
      <title>v4.2 Project links with old libraries</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/v4-2-Project-links-with-old-libraries/m-p/570994#M20399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by caprock on Wed Apr 18 10:16:42 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Code Red Xpresso V4.2.0 - Project LPC11xx (13xx &amp;amp; 17xx as well)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am developing some static libraries and executables, and have changed names of files and/or copied files to new names. The Application is an executable that links with these libraries. While the Application seem to function as expected, I am stumped with the Project Settings Include paths.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The old libraries keep come back! (or at lease their names)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Looking at the Application/Project/Settings the list of Include paths (-I) Debug/Release, the list is populated with all of my previous libraries. I edit the list making sure to Apply, Clean/Build and the entries are cleared as expected. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Next I use Export to Zip w/o references to an external disk. Then I Delete all files in the Workspace and tick delete from disk as well. I then import the archive project and the old libraries are there! Not only at the Settings/Include, but they are in MCU/General and MCU/Linker/Libraries/Library search path as well!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I must be doing something wrong but can't seem to understand just what.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone provide information as to what is happening? :confused:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:01:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/v4-2-Project-links-with-old-libraries/m-p/570994#M20399</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: v4.2 Project links with old libraries</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/v4-2-Project-links-with-old-libraries/m-p/570995#M20400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by frame on Wed Apr 18 11:17:34 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I had a similar issue a few weeks ago. I tried to pull an existing library project, based on CMSIS V1.3 over to CMSIS V2.0. The effect was almost identical - references to the old (V1.3) libraries popped up everywhere in the build process, even after manually replacing all of them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I finally recognized that this was unmanageable for me - I scrapped the project, setting it up from start with the new library, only importing the source files.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I guess it gets lost in the opaque project management of Eclipse - I had issues with other Eclipse-based IDEs too. But for a developer / end user, it is usually the overall impression that counts ...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:01:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/v4-2-Project-links-with-old-libraries/m-p/570995#M20400</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: v4.2 Project links with old libraries</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/v4-2-Project-links-with-old-libraries/m-p/570996#M20401</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 Apr 18 11:52:58 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this what you are seeing...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: &lt;/STRONG&gt;&lt;BR /&gt;Invalid project path: Include path not found ....&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If so, then see:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://support.code-red-tech.com/CodeRedWiki/InvalidProjPath&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And if you need to change the names of library projects that your application project link with, then you should be able to use a modified version of the script we provide for updating from linking with CMSIS 1.3 to 2.0 projects....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://support.code-red-tech.com/CodeRedWiki/cmsis130to200&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CodeRedSupport&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:01:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/v4-2-Project-links-with-old-libraries/m-p/570996#M20401</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: v4.2 Project links with old libraries</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/v4-2-Project-links-with-old-libraries/m-p/570997#M20402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by caprock on Wed Apr 18 12:05:35 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;No errors or warnings.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using CMSISv2p00.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I just deleted my library including delete from disk.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I created a new project w/same name. There was a warning that this would apply new settings - Ok.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When this project was created, my includes were already there! And of course, the resulting App has the old libraries as posted earlier.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So now I am going to try creating a fresh &amp;amp; empty workspace and try this all over again.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:01:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/v4-2-Project-links-with-old-libraries/m-p/570997#M20402</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: v4.2 Project links with old libraries</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/v4-2-Project-links-with-old-libraries/m-p/570998#M20403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by caprock on Wed Apr 18 13:50:23 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;frame,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Took your advise &amp;amp; from Code Red:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Created totally NEW static libraries &amp;amp; NEW C applications in a new Workspace.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now all seems ok.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The question remains possibly for Code Red:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How can we delete these old histories? Are we forced to re-create projects when a major update is needed?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;:)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:01:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/v4-2-Project-links-with-old-libraries/m-p/570998#M20403</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: v4.2 Project links with old libraries</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/v4-2-Project-links-with-old-libraries/m-p/570999#M20404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by frame on Thu Apr 19 04:11:19 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I do not blame Code-Red / LPCXpresso IDE, because I had other troubles with Eclipse based IDEs, too. I don't have the time and the nerves to dig that deep into Eclipse. It might be free / open source, but it hides a lot of the build settings from me by default. You hardly know what actually happens internally - thats what I meant with the slightly euphemistic "opaque".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;All this made me loving [FONT=Courier New]make[/FONT] files...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:01:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/v4-2-Project-links-with-old-libraries/m-p/570999#M20404</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: v4.2 Project links with old libraries</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/v4-2-Project-links-with-old-libraries/m-p/571000#M20405</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 Thu Apr 19 04:33:16 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: caprock&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;The question remains possibly for Code Red:&lt;BR /&gt;How can we delete these old histories? Are we forced to re-create projects when a major update is needed?&lt;BR /&gt;:)&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry, we are not sure we actually follow what the problem you are seeing is. It certainly doesn't ring any bells here either with project updates we have done ourselves&amp;nbsp; or with interactions we have had with customers over updates they have done.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you can explain in more details exactly what you are doing and exactly what you see (preferably a step by step set of instructions for replicating the problem), then we can investigate. Otherwise I'm not sure what else we can do here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CodeRedSupport&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:01:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/v4-2-Project-links-with-old-libraries/m-p/571000#M20405</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: v4.2 Project links with old libraries</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/v4-2-Project-links-with-old-libraries/m-p/571001#M20406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by caprock on Thu Apr 19 08:24:58 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks CodeRed &amp;amp; frame - I certainly did not mean to be critical of this product, only to raise an issue. I have been working with Red Suite NXP Version for about 2 years and this is the first big issue. This is a [B]great[/B] product, well integrated, and yes, complex to understand some aspects, especially the project construct (metadata)?. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This problem report may have something to do with how the workspace was created, as this had been my first exposure to Red Suite V4.0.4 and I probably mixed some content from V3.6.3.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In short, this is a 13xx project that includes several (5) bogus libraries, including mix of 13xx/17xx) libraries referenced for Include and Release libraries. These bogus libraries are not random; they seem to represent derivative and/or solutions used to create the current names. But they do include a mix of processor types 13/17xx.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately, all attempts to take a snapshot showing this problem exceeds the attachment size.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[B][I]But this problem seems to be isolated to this one particular workspace.[/I][/B]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can recreate all of this and can send any info perhaps offline on Monday.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:01:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/v4-2-Project-links-with-old-libraries/m-p/571001#M20406</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: v4.2 Project links with old libraries</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/v4-2-Project-links-with-old-libraries/m-p/571002#M20407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by researchinnovation on Thu Apr 19 22:26:17 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi...!!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you still facing the same problem. Why do not you create new workspace and try.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks...:)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:01:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/v4-2-Project-links-with-old-libraries/m-p/571002#M20407</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:01:28Z</dc:date>
    </item>
  </channel>
</rss>

