<?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>S32 Design Studio中的主题 Re: Fatal error: no such file or directory. (But the path was set correctly)</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/Fatal-error-no-such-file-or-directory-But-the-path-was-set/m-p/1848847#M12162</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;from screenshot the&amp;nbsp;&lt;SPAN&gt;Can_43_FLEXCAN.h should be located inside your project - in particular -&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;"${ProjDirPath}/FlexBMS_Comasso/Integration/src/BSW/Tresos/MCAL/Can_43_FLEXCAN_TS_T40D34M40I0R0/include" (you can check the path in Project Properties).&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you need to use 4 times ../ the ProjDirPath probably points to different location or the header file is located outside of the Project/Workspace. Did you imported the project into workspace properly (File -&amp;gt; Import -&amp;gt; General -&amp;gt; Existing Project into Workspace) ?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 17 Apr 2024 08:20:14 GMT</pubDate>
    <dc:creator>jiri_kral</dc:creator>
    <dc:date>2024-04-17T08:20:14Z</dc:date>
    <item>
      <title>Fatal error: no such file or directory. (But the path was set correctly)</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Fatal-error-no-such-file-or-directory-But-the-path-was-set/m-p/1843478#M12136</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I'm facing a weird error, I have some header files that the compiler returns "Fatal error: &amp;lt;NAME&amp;gt; no such file or directory".&lt;/P&gt;&lt;P&gt;I set the correct path to the Path and Symbols, I'm using the correct configuration (Debug_RAM), I even added a line: #error "it is reaching here", and when I compile, I can see this error, instead the fatal error about no such file or directory.&lt;/P&gt;&lt;P&gt;So in my understanding, the compiler can find this file, but I don't know what reason it is happening.&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I added the path explicit to the include, it works. For example: #include "../../../name_file.h". I can fix the problem with this solution, but I would like to understand why without the explicit path it is not working, once the path was correct added to the path and symbols option.&lt;/P&gt;&lt;P&gt;I also did a test, I put this file with error in another path that was some header files compiling with success, and continue the same error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm aware with this question about icon under the file:&amp;nbsp;&lt;A title="https://mcuoneclipse.com/2012/07/30/icon-and-label-decorators-in-eclipse/" href="https://mcuoneclipse.com/2012/07/30/icon-and-label-decorators-in-eclipse/" target="_blank" rel="noreferrer noopener"&gt;https://mcuoneclipse.com/2012/07/30/icon-and-label-decorators-in-eclipse/&lt;/A&gt;&amp;nbsp;and this would be not the problem, the files are being added to be compiled.&lt;/P&gt;&lt;P&gt;I'm using the new S32DS 3.5 with S32K344 microcontroller. Do you guys have any idea about some test or have you already faced some problem like this?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;MVR&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2024 01:44:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Fatal-error-no-such-file-or-directory-But-the-path-was-set/m-p/1843478#M12136</guid>
      <dc:creator>MVR</dc:creator>
      <dc:date>2024-04-10T01:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: Fatal error: no such file or directory. (But the path was set correctly)</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Fatal-error-no-such-file-or-directory-But-the-path-was-set/m-p/1843804#M12137</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if you click on Includes in your project - have all include path black color or someone has gray color (this mean, that the path is not visible for S32DS).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jiri_kral_0-1712738631445.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/272906i9AAF3B6250388DD4/image-size/large?v=v2&amp;amp;px=999" role="button" title="jiri_kral_0-1712738631445.png" alt="jiri_kral_0-1712738631445.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your issue typically occurs if the include path contains non-standard characters like space. Make sure that the absolute path from C:\ all the way to your include doesn't contain any special character.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2024 08:44:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Fatal-error-no-such-file-or-directory-But-the-path-was-set/m-p/1843804#M12137</guid>
      <dc:creator>jiri_kral</dc:creator>
      <dc:date>2024-04-10T08:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: Fatal error: no such file or directory. (But the path was set correctly)</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Fatal-error-no-such-file-or-directory-But-the-path-was-set/m-p/1844132#M12140</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/159987"&gt;@jiri_kral&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thank you for the answer.&lt;/P&gt;&lt;P&gt;Here you can see the include about the error:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MVR_0-1712769687170.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/272959iE403DF2CA9AAE6A5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MVR_0-1712769687170.png" alt="MVR_0-1712769687170.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can see that it is not gray, so it was correctly set, right?&lt;/P&gt;&lt;P&gt;It only work if I leave the entire path into include:&lt;/P&gt;&lt;P&gt;#include "../../../../Tresos/MCAL/Can_43_FLEXCAN_TS_T40D34M40I0R0/include/Can_43_FLEXCAN.h"&lt;/P&gt;&lt;P&gt;If I leave:&lt;/P&gt;&lt;P&gt;#include "Can_43_FLEXCAN.h"&lt;/P&gt;&lt;P&gt;It doesn't work...&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;MVR&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2024 17:23:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Fatal-error-no-such-file-or-directory-But-the-path-was-set/m-p/1844132#M12140</guid>
      <dc:creator>MVR</dc:creator>
      <dc:date>2024-04-10T17:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: Fatal error: no such file or directory. (But the path was set correctly)</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Fatal-error-no-such-file-or-directory-But-the-path-was-set/m-p/1848847#M12162</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;from screenshot the&amp;nbsp;&lt;SPAN&gt;Can_43_FLEXCAN.h should be located inside your project - in particular -&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;"${ProjDirPath}/FlexBMS_Comasso/Integration/src/BSW/Tresos/MCAL/Can_43_FLEXCAN_TS_T40D34M40I0R0/include" (you can check the path in Project Properties).&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you need to use 4 times ../ the ProjDirPath probably points to different location or the header file is located outside of the Project/Workspace. Did you imported the project into workspace properly (File -&amp;gt; Import -&amp;gt; General -&amp;gt; Existing Project into Workspace) ?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2024 08:20:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Fatal-error-no-such-file-or-directory-But-the-path-was-set/m-p/1848847#M12162</guid>
      <dc:creator>jiri_kral</dc:creator>
      <dc:date>2024-04-17T08:20:14Z</dc:date>
    </item>
  </channel>
</rss>

