<?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>Wireless MCUのトピックRe: BeyondStudio for NXP, problem with duplicate paths.</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/BeyondStudio-for-NXP-problem-with-duplicate-paths/m-p/1758618#M15954</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/200888"&gt;@EduardoZamora&lt;/a&gt; .&lt;/P&gt;&lt;P&gt;I did your suggest and still have the issue. I just figured it out that BeyondStudio managed to create the .elf/.bin file despite having trouble with errors and warnings. It seems that the IDE lost the references of some variables.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;</description>
    <pubDate>Thu, 16 Nov 2023 21:04:51 GMT</pubDate>
    <dc:creator>ffonck96</dc:creator>
    <dc:date>2023-11-16T21:04:51Z</dc:date>
    <item>
      <title>BeyondStudio for NXP, problem with duplicate paths</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/BeyondStudio-for-NXP-problem-with-duplicate-paths/m-p/1756285#M15895</link>
      <description>&lt;P&gt;Hi y'all.&lt;/P&gt;&lt;P&gt;I just imported a project for my&amp;nbsp;JN5168 and i'm getting this error message when compiling:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Description	Resource	Path	Location	Type
Invalid project path: Duplicate path entries found (/nd007-firmware [Include path] isSystemInclude:true includePath:C:/NXP/bstudio_nxp/sdk/JN-SW-4170/Components/Common/Include), path: [/nd007-firmware].	nd007-firmware		pathentry	Path Entry Problem&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone knows how to fix this problem? I tried to find the "isSystemInclude" property but no results.&lt;/P&gt;&lt;P&gt;Best Regards!&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2023 14:13:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/BeyondStudio-for-NXP-problem-with-duplicate-paths/m-p/1756285#M15895</guid>
      <dc:creator>ffonck96</dc:creator>
      <dc:date>2023-11-13T14:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: BeyondStudio for NXP, problem with duplicate paths</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/BeyondStudio-for-NXP-problem-with-duplicate-paths/m-p/1756413#M15897</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/225495"&gt;@ffonck96&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;Hope you are doing well.&lt;/P&gt;
&lt;P&gt;This behavior may be related to Eclipse. Could you please confirm that you have followed the &lt;A href="https://www.nxp.com/docs/en/user-guide/JN-UG-3098.pdf" target="_blank"&gt;BeyondStudio User Guide&lt;/A&gt;&amp;nbsp;to import and build the project?&lt;/P&gt;
&lt;P&gt;By any chance, did you rename the project or perhaps delete and reimport the project?&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Eduardo.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2023 16:53:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/BeyondStudio-for-NXP-problem-with-duplicate-paths/m-p/1756413#M15897</guid>
      <dc:creator>EduardoZamora</dc:creator>
      <dc:date>2023-11-13T16:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: BeyondStudio for NXP, problem with duplicate paths</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/BeyondStudio-for-NXP-problem-with-duplicate-paths/m-p/1757027#M15902</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/200888"&gt;@EduardoZamora&lt;/a&gt; Thanks again for your quick reply. You have been very helpful.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;This behavior may be related to Eclipse. Could you please confirm that you have followed the &lt;A href="https://www.nxp.com/docs/en/user-guide/JN-UG-3098.pdf" target="_blank" rel="nofollow noopener noreferrer"&gt;BeyondStudio User Guide&lt;/A&gt;&amp;nbsp;to import and build the project?&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Now i'm following the instructions step by step on the document you provided me, but i still have the issue.&lt;BR /&gt;The sequence of things i did is as follows:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Open BeyondStudio and set workspace on path: C:\NXP\bstudio_nxp\workspace&lt;/LI&gt;&lt;LI&gt;Import project into workspace. Select the code and import.&lt;/LI&gt;&lt;LI&gt;Clean the project just in case. Then build the application. Build finishes with 31 Warnings. One of them is what i explained before: "Invalid project path: Duplicate path entries found...."&lt;/LI&gt;&lt;/OL&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;&lt;EM&gt;By any chance, did you rename the project or perhaps delete and reimport the project?&lt;/EM&gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Precisely i copy-pasted this code from another computer's coworker. In other words, i copy-pasted the folder.&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 18:31:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/BeyondStudio-for-NXP-problem-with-duplicate-paths/m-p/1757027#M15902</guid>
      <dc:creator>ffonck96</dc:creator>
      <dc:date>2023-11-14T18:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: BeyondStudio for NXP, problem with duplicate paths</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/BeyondStudio-for-NXP-problem-with-duplicate-paths/m-p/1757189#M15907</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Please, try the following procedure:&lt;/P&gt;
&lt;OL type="1"&gt;
&lt;LI value="1"&gt;
&lt;P&gt;Delete all possible previous versions of the project you are trying to import&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Copy the folder (not a zip) that contains the project and paste it into C:\NXP\bstudio_nxp\workspace&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Follow the menu path File &amp;gt; Import&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Expand General and select Existing Projects into Workspace&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;In the dialogue, &lt;STRONG&gt;uncheck &lt;/STRONG&gt;Copy projects into workspace option&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Select "Select root directory" and browse for the folder you copied into C:\NXP\bstudio_nxp\workspace (step 1)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Click on Finish&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;After this, try building your project. Please, let me know your findings.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Eduardo.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 23:08:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/BeyondStudio-for-NXP-problem-with-duplicate-paths/m-p/1757189#M15907</guid>
      <dc:creator>EduardoZamora</dc:creator>
      <dc:date>2023-11-14T23:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: BeyondStudio for NXP, problem with duplicate paths</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/BeyondStudio-for-NXP-problem-with-duplicate-paths/m-p/1757810#M15927</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/200888"&gt;@EduardoZamora&lt;/a&gt; .&lt;/P&gt;&lt;P&gt;I did the precedure as you mentioned and i still have the warning.&lt;/P&gt;&lt;P&gt;By the way the tree of the folder is as following:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;workspace/
└── nd007-firmware
    ├── Common
    │   └── Source
    ├── SleepingEndDevice
    │   ├── Build
    │   └── Source
    └── img&lt;/LI-CODE&gt;&lt;P&gt;I attached a photo with the warning I'm mentioning.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ffonck96_0-1700072502633.png" style="width: 335px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/250020i9FEB337AD6FE8430/image-dimensions/335x180?v=v2" width="335" height="180" role="button" title="ffonck96_0-1700072502633.png" alt="ffonck96_0-1700072502633.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 18:22:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/BeyondStudio-for-NXP-problem-with-duplicate-paths/m-p/1757810#M15927</guid>
      <dc:creator>ffonck96</dc:creator>
      <dc:date>2023-11-15T18:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: BeyondStudio for NXP, problem with duplicate paths</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/BeyondStudio-for-NXP-problem-with-duplicate-paths/m-p/1757881#M15929</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Please, open the Project properties and go to C/C++ General (left side of Properties window) &amp;gt; Paths and Symbols.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EduardoZamora_0-1700082886906.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/250044i5EA5508694ADFFD3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="EduardoZamora_0-1700082886906.png" alt="EduardoZamora_0-1700082886906.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;In Includes tab, look for the directory that can be causing the duplicate warning (or any other duplicated directories) and try deleting it.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Eduardo.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 21:16:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/BeyondStudio-for-NXP-problem-with-duplicate-paths/m-p/1757881#M15929</guid>
      <dc:creator>EduardoZamora</dc:creator>
      <dc:date>2023-11-15T21:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: BeyondStudio for NXP, problem with duplicate paths.</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/BeyondStudio-for-NXP-problem-with-duplicate-paths/m-p/1758384#M15948</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/200888"&gt;@EduardoZamora&lt;/a&gt; .&lt;/P&gt;&lt;P&gt;You were right about the duplicate paths. I had like 10 duplicate paths and 3 symbols too.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ffonck96_0-1700141958577.png" style="width: 200px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/250197i6B3A39D59BD42830/image-size/small?v=v2&amp;amp;px=200" role="button" title="ffonck96_0-1700141958577.png" alt="ffonck96_0-1700141958577.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Now it can compile without having the duplicate path problem. However, several errors and new warnings are visible.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ffonck96_1-1700142283431.png" style="width: 200px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/250199iFB7A94EDCD0ED1FE/image-size/small?v=v2&amp;amp;px=200" role="button" title="ffonck96_1-1700142283431.png" alt="ffonck96_1-1700142283431.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I want to know if there's another way to make this work or am i missing something?&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2023 13:46:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/BeyondStudio-for-NXP-problem-with-duplicate-paths/m-p/1758384#M15948</guid>
      <dc:creator>ffonck96</dc:creator>
      <dc:date>2023-11-16T13:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: BeyondStudio for NXP, problem with duplicate paths.</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/BeyondStudio-for-NXP-problem-with-duplicate-paths/m-p/1758501#M15951</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Could you please confirm that you have followed&amp;nbsp;&lt;A href="https://www.nxp.com/docs/en/user-guide/JN-UG-3098.pdf" target="_blank"&gt;BeyondStudio for NXP Installation and User Guide&lt;/A&gt;, Section 2.1 Creating a Workspace, Step 4 for Workspace preferences configuration?&lt;/P&gt;
&lt;P&gt;Also, maybe you can try flushing the indexer; in project's context menu, select Index &amp;gt; Rebuild and Index &amp;gt; Freshen All Files.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EduardoZamora_0-1700149511285.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/250263iB25ABEFA7F3B5B14/image-size/medium?v=v2&amp;amp;px=400" role="button" title="EduardoZamora_0-1700149511285.png" alt="EduardoZamora_0-1700149511285.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Eduardo.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2023 15:52:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/BeyondStudio-for-NXP-problem-with-duplicate-paths/m-p/1758501#M15951</guid>
      <dc:creator>EduardoZamora</dc:creator>
      <dc:date>2023-11-16T15:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: BeyondStudio for NXP, problem with duplicate paths.</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/BeyondStudio-for-NXP-problem-with-duplicate-paths/m-p/1758618#M15954</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/200888"&gt;@EduardoZamora&lt;/a&gt; .&lt;/P&gt;&lt;P&gt;I did your suggest and still have the issue. I just figured it out that BeyondStudio managed to create the .elf/.bin file despite having trouble with errors and warnings. It seems that the IDE lost the references of some variables.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2023 21:04:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/BeyondStudio-for-NXP-problem-with-duplicate-paths/m-p/1758618#M15954</guid>
      <dc:creator>ffonck96</dc:creator>
      <dc:date>2023-11-16T21:04:51Z</dc:date>
    </item>
    <item>
      <title>Re: BeyondStudio for NXP, problem with duplicate paths.</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/BeyondStudio-for-NXP-problem-with-duplicate-paths/m-p/1759248#M15969</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Please, take a look at the following post:&amp;nbsp;&lt;A href="https://community.nxp.com/t5/Wireless-Connectivity-Knowledge/Beyond-Studio-Common-Errors/ta-p/1116984" target="_blank"&gt;Beyond Studio Common Errors - NXP Community&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Eduardo.&lt;/P&gt;</description>
      <pubDate>Sat, 18 Nov 2023 00:10:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/BeyondStudio-for-NXP-problem-with-duplicate-paths/m-p/1759248#M15969</guid>
      <dc:creator>EduardoZamora</dc:creator>
      <dc:date>2023-11-18T00:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: BeyondStudio for NXP, problem with duplicate paths.</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/BeyondStudio-for-NXP-problem-with-duplicate-paths/m-p/1765882#M16067</link>
      <description>&lt;P&gt;hi Eduardo.&lt;BR /&gt;&lt;BR /&gt;I checked the document and didnt find any related Error regarding my problem.&lt;BR /&gt;&lt;BR /&gt;As you mentioned, the project I have wasn't properly copied from another enviroment and maybe there're some configurations messing around.&lt;/P&gt;&lt;P&gt;Also, i haven't downloaded the JenOS plugin, since the only one i found so far was the "ZPS Configuration Editor". Idk if this has an impact in the compilation process.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What gives?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2023 18:05:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/BeyondStudio-for-NXP-problem-with-duplicate-paths/m-p/1765882#M16067</guid>
      <dc:creator>ffonck96</dc:creator>
      <dc:date>2023-11-29T18:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: BeyondStudio for NXP, problem with duplicate paths.</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/BeyondStudio-for-NXP-problem-with-duplicate-paths/m-p/1765929#M16069</link>
      <description>At the end all ended up being bad code from the author of the code. I really appreciate all the help u gave me.&lt;BR /&gt;&lt;BR /&gt;Regards!</description>
      <pubDate>Wed, 29 Nov 2023 20:11:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/BeyondStudio-for-NXP-problem-with-duplicate-paths/m-p/1765929#M16069</guid>
      <dc:creator>ffonck96</dc:creator>
      <dc:date>2023-11-29T20:11:08Z</dc:date>
    </item>
  </channel>
</rss>

