<?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: Unresolved inclusion in MCUXpresso IDE</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/Unresolved-inclusion/m-p/1976013#M10092</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/27788"&gt;@Alice_Yang&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did a step ahead.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If I set the command line to compile the project with the absolute path&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;of compile.cmd file (C:/MyProject/compile.cmd), the unresolved inclusions decorations disappear.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So I tried to use the PROJECT_LOC path variable, but it seems it's not expanded and I have build errors too.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is there a way to give&amp;nbsp;&lt;/SPAN&gt;the indexer&amp;nbsp;&lt;SPAN&gt;a relative path to the compile.cmd file? Or even an absolute path depending on the project location?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I need the project location can be changed, because of different project developers drive path.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Many thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Biafra&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 17 Oct 2024 10:51:32 GMT</pubDate>
    <dc:creator>biafra</dc:creator>
    <dc:date>2024-10-17T10:51:32Z</dc:date>
    <item>
      <title>Unresolved inclusion</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Unresolved-inclusion/m-p/1973200#M10083</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using MCUXpresso 24.9.&lt;/P&gt;&lt;P&gt;For some reasons in my project I needed to chnge the compiler&amp;nbsp;command line. The chenges are working fine, the project is built without problem.&lt;/P&gt;&lt;P&gt;But there is a side effect: the indexer is not able to resolve lib include files:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="biafra_0-1728895441980.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/304518iD5BAFCAAD336A647/image-size/medium?v=v2&amp;amp;px=400" role="button" title="biafra_0-1728895441980.png" alt="biafra_0-1728895441980.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To debug the problem I created a test program with the default options (New Project -&amp;gt; Create a new C/C++ project), then I changed the command line to compile the project (Project properties -&amp;gt; C/C++ Build -&amp;gt; Settings -&amp;gt; MCU C compiler) from the default value ("&lt;SPAN&gt;arm-none-eabi-gcc") to "../compile.cmd":&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="biafra_1-1728895775700.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/304520iC55488A44640EDE5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="biafra_1-1728895775700.png" alt="biafra_1-1728895775700.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The file compile.cmd is located in the project directory and contains the single line:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;arm-none-eabi-gcc %*&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I compile the program the process is terminated without errors, but all the c library files are highlighted as unresolved inclusions: so the problem belongs only to the indexer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When there is the default setting no highlight is present and in the &amp;lt;WorkspaceDir&amp;gt;\.metadata\.log file there are the following messages:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;!ENTRY org.eclipse.cdt.core 1 0 2024-10-14 10:30:17.365
!MESSAGE Indexed 'MIMXRT1064_Project' (20 sources, 43 headers) in 1,87 sec: 8.359 declarations; 17.870 references; 0 unresolved inclusions; 0 syntax errors; 0 unresolved names (0%)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;While when there is my custom setting there are the following messages:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;!ENTRY org.eclipse.cdt.core 4 0 2024-10-14 10:32:13.001
!MESSAGE Error: Cannot run program "..\compile.cmd": Launching failed
!STACK 0
java.io.IOException: Cannot run program "..\compile.cmd": Launching failed
	at org.eclipse.cdt.utils.spawner.Spawner.exec(Spawner.java:450)
	at org.eclipse.cdt.utils.spawner.Spawner.&amp;lt;init&amp;gt;(Spawner.java:147)
	at org.eclipse.cdt.utils.spawner.Spawner.&amp;lt;init&amp;gt;(Spawner.java:134)
	at org.eclipse.cdt.utils.spawner.ProcessFactory$Builder.start(ProcessFactory.java:273)
	at org.eclipse.cdt.utils.spawner.ProcessFactory.exec(ProcessFactory.java:366)
	at org.eclipse.cdt.core.CommandLauncher.execute(CommandLauncher.java:189)
	at org.eclipse.cdt.internal.core.BuildRunnerHelper.build(BuildRunnerHelper.java:274)
	at org.eclipse.cdt.managedbuilder.language.settings.providers.AbstractBuiltinSpecsDetector.runProgramForLanguage(AbstractBuiltinSpecsDetector.java:808)
	at org.eclipse.cdt.managedbuilder.language.settings.providers.AbstractBuiltinSpecsDetector.runForLanguage(AbstractBuiltinSpecsDetector.java:736)
	at org.eclipse.cdt.managedbuilder.language.settings.providers.AbstractBuiltinSpecsDetector.runForEachLanguage(AbstractBuiltinSpecsDetector.java:601)
	at org.eclipse.cdt.managedbuilder.language.settings.providers.AbstractBuiltinSpecsDetector$1.runInWorkspace(AbstractBuiltinSpecsDetector.java:527)
	at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:43)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)

!ENTRY org.eclipse.cdt.core 1 0 2024-10-14 10:32:14.602
!MESSAGE Indexed 'MIMXRT1064_Project' (20 sources, 30 headers) in 1,05 sec: 7.246 declarations; 12.921 references; 18 unresolved inclusions; 59 syntax errors; 3.440 unresolved names (15%)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I try to remove the problem?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;Biafra&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2024 09:07:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Unresolved-inclusion/m-p/1973200#M10083</guid>
      <dc:creator>biafra</dc:creator>
      <dc:date>2024-10-14T09:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Unresolved inclusion</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Unresolved-inclusion/m-p/1975984#M10090</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/65478"&gt;@biafra&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please send your whole project with compile.cmd. I help to test and check on my side. Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2024 10:07:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Unresolved-inclusion/m-p/1975984#M10090</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2024-10-17T10:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: Unresolved inclusion</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Unresolved-inclusion/m-p/1975990#M10091</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/27788"&gt;@Alice_Yang&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks for your asnwer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The project is attached. Let me know if you need something else.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;Biafra&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2024 10:15:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Unresolved-inclusion/m-p/1975990#M10091</guid>
      <dc:creator>biafra</dc:creator>
      <dc:date>2024-10-17T10:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Unresolved inclusion</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Unresolved-inclusion/m-p/1976013#M10092</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/27788"&gt;@Alice_Yang&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did a step ahead.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If I set the command line to compile the project with the absolute path&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;of compile.cmd file (C:/MyProject/compile.cmd), the unresolved inclusions decorations disappear.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So I tried to use the PROJECT_LOC path variable, but it seems it's not expanded and I have build errors too.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is there a way to give&amp;nbsp;&lt;/SPAN&gt;the indexer&amp;nbsp;&lt;SPAN&gt;a relative path to the compile.cmd file? Or even an absolute path depending on the project location?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I need the project location can be changed, because of different project developers drive path.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Many thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Biafra&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2024 10:51:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Unresolved-inclusion/m-p/1976013#M10092</guid>
      <dc:creator>biafra</dc:creator>
      <dc:date>2024-10-17T10:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: Unresolved inclusion</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Unresolved-inclusion/m-p/1979980#M10103</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/65478"&gt;@biafra&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sorry I haven't received the file. Could you please send it again?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;BR&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Alice&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 07:53:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Unresolved-inclusion/m-p/1979980#M10103</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2024-10-23T07:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: Unresolved inclusion</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Unresolved-inclusion/m-p/1982151#M10106</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/27788"&gt;@Alice_Yang&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for the mistake, the file is attached.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;Biafra&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2024 15:41:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Unresolved-inclusion/m-p/1982151#M10106</guid>
      <dc:creator>biafra</dc:creator>
      <dc:date>2024-10-25T15:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: Unresolved inclusion</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Unresolved-inclusion/m-p/1991167#M10130</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/27788"&gt;@Alice_Yang&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you received the file?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;Biafra&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2024 15:44:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Unresolved-inclusion/m-p/1991167#M10130</guid>
      <dc:creator>biafra</dc:creator>
      <dc:date>2024-11-08T15:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Unresolved inclusion</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Unresolved-inclusion/m-p/1991339#M10132</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/65478"&gt;@biafra&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, I have received it. I need to confirm with the IDE development team. I will reply to you as soon as possible. Thank you for your patience.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Nov 2024 03:59:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Unresolved-inclusion/m-p/1991339#M10132</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2024-11-10T03:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Unresolved inclusion</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Unresolved-inclusion/m-p/2021867#M10200</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/27788"&gt;@Alice_Yang&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I'm able to configure an absolute path depending on the project localtion. It need to use the&amp;nbsp;ProjDirPath path variable, as on this image:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="biafra_4-1735899636813.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/318049i0D915975EDD8394F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="biafra_4-1735899636813.png" alt="biafra_4-1735899636813.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, the real project is a very complex project and the command line exceeds the 8191 character limit, so I cannot use the Windows .cmd batch file.&lt;/P&gt;&lt;P&gt;Because Git is installed on my PC&lt;SPAN&gt;, I can use a .sh shell file.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="biafra_2-1735899545460.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/318047i2C895D1F85107802/image-size/medium?v=v2&amp;amp;px=400" role="button" title="biafra_2-1735899545460.png" alt="biafra_2-1735899545460.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The file compile.sh is located in the project directory as compile.cmd and contains the following lines:&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;#!/bin/sh
arm-none-eabi-gcc $@&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Although with compile.sh file the project is built with no errors,&amp;nbsp;using a .sh file leads to the same problem:&amp;nbsp;&lt;SPAN&gt;the indexer is not able to resolve lib include files.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;Biafra&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jan 2025 10:31:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Unresolved-inclusion/m-p/2021867#M10200</guid>
      <dc:creator>biafra</dc:creator>
      <dc:date>2025-01-03T10:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: Unresolved inclusion</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Unresolved-inclusion/m-p/2164314#M10497</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/27788"&gt;@Alice_Yang&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any news regarding the problem I reported?&lt;/P&gt;&lt;P&gt;Has it been verified from the development team?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the meantime I switched to MCUXpresso 25.6, but nothing is changed.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="biafra_0-1757063945602.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/355742iBD9328AB42AEDFF5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="biafra_0-1757063945602.png" alt="biafra_0-1757063945602.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="biafra_1-1757064191009.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/355745i1E84DB256B48916B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="biafra_1-1757064191009.png" alt="biafra_1-1757064191009.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Despite the error reported on the problems view, the project compiles fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;Biafra&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Sep 2025 09:31:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Unresolved-inclusion/m-p/2164314#M10497</guid>
      <dc:creator>biafra</dc:creator>
      <dc:date>2025-09-05T09:31:42Z</dc:date>
    </item>
  </channel>
</rss>

