<?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>S32KのトピックRe: HSE compilation failed</title>
    <link>https://community.nxp.com/t5/S32K/HSE-compilation-failed/m-p/1552526#M18825</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not sure what is&amp;nbsp;&lt;SPAN&gt;ARM.V2019.1.4. compiler,&amp;nbsp;&lt;/SPAN&gt; unfortunately S32DS supports only gcc, ghs and IAR compiler for S32K3xx.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The error is caused by modifying the compiler executable name - which is by default gcc (with arm-none-eabi- prefix) - but the gcc was changed to ghs for some reason.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 11 Nov 2022 09:12:25 GMT</pubDate>
    <dc:creator>jiri_kral</dc:creator>
    <dc:date>2022-11-11T09:12:25Z</dc:date>
    <item>
      <title>HSE compilation failed</title>
      <link>https://community.nxp.com/t5/S32K/HSE-compilation-failed/m-p/1551756#M18797</link>
      <description>&lt;P&gt;Hello Everybody&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I checked out the HSE demo app from the NXP website and tried to compile it with S32DS3.5 studio. However, I got the following compilation error. It seems to me that S32DS is using the default compiler, But I need it to use ARM.V2019.1.4.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anybody know how to set compiler for S32DS?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the error log:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;make -j4 all&lt;BR /&gt;Building file: C:/NXP/HSE_DEMOAPP_S32K3XX_0_2_12_0/demo_security_installer/src/demo_app/target/m7/src/sys_init.c&lt;BR /&gt;Invoking: Standard S32DS C Compiler&lt;BR /&gt;arm-none-eabighs "@demo_app/target/m7/src/sys_init.args" -MMD -MP -MF"demo_app/target/m7/src/sys_init.d" -MT"demo_app/target/m7/src/sys_init.o" -o "demo_app/target/m7/src/sys_init.o" "C:/NXP/HSE_DEMOAPP_S32K3XX_0_2_12_0/demo_security_installer/src/demo_app/target/m7/src/sys_init.c"&lt;BR /&gt;Building file: C:/NXP/HSE_DEMOAPP_S32K3XX_0_2_12_0/demo_security_installer/src/demo_app/target/m7/S32DS/Startup_Code/Startup.s&lt;BR /&gt;Invoking: Standard S32DS Assembler&lt;BR /&gt;/bin/sh: arm-none-eabighs: command not found&lt;BR /&gt;Building file: C:/NXP/HSE_DEMOAPP_S32K3XX_0_2_12_0/demo_security_installer/src/demo_app/target/m7/S32DS/Startup_Code/Vector_core.s&lt;BR /&gt;make: *** [demo_app/target/m7/src/subdir.mk:20: demo_app/target/m7/src/sys_init.o] Error 127&lt;BR /&gt;make: *** Waiting for unfinished jobs....&lt;BR /&gt;arm-none-eabighs "@demo_app/target/m7/S32DS/Startup_Code/Startup.args" -o "demo_app/target/m7/S32DS/Startup_Code/Startup.o" "C:/NXP/HSE_DEMOAPP_S32K3XX_0_2_12_0/demo_security_installer/src/demo_app/target/m7/S32DS/Startup_Code/Startup.s"&lt;BR /&gt;Invoking: Standard S32DS Assembler&lt;BR /&gt;arm-none-eabighs "@demo_app/target/m7/S32DS/Startup_Code/Vector_core.args" -o "demo_app/target/m7/S32DS/Startup_Code/Vector_core.o" "C:/NXP/HSE_DEMOAPP_S32K3XX_0_2_12_0/demo_security_installer/src/demo_app/target/m7/S32DS/Startup_Code/Vector_core.s"&lt;BR /&gt;/bin/sh: arm-none-eabighs: command not found&lt;BR /&gt;make: *** [demo_app/target/m7/S32DS/Startup_Code/subdir.mk:19: demo_app/target/m7/S32DS/Startup_Code/Startup.o] Error 127&lt;BR /&gt;/bin/sh: arm-none-eabighs: command not found&lt;BR /&gt;make: *** [demo_app/target/m7/S32DS/Startup_Code/subdir.mk:26: demo_app/target/m7/S32DS/Startup_Code/Vector_core.o] Error 127&lt;BR /&gt;"make -j4 all" terminated with exit code 2. Build might be incomplete.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much!&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2022 07:58:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/HSE-compilation-failed/m-p/1551756#M18797</guid>
      <dc:creator>LinhTrinh</dc:creator>
      <dc:date>2022-11-10T07:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: HSE compilation failed</title>
      <link>https://community.nxp.com/t5/S32K/HSE-compilation-failed/m-p/1552526#M18825</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not sure what is&amp;nbsp;&lt;SPAN&gt;ARM.V2019.1.4. compiler,&amp;nbsp;&lt;/SPAN&gt; unfortunately S32DS supports only gcc, ghs and IAR compiler for S32K3xx.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The error is caused by modifying the compiler executable name - which is by default gcc (with arm-none-eabi- prefix) - but the gcc was changed to ghs for some reason.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2022 09:12:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/HSE-compilation-failed/m-p/1552526#M18825</guid>
      <dc:creator>jiri_kral</dc:creator>
      <dc:date>2022-11-11T09:12:25Z</dc:date>
    </item>
  </channel>
</rss>

