<?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>S32K中的主题 [S32K] S32DS project name, path and build problem</title>
    <link>https://community.nxp.com/t5/S32K/S32K-S32DS-project-name-path-and-build-problem/m-p/1260029#M10505</link>
    <description>&lt;P&gt;As I have an original project(It may called POT_project), I copy it into a new one, rename it(POT_project_Echoes_Test) and make modification on it. However, when I modify the source files and head files of new project and build the project, I find that the new project still assemble and build files from the old one, as in the configuration of c/c++ build-&amp;gt;Settings-&amp;gt;Tool Settings-&amp;gt;Includes and c/c++ General-&amp;gt;Paths and Symbols, these paths all have the file road of the old one.&lt;/P&gt;&lt;P&gt;So if there is a way to change all the old path into new settings, or replace all the old name into a new name?&lt;/P&gt;&lt;P&gt;It seems that I cannot put pic on the message, so I just copy the new project paths to express what I meaning.&lt;/P&gt;&lt;P&gt;In the new POT_project_Echoes_Test,&lt;/P&gt;&lt;P&gt;c/c++ build-&amp;gt;Settings-&amp;gt;Tool Settings-&amp;gt;Includes:&lt;/P&gt;&lt;P&gt;"${workspace_loc:/POT_Project/src/main}" //POT_Project is the original project name&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.png" style="width: 871px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/141946i3A001B2569E5E84E/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.png" alt="2.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;2.png&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="3.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/141947i566864440CA676D9/image-size/large?v=v2&amp;amp;px=999" role="button" title="3.png" alt="3.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;3.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 11 Apr 2021 03:29:38 GMT</pubDate>
    <dc:creator>carlos_kan</dc:creator>
    <dc:date>2021-04-11T03:29:38Z</dc:date>
    <item>
      <title>[S32K] S32DS project name, path and build problem</title>
      <link>https://community.nxp.com/t5/S32K/S32K-S32DS-project-name-path-and-build-problem/m-p/1260029#M10505</link>
      <description>&lt;P&gt;As I have an original project(It may called POT_project), I copy it into a new one, rename it(POT_project_Echoes_Test) and make modification on it. However, when I modify the source files and head files of new project and build the project, I find that the new project still assemble and build files from the old one, as in the configuration of c/c++ build-&amp;gt;Settings-&amp;gt;Tool Settings-&amp;gt;Includes and c/c++ General-&amp;gt;Paths and Symbols, these paths all have the file road of the old one.&lt;/P&gt;&lt;P&gt;So if there is a way to change all the old path into new settings, or replace all the old name into a new name?&lt;/P&gt;&lt;P&gt;It seems that I cannot put pic on the message, so I just copy the new project paths to express what I meaning.&lt;/P&gt;&lt;P&gt;In the new POT_project_Echoes_Test,&lt;/P&gt;&lt;P&gt;c/c++ build-&amp;gt;Settings-&amp;gt;Tool Settings-&amp;gt;Includes:&lt;/P&gt;&lt;P&gt;"${workspace_loc:/POT_Project/src/main}" //POT_Project is the original project name&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.png" style="width: 871px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/141946i3A001B2569E5E84E/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.png" alt="2.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;2.png&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="3.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/141947i566864440CA676D9/image-size/large?v=v2&amp;amp;px=999" role="button" title="3.png" alt="3.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;3.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Apr 2021 03:29:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K-S32DS-project-name-path-and-build-problem/m-p/1260029#M10505</guid>
      <dc:creator>carlos_kan</dc:creator>
      <dc:date>2021-04-11T03:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: [S32K] S32DS project name, path and build problem</title>
      <link>https://community.nxp.com/t5/S32K/S32K-S32DS-project-name-path-and-build-problem/m-p/1260290#M10510</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;The behavior is correct.&lt;/P&gt;
&lt;P&gt;You have to do modification manually or create a new project with desired name and copy headers and source manually.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Mon, 12 Apr 2021 07:01:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K-S32DS-project-name-path-and-build-problem/m-p/1260290#M10510</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2021-04-12T07:01:18Z</dc:date>
    </item>
  </channel>
</rss>

