<?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>Other NXP ProductsのトピックRe: The S32DS project link reported an error</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/The-S32DS-project-link-reported-an-error/m-p/2124943#M29165</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/252112"&gt;@liuxy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The error you are encountering: &lt;EM&gt;&lt;STRONG&gt;error: no memory region specified for loadable section `.bss'&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;suggests that the linker does not know where to place the .bss section in memory. This typically happens when the linker script is either missing or incomplete.&lt;/P&gt;
&lt;P&gt;I recommend referring to the official documentation for the GNU, which provides detailed guidance on how to define memory regions and assign sections properly.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://sourceware.org/binutils/docs/ld/" target="_blank" rel="noopener"&gt;GNU Linker (ld)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR, VaneB&lt;/P&gt;</description>
    <pubDate>Fri, 27 Jun 2025 18:30:22 GMT</pubDate>
    <dc:creator>VaneB</dc:creator>
    <dc:date>2025-06-27T18:30:22Z</dc:date>
    <item>
      <title>The S32DS project link reported an error</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/The-S32DS-project-link-reported-an-error/m-p/2124669#M29164</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Create a New S32DS Application Project. There is no problem with the compilation link itself. However, when adding a new code directory link, the following error occurs. How can I fix it&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;Finished building: ../src/fun.c&lt;BR /&gt;&lt;BR /&gt;Building target: test.elf&lt;BR /&gt;Invoking: Standard S32DS C Linker&lt;BR /&gt;aarch64-none-elf-gcc -o "test.elf" "@test.args" -lc -lm -lgcc&lt;BR /&gt;/usr/local/NXP/S32DS.3.6.0/S32DS/build_tools/gcc_v9.2/gcc-9.2-arm64-eabi/bin/../lib/gcc/aarch64-none-elf/9.2.0/../../../../aarch64-none-elf/bin/ld: error: no memory region specified for loadable section `.bss'&lt;BR /&gt;collect2: 错误： ld 返回 1&lt;BR /&gt;make: *** [makefile:39：test.elf] 错误 1&lt;BR /&gt;"make -j4 all" terminated with exit code 2. Build might be incomplete.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jun 2025 09:24:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/The-S32DS-project-link-reported-an-error/m-p/2124669#M29164</guid>
      <dc:creator>liuxy</dc:creator>
      <dc:date>2025-06-27T09:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: The S32DS project link reported an error</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/The-S32DS-project-link-reported-an-error/m-p/2124943#M29165</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/252112"&gt;@liuxy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The error you are encountering: &lt;EM&gt;&lt;STRONG&gt;error: no memory region specified for loadable section `.bss'&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;suggests that the linker does not know where to place the .bss section in memory. This typically happens when the linker script is either missing or incomplete.&lt;/P&gt;
&lt;P&gt;I recommend referring to the official documentation for the GNU, which provides detailed guidance on how to define memory regions and assign sections properly.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://sourceware.org/binutils/docs/ld/" target="_blank" rel="noopener"&gt;GNU Linker (ld)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR, VaneB&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jun 2025 18:30:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/The-S32DS-project-link-reported-an-error/m-p/2124943#M29165</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2025-06-27T18:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: The S32DS project link reported an error</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/The-S32DS-project-link-reported-an-error/m-p/2125216#M29171</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; My understanding is that when I use the S32DS IDE tool for coding, I should not modify the bss segment of the ld part or the memory allocation of other parts.&lt;/SPAN&gt;&lt;SPAN class=""&gt;After all, the amount of my code was not overly large, so I initially thought it was a problem with the configuration of my ide environment. &lt;/SPAN&gt;&lt;SPAN class=""&gt;I searched on the official website but couldn't find a corresponding solution.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;SPAN&gt;I only added the header file and source file of the following function declaration and implementation, and then compiled them together with main.c, which would result in an error.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;void myprintf(void)&lt;BR /&gt;{&lt;BR /&gt;printf("test");&lt;BR /&gt;}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jun 2025 02:09:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/The-S32DS-project-link-reported-an-error/m-p/2125216#M29171</guid>
      <dc:creator>liuxy</dc:creator>
      <dc:date>2025-06-30T02:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: The S32DS project link reported an error</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/The-S32DS-project-link-reported-an-error/m-p/2125828#M29179</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/252112"&gt;@liuxy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To view the console output when using the printf function, please refer to the following community thread:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/S32K/how-to-use-the-printf-function-in-S32DS-3-5/td-p/1721867" target="_blank" rel="noopener"&gt;how to use the printf function in S32DS.3.5 ?&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jun 2025 18:53:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/The-S32DS-project-link-reported-an-error/m-p/2125828#M29179</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2025-06-30T18:53:42Z</dc:date>
    </item>
  </channel>
</rss>

