<?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: S32 Design Studio for ARM S32K144  BLDC in S32K</title>
    <link>https://community.nxp.com/t5/S32K/S32-Design-Studio-for-ARM-S32K144-BLDC/m-p/2360585#M58369</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/239904"&gt;@MrShen&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was able to replicate the issue you described.&lt;/P&gt;
&lt;P&gt;AMMCLib version 1.1.44 uses GCC version 10.2, which causes compatibility issues with the toolchain version used to develop the MCSPTE1AK144 application software.&lt;/P&gt;
&lt;P&gt;As a workaround, you may downgrade AMMCLib to any version within the range 1.1.33 to 1.1.43, as AMMCLib is backward compatible.&lt;/P&gt;
&lt;P&gt;Previous versions can be downloaded from &lt;A href="https://www.nxp.com/webapp/swlicensing/sso/downloadSoftware.sp?catid=SW32K14-MMCL1D" target="_blank" rel="noopener"&gt;Automotive Math and Motor Control Library Set for S32K14x&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Once the download and installation are complete, please follow these steps:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Remove the AMMCLib 1.1.44 installation from disk.&lt;/LI&gt;
&lt;LI&gt;Run the MCSPTE1AK144 installer again.&lt;/LI&gt;
&lt;LI&gt;Delete the examples from your workspace and re-import them.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR, VaneB&lt;/P&gt;</description>
    <pubDate>Tue, 05 May 2026 16:42:00 GMT</pubDate>
    <dc:creator>VaneB</dc:creator>
    <dc:date>2026-05-05T16:42:00Z</dc:date>
    <item>
      <title>S32 Design Studio for ARM S32K144  BLDC</title>
      <link>https://community.nxp.com/t5/S32K/S32-Design-Studio-for-ARM-S32K144-BLDC/m-p/2360065#M58344</link>
      <description>&lt;P&gt;I am using S32 Design Studio for ARM Version 2.2, with SDK V2.2. Importing the BLDC example from MC_DevKits, the compilation fails.&lt;/P&gt;&lt;P&gt;arm-none-eabi-gcc.exe: error: unrecognized argument in option '-march=armv7e-m+fp'&lt;/P&gt;&lt;P&gt;Is it a GCC problem? How should I configure it?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MrShen_0-1777896869692.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/384261i0515D2BB2A744F83/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MrShen_0-1777896869692.png" alt="MrShen_0-1777896869692.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="MrShen_1-1777896905589.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/384262iB7AD212E92C48043/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MrShen_1-1777896905589.png" alt="MrShen_1-1777896905589.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="MrShen_2-1777897174590.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/384263i32819414C9E7732E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MrShen_2-1777897174590.png" alt="MrShen_2-1777897174590.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Building target: MCSPTE1AK144_BLDC_6Step.elf&lt;BR /&gt;Invoking: Standard S32DS C Linker&lt;BR /&gt;arm-none-eabi-gcc -o "MCSPTE1AK144_BLDC_6Step.elf" "@MCSPTE1AK144_BLDC_6Step.args"&lt;BR /&gt;arm-none-eabi-gcc.exe: error: unrecognized argument in option '-march=armv7e-m+fp'&lt;BR /&gt;arm-none-eabi-gcc.exe: note: valid arguments to '-march=' are: armv2 armv2a armv3 armv3m armv4 armv4t armv5 armv5e armv5t armv5te armv6 armv6-m armv6j armv6k armv6kz armv6s-m armv6t2 armv6z armv6zk armv7 armv7-a armv7-m armv7-r armv7e-m armv7ve armv8-a armv8-a+crc armv8-m.base armv8-m.main armv8-m.main+dsp armv8-r armv8.1-a armv8.1-a+crc armv8.2-a armv8.2-a+fp16 iwmmxt iwmmxt2 native&lt;BR /&gt;arm-none-eabi-gcc.exe: error: nano.specs: No such file or directory&lt;BR /&gt;lto-wrapper.exe: fatal error: C:\NXP\S32DS_ARM_v2.2\S32DS\build_tools\gcc_v6.3\gcc-6.3-arm32-eabi\bin\arm-none-eabi-gcc.exe returned 1 exit status&lt;BR /&gt;compilation terminated.&lt;BR /&gt;c:/nxp/s32ds_arm_v2.2/s32ds/build_tools/gcc_v6.3/gcc-6.3-arm32-eabi/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/bin/real-ld.exe: error: lto-wrapper failed&lt;BR /&gt;collect2.exe: error: ld returned 1 exit status&lt;BR /&gt;make: *** [makefile:63: MCSPTE1AK144_BLDC_6Step.elf] Error 1&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2026 12:22:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32-Design-Studio-for-ARM-S32K144-BLDC/m-p/2360065#M58344</guid>
      <dc:creator>MrShen</dc:creator>
      <dc:date>2026-05-04T12:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: S32 Design Studio for ARM S32K144  BLDC</title>
      <link>https://community.nxp.com/t5/S32K/S32-Design-Studio-for-ARM-S32K144-BLDC/m-p/2360585#M58369</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/239904"&gt;@MrShen&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was able to replicate the issue you described.&lt;/P&gt;
&lt;P&gt;AMMCLib version 1.1.44 uses GCC version 10.2, which causes compatibility issues with the toolchain version used to develop the MCSPTE1AK144 application software.&lt;/P&gt;
&lt;P&gt;As a workaround, you may downgrade AMMCLib to any version within the range 1.1.33 to 1.1.43, as AMMCLib is backward compatible.&lt;/P&gt;
&lt;P&gt;Previous versions can be downloaded from &lt;A href="https://www.nxp.com/webapp/swlicensing/sso/downloadSoftware.sp?catid=SW32K14-MMCL1D" target="_blank" rel="noopener"&gt;Automotive Math and Motor Control Library Set for S32K14x&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Once the download and installation are complete, please follow these steps:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Remove the AMMCLib 1.1.44 installation from disk.&lt;/LI&gt;
&lt;LI&gt;Run the MCSPTE1AK144 installer again.&lt;/LI&gt;
&lt;LI&gt;Delete the examples from your workspace and re-import them.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR, VaneB&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2026 16:42:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32-Design-Studio-for-ARM-S32K144-BLDC/m-p/2360585#M58369</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2026-05-05T16:42:00Z</dc:date>
    </item>
  </channel>
</rss>

