<?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>S32GのトピックRe: IPCF S32DS3.4.3 build error</title>
    <link>https://community.nxp.com/t5/S32G/IPCF-S32DS3-4-3-build-error/m-p/1480031#M957</link>
    <description>&lt;P&gt;Open the project default hardware/*.mex, then "Update code" could build all successfully.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Sat, 25 Jun 2022 01:56:11 GMT</pubDate>
    <dc:creator>Lake_Hu</dc:creator>
    <dc:date>2022-06-25T01:56:11Z</dc:date>
    <item>
      <title>IPCF S32DS3.4.3 build error</title>
      <link>https://community.nxp.com/t5/S32G/IPCF-S32DS3-4-3-build-error/m-p/1479867#M956</link>
      <description>&lt;P&gt;I have installed&amp;nbsp;&amp;nbsp;C:\NXP\SW32G_IPCF_4.6.0_D2205 and S32DS3.4.3.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The default example project can't be built OK. Any thing I missed??&amp;nbsp; Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;21:25:50 **** Clean-only build of configuration Debug_RAM for project IPCF_Example_S32G399_M7_0 ****&lt;BR /&gt;make -j8 clean&lt;BR /&gt;make: *** No rule to make target 'clean'. Stop.&lt;BR /&gt;"make -j8 clean" terminated with exit code 2. Build might be incomplete.&lt;/P&gt;&lt;P&gt;21:25:51 Build Failed. 1 errors, 0 warnings. (took 460ms)&lt;/P&gt;&lt;P&gt;21:25:51 **** Build of configuration Debug_RAM for project IPCF_Example_S32G399_M7_0 ****&lt;BR /&gt;make -j8 all&lt;BR /&gt;Building file: ../src/main.c&lt;BR /&gt;Building file: ../Project_Settings/Startup_Code/startup.c&lt;BR /&gt;Building file: ../Project_Settings/Startup_Code/Vector_Table.s&lt;BR /&gt;Building file: ../Project_Settings/Startup_Code/system.c&lt;BR /&gt;Building file: ../Project_Settings/Startup_Code/exceptions.c&lt;BR /&gt;Building file: ../src/sample.c&lt;BR /&gt;Building file: ../Project_Settings/Startup_Code/nvic.c&lt;BR /&gt;Building file: ../Project_Settings/Startup_Code/startup_cm7.s&lt;BR /&gt;Invoking: Standard S32DS C Compiler&lt;BR /&gt;arm-none-eabi-gcc "@src/main.args" -MMD -MP -MF"src/main.d" -MT"src/main.o" -o "src/main.o" "../src/main.c"&lt;BR /&gt;Invoking: Standard S32DS C Compiler&lt;BR /&gt;arm-none-eabi-gcc "@src/main.args" -MMD -MP -MF"src/sample.d" -MT"src/sample.o" -o "src/sample.o" "../src/sample.c"&lt;BR /&gt;Invoking: Standard S32DS C Compiler&lt;BR /&gt;arm-none-eabi-gcc "@Project_Settings/Startup_Code/exceptions.args" -MMD -MP -MF"Project_Settings/Startup_Code/exceptions.d" -MT"Project_Settings/Startup_Code/exceptions.o" -o "Project_Settings/Startup_Code/exceptions.o" "../Project_Settings/Startup_Code/exceptions.c"&lt;BR /&gt;Invoking: Standard S32DS C Compiler&lt;BR /&gt;arm-none-eabi-gcc "@Project_Settings/Startup_Code/exceptions.args" -MMD -MP -MF"Project_Settings/Startup_Code/startup.d" -MT"Project_Settings/Startup_Code/startup.o" -o "Project_Settings/Startup_Code/startup.o" "../Project_Settings/Startup_Code/startup.c"&lt;BR /&gt;Invoking: Standard S32DS C Compiler&lt;BR /&gt;In file included from C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/Mcal.h:66,&lt;BR /&gt;from ../src/main.c:19:&lt;BR /&gt;C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/OsIf_Internal.h:46:10: fatal error: OsIf_Cfg.h: No such file or directory&lt;BR /&gt;46 | #include "OsIf_Cfg.h"&lt;BR /&gt;| ^~~~~~~~~~~~&lt;BR /&gt;compilation terminated.&lt;BR /&gt;make: *** [src/subdir.mk:23: src/main.o] Error 1&lt;BR /&gt;make: *** Waiting for unfinished jobs....&lt;BR /&gt;arm-none-eabi-gcc "@Project_Settings/Startup_Code/exceptions.args" -MMD -MP -MF"Project_Settings/Startup_Code/system.d" -MT"Project_Settings/Startup_Code/system.o" -o "Project_Settings/Startup_Code/system.o" "../Project_Settings/Startup_Code/system.c"&lt;BR /&gt;Invoking: Standard S32DS Assembler&lt;BR /&gt;arm-none-eabi-gcc "@Project_Settings/Startup_Code/Vector_Table.args" -o "Project_Settings/Startup_Code/Vector_Table.o" "../Project_Settings/Startup_Code/Vector_Table.s"&lt;BR /&gt;../src/sample.c:24:10: fatal error: ipcf_Ip_Cfg.h: No such file or directory&lt;BR /&gt;24 | #include "ipcf_Ip_Cfg.h"&lt;BR /&gt;| ^~~~~~~~~~~~~~~&lt;BR /&gt;compilation terminated.&lt;BR /&gt;make: *** [src/subdir.mk:23: src/sample.o] Error 1&lt;BR /&gt;Invoking: Standard S32DS C Compiler&lt;BR /&gt;arm-none-eabi-gcc "@Project_Settings/Startup_Code/exceptions.args" -MMD -MP -MF"Project_Settings/Startup_Code/nvic.d" -MT"Project_Settings/Startup_Code/nvic.o" -o "Project_Settings/Startup_Code/nvic.o" "../Project_Settings/Startup_Code/nvic.c"&lt;BR /&gt;In file included from C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/Mcal.h:66,&lt;BR /&gt;from ../Project_Settings/Startup_Code/exceptions.c:30:&lt;BR /&gt;C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/OsIf_Internal.h:46:10: fatal error: OsIf_Cfg.h: No such file or directory&lt;BR /&gt;46 | #include "OsIf_Cfg.h"&lt;BR /&gt;| ^~~~~~~~~~~~&lt;BR /&gt;compilation terminated.&lt;BR /&gt;make: *** [Project_Settings/Startup_Code/subdir.mk:42: Project_Settings/Startup_Code/exceptions.o] Error 1&lt;BR /&gt;Invoking: Standard S32DS Assembler&lt;BR /&gt;arm-none-eabi-gcc "@Project_Settings/Startup_Code/Vector_Table.args" -o "Project_Settings/Startup_Code/startup_cm7.o" "../Project_Settings/Startup_Code/startup_cm7.s"&lt;BR /&gt;In file included from C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/Mcal.h:66,&lt;BR /&gt;from ../Project_Settings/Startup_Code/system.c:73:&lt;BR /&gt;C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32XX_2022_03/SW32_RTD_4_4_3_0_2_D2203/Base_TS_T40D11M30I2R0/include/OsIf_Internal.h:46:10: fatal error: OsIf_Cfg.h: No such file or directory&lt;BR /&gt;46 | #include "OsIf_Cfg.h"&lt;BR /&gt;| ^~~~~~~~~~~~&lt;BR /&gt;compilation terminated.&lt;BR /&gt;make: *** [Project_Settings/Startup_Code/subdir.mk:42: Project_Settings/Startup_Code/system.o] Error 1&lt;BR /&gt;Finished building: ../Project_Settings/Startup_Code/startup.c&lt;BR /&gt;Finished building: ../Project_Settings/Startup_Code/Vector_Table.s&lt;BR /&gt;Finished building: ../Project_Settings/Startup_Code/startup_cm7.s&lt;BR /&gt;Finished building: ../Project_Settings/Startup_Code/nvic.c&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;"make -j8 all" terminated with exit code 2. Build might be incomplete.&lt;/P&gt;&lt;P&gt;21:25:55 Build Failed. 9 errors, 0 warnings. (took 4s.574ms)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2022 13:27:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/IPCF-S32DS3-4-3-build-error/m-p/1479867#M956</guid>
      <dc:creator>Lake_Hu</dc:creator>
      <dc:date>2022-06-24T13:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: IPCF S32DS3.4.3 build error</title>
      <link>https://community.nxp.com/t5/S32G/IPCF-S32DS3-4-3-build-error/m-p/1480031#M957</link>
      <description>&lt;P&gt;Open the project default hardware/*.mex, then "Update code" could build all successfully.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jun 2022 01:56:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/IPCF-S32DS3-4-3-build-error/m-p/1480031#M957</guid>
      <dc:creator>Lake_Hu</dc:creator>
      <dc:date>2022-06-25T01:56:11Z</dc:date>
    </item>
  </channel>
</rss>

