<?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: Design studio 3.4 for S32k3 sample code build error. in S32K</title>
    <link>https://community.nxp.com/t5/S32K/Design-studio-3-4-for-S32k3-sample-code-build-error/m-p/1457254#M15397</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/181202"&gt;@StephenYeh&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;This is an MCAL example.&lt;/P&gt;&lt;P&gt;Do you need MCAL or just the low-level RTD?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR, Daniel&lt;/P&gt;</description>
    <pubDate>Thu, 12 May 2022 12:39:25 GMT</pubDate>
    <dc:creator>danielmartynek</dc:creator>
    <dc:date>2022-05-12T12:39:25Z</dc:date>
    <item>
      <title>Design studio 3.4 for S32k3 sample code build error.</title>
      <link>https://community.nxp.com/t5/S32K/Design-studio-3-4-for-S32k3-sample-code-build-error/m-p/1456135#M15363</link>
      <description>&lt;P&gt;Hi Sir,&lt;/P&gt;&lt;P&gt;I try to build s32k3 sample code.&lt;/P&gt;&lt;P&gt;(SDK : SW32K3_S32DS_3.4.3_D2112 / SW32K3_RTD_4.4_2.0.0_CD01_DS_updatesite_D2111)&lt;/P&gt;&lt;P&gt;Create Adc_example_S32K344 and got build error message.&lt;/P&gt;&lt;P&gt;It seems not include head file.&lt;/P&gt;&lt;P&gt;I also try other sample code, fail on head file not include, too.&lt;/P&gt;&lt;P&gt;Would you share me the solution?&lt;/P&gt;&lt;P&gt;===========================================================&lt;/P&gt;&lt;P&gt;14:46:54 **** Incremental Build of configuration Debug_FLASH for project Adc_example_S32K344 ****&lt;BR /&gt;make -j4 all&lt;BR /&gt;Building file: ../src/main.c&lt;BR /&gt;Building file: ../Project_Settings/Startup_Code/exceptions.c&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;Building file: ../Project_Settings/Startup_Code/system.c&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/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;../src/main.c:26:10: fatal error: Adc.h: No such file or directory&lt;BR /&gt;26 | #include "Adc.h"&lt;BR /&gt;| ^~~~~~~&lt;BR /&gt;compilation terminated.&lt;BR /&gt;make: *** [src/subdir.mk:20: src/main.o] Error 1&lt;BR /&gt;make: *** Waiting for unfinished jobs....&lt;BR /&gt;In file included from C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32K3_2021_11_CD01/SW32K3_RTD_4_4_2_0_0_D2111_CD01/Base_TS_T40D34M20I0R0/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_S32K3_2021_11_CD01/SW32K3_RTD_4_4_2_0_0_D2111_CD01/Base_TS_T40D34M20I0R0/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;In file included from C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32K3_2021_11_CD01/SW32K3_RTD_4_4_2_0_0_D2111_CD01/Base_TS_T40D34M20I0R0/include/Mcal.h:66,&lt;BR /&gt;from ../Project_Settings/Startup_Code/system.c:36:&lt;BR /&gt;C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32K3_2021_11_CD01/SW32K3_RTD_4_4_2_0_0_D2111_CD01/Base_TS_T40D34M20I0R0/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;"make -j4 all" terminated with exit code 2. Build might be incomplete.&lt;/P&gt;&lt;P&gt;14:46:55 Build Failed. 7 errors, 0 warnings. (took 816ms)&lt;/P&gt;&lt;P&gt;==========================================================================&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 06:50:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Design-studio-3-4-for-S32k3-sample-code-build-error/m-p/1456135#M15363</guid>
      <dc:creator>StephenYeh</dc:creator>
      <dc:date>2022-05-11T06:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: Design studio 3.4 for S32k3 sample code build error.</title>
      <link>https://community.nxp.com/t5/S32K/Design-studio-3-4-for-S32k3-sample-code-build-error/m-p/1457254#M15397</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/181202"&gt;@StephenYeh&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;This is an MCAL example.&lt;/P&gt;&lt;P&gt;Do you need MCAL or just the low-level RTD?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR, Daniel&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 12:39:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Design-studio-3-4-for-S32k3-sample-code-build-error/m-p/1457254#M15397</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2022-05-12T12:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: Design studio 3.4 for S32k3 sample code build error.</title>
      <link>https://community.nxp.com/t5/S32K/Design-studio-3-4-for-S32k3-sample-code-build-error/m-p/1457369#M15400</link>
      <description>&lt;P&gt;Hi Daniel&lt;/P&gt;&lt;P&gt;Low level RTD. Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 15:33:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Design-studio-3-4-for-S32k3-sample-code-build-error/m-p/1457369#M15400</guid>
      <dc:creator>StephenYeh</dc:creator>
      <dc:date>2022-05-12T15:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: Design studio 3.4 for S32k3 sample code build error.</title>
      <link>https://community.nxp.com/t5/S32K/Design-studio-3-4-for-S32k3-sample-code-build-error/m-p/1457768#M15411</link>
      <description>&lt;P&gt;Hi&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/181202"&gt;@StephenYeh&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Use this example instead: Adc_Sar_Bctu_Ip_example_S32K344&lt;/P&gt;
&lt;P&gt;It is without MCAL autosar drivers.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR, Daniel&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 08:01:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Design-studio-3-4-for-S32k3-sample-code-build-error/m-p/1457768#M15411</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2022-05-13T08:01:48Z</dc:date>
    </item>
  </channel>
</rss>

