<?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: How to clone an MCUXpresso project in MCUXpresso IDE</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-clone-an-MCUXpresso-project/m-p/1027408#M5407</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The other include paths were all done the same way, and the code built before I added the new folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't see a way to upload my project file;&amp;nbsp;does a new question need&amp;nbsp;to be created in order to do that? In the meantime, I can create a new workspace&amp;nbsp;with a new project, clone the project, build both, add a source and header file&amp;nbsp;in a new folder to the original project, build it, and then try to build the clone. If that fails, I could upload the entire workspace.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Aug 2020 13:12:46 GMT</pubDate>
    <dc:creator>jeffthompson</dc:creator>
    <dc:date>2020-08-05T13:12:46Z</dc:date>
    <item>
      <title>How to clone an MCUXpresso project</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-clone-an-MCUXpresso-project/m-p/1027400#M5399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using MCUXpresso 11.1.0 and would like to clone one of my projects to use as the starting point for a related project, preferably in the same workspace. How con I do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2020 17:58:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-clone-an-MCUXpresso-project/m-p/1027400#M5399</guid>
      <dc:creator>jeffthompson</dc:creator>
      <dc:date>2020-02-13T17:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to clone an MCUXpresso project</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-clone-an-MCUXpresso-project/m-p/1027401#M5400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ctrl-c&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ctrl-v&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2020 21:12:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-clone-an-MCUXpresso-project/m-p/1027401#M5400</guid>
      <dc:creator>converse</dc:creator>
      <dc:date>2020-02-13T21:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to clone an MCUXpresso project</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-clone-an-MCUXpresso-project/m-p/1027402#M5401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried that earlier but nothing happened and the context menu showed Paste as unavailable. But just now it worked. The difference was that I had the project closed before, but open now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2020 21:17:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-clone-an-MCUXpresso-project/m-p/1027402#M5401</guid>
      <dc:creator>jeffthompson</dc:creator>
      <dc:date>2020-02-13T21:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to clone an MCUXpresso project</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-clone-an-MCUXpresso-project/m-p/1027403#M5402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just in case: the following article goes into the details of cloning a project:&amp;nbsp;&lt;A class="link-titled" href="https://mcuoneclipse.com/2020/04/07/tutorial-rename-copy-or-clone-eclipse-projects-with-mcuxpresso/" title="https://mcuoneclipse.com/2020/04/07/tutorial-rename-copy-or-clone-eclipse-projects-with-mcuxpresso/"&gt;Tutorial: Rename, Copy or Clone Eclipse Projects with MCUXpresso | MCU on Eclipse&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2020 15:13:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-clone-an-MCUXpresso-project/m-p/1027403#M5402</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2020-08-04T15:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to clone an MCUXpresso project</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-clone-an-MCUXpresso-project/m-p/1027404#M5403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem I had today was that I had added a folder, with source and header files, under 'sources' in the original project When I tried to build the clone, it failed because it couldn't find a new header file that is located in the new folder. At first, I thought this was because I hadn't updated the clone project to include the new folder's path. However, after doing so (I used the 'workspace' relative path, just as the other include paths did), I still could not build for the same reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interestingly, if I right click on the header filename, in the clone source file that includes it, and select 'Open Declaration', it opens the new header file. But building gives the error "no such file or directory". I've cleaned the project and deleted the contents of the output folder. Somehow, the compiler just can't find the header.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, adding a folder and files to the original project appears to&amp;nbsp; require some other step for the cloned project to build, even though the project explorer show the new folder and files in both projects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using MCUXpresso 11.2.0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2020 18:59:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-clone-an-MCUXpresso-project/m-p/1027404#M5403</guid>
      <dc:creator>jeffthompson</dc:creator>
      <dc:date>2020-08-04T18:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to clone an MCUXpresso project</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-clone-an-MCUXpresso-project/m-p/1027405#M5404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do this fairly regularly and there are no additional steps required. I'm guessing that you have a misconfiguration in your include paths. (Properties-&amp;gt;C/C++ Build-&amp;gt;Settings-&amp;gt;MCU C Compiler-&amp;gt;Includes)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2020 10:25:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-clone-an-MCUXpresso-project/m-p/1027405#M5404</guid>
      <dc:creator>converse</dc:creator>
      <dc:date>2020-08-05T10:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to clone an MCUXpresso project</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-clone-an-MCUXpresso-project/m-p/1027406#M5405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe I did update the include paths correctly, using the builtin browser, but see what you think. I'll call the original project 'Original' and the cloned project 'Clone'. In Original, the new folder is under 'source' and I'll call it 'new_folder'. The include path in Original is ../source/new_folder. In Clone, it's "${workspace_loc:/Original/source/new_folder}".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In desperation, I tried setting the Clone include path to ../source/new_folder and even "${workspace_loc:/${ProjName}/source/root_certificates}". Non of these resulted in a build.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2020 10:56:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-clone-an-MCUXpresso-project/m-p/1027406#M5405</guid>
      <dc:creator>jeffthompson</dc:creator>
      <dc:date>2020-08-05T10:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to clone an MCUXpresso project</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-clone-an-MCUXpresso-project/m-p/1027407#M5406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You said:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;The include path in Original is ../source/new_folder. In Clone, it's "${workspace_loc:/Original/source/new_folder}".&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Why do you reference "Original" in Clone?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only way I can get to the bottom of this is if you provide a failing example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2020 11:13:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-clone-an-MCUXpresso-project/m-p/1027407#M5406</guid>
      <dc:creator>converse</dc:creator>
      <dc:date>2020-08-05T11:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to clone an MCUXpresso project</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-clone-an-MCUXpresso-project/m-p/1027408#M5407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The other include paths were all done the same way, and the code built before I added the new folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't see a way to upload my project file;&amp;nbsp;does a new question need&amp;nbsp;to be created in order to do that? In the meantime, I can create a new workspace&amp;nbsp;with a new project, clone the project, build both, add a source and header file&amp;nbsp;in a new folder to the original project, build it, and then try to build the clone. If that fails, I could upload the entire workspace.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2020 13:12:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-clone-an-MCUXpresso-project/m-p/1027408#M5407</guid>
      <dc:creator>jeffthompson</dc:creator>
      <dc:date>2020-08-05T13:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to clone an MCUXpresso project</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-clone-an-MCUXpresso-project/m-p/1027409#M5408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I started down this path, I realized that my cloned project was created and then all the files from the original project were added as links. So, File Explorer shows no source or header files in the cloned project, but the Project Explorer does. Maybe this has bearing on my issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2020 14:06:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-clone-an-MCUXpresso-project/m-p/1027409#M5408</guid>
      <dc:creator>jeffthompson</dc:creator>
      <dc:date>2020-08-05T14:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to clone an MCUXpresso project</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-clone-an-MCUXpresso-project/m-p/1027410#M5409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd suggest starting again. When I select a (open) project, Ctrl-C and Ctrl-V, I get a dialog displayed that says "Copy Project". I press the Copy button and I end up with a duplicate project with all of the files copied too. I don't know how you got into the state that you have. I am using 11.1.1 on Windows 10.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2020 14:31:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-clone-an-MCUXpresso-project/m-p/1027410#M5409</guid>
      <dc:creator>converse</dc:creator>
      <dc:date>2020-08-05T14:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to clone an MCUXpresso project</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-clone-an-MCUXpresso-project/m-p/1027411#M5410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To upload a file, switch to the advanced editor (top right, when you 'Reply') and then at the bottom is an 'Attach file' button.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2020 14:34:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-clone-an-MCUXpresso-project/m-p/1027411#M5410</guid>
      <dc:creator>converse</dc:creator>
      <dc:date>2020-08-05T14:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to clone an MCUXpresso project</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-clone-an-MCUXpresso-project/m-p/1027412#M5411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, I'll get it there as soon as I can, later today. But what I have is not a copied and pasted project, but a new project where the files are links to the original, so that changes in the original are automatically reflected in the clone.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2020 15:06:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-clone-an-MCUXpresso-project/m-p/1027412#M5411</guid>
      <dc:creator>jeffthompson</dc:creator>
      <dc:date>2020-08-05T15:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to clone an MCUXpresso project</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-clone-an-MCUXpresso-project/m-p/1027413#M5412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here are the .project files for the two projects. I f that doesn't provide enough meaningful information, I have a Dropbox account with&amp;nbsp;the entire workspace in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm still trying to reproduce the issue with a minimal set of files.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2020 16:15:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-clone-an-MCUXpresso-project/m-p/1027413#M5412</guid>
      <dc:creator>jeffthompson</dc:creator>
      <dc:date>2020-08-05T16:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to clone an MCUXpresso project</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-clone-an-MCUXpresso-project/m-p/1027414#M5413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is not at all helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you do what I said, and try to copy the project again?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, I am going to bail out of any further help. It works correctly for me, and I have my own work to do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2020 16:54:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-clone-an-MCUXpresso-project/m-p/1027414#M5413</guid>
      <dc:creator>converse</dc:creator>
      <dc:date>2020-08-05T16:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to clone an MCUXpresso project</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-clone-an-MCUXpresso-project/m-p/1027415#M5414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After struggling for a day trying to reproduce the problem in a new workspace, I finally gave up and decided to re-clone the project in the same workspace as the original. So, I did a copy-and-paste of the original project, deleted from the copy all but the ProjectSettings and Includes folders, and then imported from the original project all the source folders and their files as virtual folders and links. The only problem I had, which I had seen before, fortunately, is that the original project must be opened in order to build the clone.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2020 10:47:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-clone-an-MCUXpresso-project/m-p/1027415#M5414</guid>
      <dc:creator>jeffthompson</dc:creator>
      <dc:date>2020-08-06T10:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to clone an MCUXpresso project</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-clone-an-MCUXpresso-project/m-p/1027416#M5415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Jefferson!&lt;BR /&gt;Perhaps the following picture may help.&lt;span class="lia-inline-image-display-wrapper" image-alt="Clone_Project.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/109665iBEF82E09CF2EE860/image-size/large?v=v2&amp;amp;px=999" role="button" title="Clone_Project.jpg" alt="Clone_Project.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2020 20:17:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-clone-an-MCUXpresso-project/m-p/1027416#M5415</guid>
      <dc:creator>danielribeiro</dc:creator>
      <dc:date>2020-08-06T20:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to clone an MCUXpresso project</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-clone-an-MCUXpresso-project/m-p/1027417#M5416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Daniel, I did look at that early on and the new files were not excluded from the build. Since I re-cloned the project, it has been building with no problem, so I'm thinking something related to links and virtual folders didn't work right, or somehow got corrupted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2020 05:00:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-clone-an-MCUXpresso-project/m-p/1027417#M5416</guid>
      <dc:creator>jeffthompson</dc:creator>
      <dc:date>2020-08-07T05:00:29Z</dc:date>
    </item>
  </channel>
</rss>

