<?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: how to fix this  compile  error</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/how-to-fix-this-compile-error/m-p/1158561#M6822</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/159987"&gt;@jiri_kral&lt;/a&gt;&amp;nbsp;, I truly appreciate your fast response.&lt;/P&gt;&lt;P&gt;I had that Library space empty, so, I copied this path:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="juliana_rojas30_0-1600938955867.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/126093i41D9D64D9FC19644/image-size/medium?v=v2&amp;amp;px=400" role="button" title="juliana_rojas30_0-1600938955867.png" alt="juliana_rojas30_0-1600938955867.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Into the space you pointed out. So, now it looks like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="juliana_rojas30_1-1600939032890.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/126094iCA3AF8C33DAD9452/image-size/medium?v=v2&amp;amp;px=400" role="button" title="juliana_rojas30_1-1600939032890.png" alt="juliana_rojas30_1-1600939032890.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Then pressed "Built", but I am still getting the same error.&lt;/P&gt;&lt;P&gt;Note: What's written in the upper space (below Libraries (-l)) was there already.&lt;/P&gt;&lt;P&gt;Thanks again!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 24 Sep 2020 09:19:06 GMT</pubDate>
    <dc:creator>juliana_rojas30</dc:creator>
    <dc:date>2020-09-24T09:19:06Z</dc:date>
    <item>
      <title>how to fix this  compile  error</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/how-to-fix-this-compile-error/m-p/955994#M5272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when I add some code for timer function and the adding code is the following picture ，anther part is&amp;nbsp; new a isr function ftmTimerISR。&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/82923iC9CC5F873937C935/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;the DS32 compiler report the following errors&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Executing target #19 flash_partitioning_s32k116.elf&lt;BR /&gt;Invoking: Standard S32DS C Linker&lt;BR /&gt;arm-none-eabi-gcc -o "flash_partitioning_s32k116.elf" "@flash_partitioning_s32k116.args"&lt;BR /&gt;c:/nxp/s32ds_arm_v2018.r1/cross_tools/gcc-arm-none-eabi-4_9/bin/../lib/gcc/arm-none-eabi/4.9.3/../../../../arm-none-eabi/bin/ld.exe: flash_partitioning_s32k116.elf section `.text' will not fit in region `m_text'&lt;BR /&gt;c:/nxp/s32ds_arm_v2018.r1/cross_tools/gcc-arm-none-eabi-4_9/bin/../lib/gcc/arm-none-eabi/4.9.3/../../../../arm-none-eabi/bin/ld.exe: section .data loaded at [200020c0,200025f3] overlaps section .text loaded at [200000c0,20002717]&lt;BR /&gt;c:/nxp/s32ds_arm_v2018.r1/cross_tools/gcc-arm-none-eabi-4_9/bin/../lib/gcc/arm-none-eabi/4.9.3/../../../../arm-none-eabi/bin/ld.exe: region `m_text' overflowed by 1716 bytes&lt;BR /&gt;collect2.exe: error: ld returned 1 exit status&lt;BR /&gt;make: *** [makefile:82: flash_partitioning_s32k116.elf] Error 1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2019 03:20:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/how-to-fix-this-compile-error/m-p/955994#M5272</guid>
      <dc:creator>814420552</dc:creator>
      <dc:date>2019-07-23T03:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to fix this  compile  error</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/how-to-fix-this-compile-error/m-p/955995#M5273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you didn't modify m_text section size in linker file, your program is simple too big to fit in flash memory. You can try to turn on optimization for size or write your code more efficiently.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/83055iDE65B31AB5184B3E/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jiri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2019 11:35:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/how-to-fix-this-compile-error/m-p/955995#M5273</guid>
      <dc:creator>jiri_kral</dc:creator>
      <dc:date>2019-07-25T11:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to fix this  compile  error</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/how-to-fix-this-compile-error/m-p/1158458#M6820</link>
      <description>&lt;P&gt;Hi&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;I tried the solution you suggested, but it seems not to be working. Do you have any other suggestion? The error that I am getting is the one shown below:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="juliana_rojas30_0-1600934439570.png" style="width: 659px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/126077iED16A0E2D0E9B255/image-dimensions/659x112?v=v2" width="659" height="112" role="button" title="juliana_rojas30_0-1600934439570.png" alt="juliana_rojas30_0-1600934439570.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2020 08:00:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/how-to-fix-this-compile-error/m-p/1158458#M6820</guid>
      <dc:creator>juliana_rojas30</dc:creator>
      <dc:date>2020-09-24T08:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: how to fix this  compile  error</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/how-to-fix-this-compile-error/m-p/1158537#M6821</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Looks, that linker can't find ammclib. Please make sure that you added correct path to ammclib into project properties:&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-1600938049338.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/126087i58B849636CB55EBA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jiri_kral_0-1600938049338.png" alt="jiri_kral_0-1600938049338.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Jiri&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2020 09:01:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/how-to-fix-this-compile-error/m-p/1158537#M6821</guid>
      <dc:creator>jiri_kral</dc:creator>
      <dc:date>2020-09-24T09:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to fix this  compile  error</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/how-to-fix-this-compile-error/m-p/1158561#M6822</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/159987"&gt;@jiri_kral&lt;/a&gt;&amp;nbsp;, I truly appreciate your fast response.&lt;/P&gt;&lt;P&gt;I had that Library space empty, so, I copied this path:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="juliana_rojas30_0-1600938955867.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/126093i41D9D64D9FC19644/image-size/medium?v=v2&amp;amp;px=400" role="button" title="juliana_rojas30_0-1600938955867.png" alt="juliana_rojas30_0-1600938955867.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Into the space you pointed out. So, now it looks like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="juliana_rojas30_1-1600939032890.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/126094iCA3AF8C33DAD9452/image-size/medium?v=v2&amp;amp;px=400" role="button" title="juliana_rojas30_1-1600939032890.png" alt="juliana_rojas30_1-1600939032890.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Then pressed "Built", but I am still getting the same error.&lt;/P&gt;&lt;P&gt;Note: What's written in the upper space (below Libraries (-l)) was there already.&lt;/P&gt;&lt;P&gt;Thanks again!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2020 09:19:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/how-to-fix-this-compile-error/m-p/1158561#M6822</guid>
      <dc:creator>juliana_rojas30</dc:creator>
      <dc:date>2020-09-24T09:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: how to fix this  compile  error</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/how-to-fix-this-compile-error/m-p/1159122#M6825</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it is possible share your project? I'll look at it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jiri&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2020 06:52:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/how-to-fix-this-compile-error/m-p/1159122#M6825</guid>
      <dc:creator>jiri_kral</dc:creator>
      <dc:date>2020-09-25T06:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: how to fix this  compile  error</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/how-to-fix-this-compile-error/m-p/1159190#M6826</link>
      <description>&lt;P&gt;Hi&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;I went and looked for the .a file directly into the simulink files and copied the path and worked (not the one that was in linked resources). I had some issues after that but I was capable of fixing the issue.&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2020 08:15:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/how-to-fix-this-compile-error/m-p/1159190#M6826</guid>
      <dc:creator>juliana_rojas30</dc:creator>
      <dc:date>2020-09-25T08:15:11Z</dc:date>
    </item>
  </channel>
</rss>

