<?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: code compile errors with EB 27 for RTD 0.9x</title>
    <link>https://community.nxp.com/t5/S32K/code-compile-errors-with-EB-27-for-RTD-0-9x/m-p/1373436#M12840</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/192439"&gt;@bowen_gu&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I checked you project and I do not see any configuration file. Could you please add them.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hungnguyenphi_0-1637232484977.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/162546i91B3928317B0AF0E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hungnguyenphi_0-1637232484977.png" alt="hungnguyenphi_0-1637232484977.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;hungnguyenphi_0-1637232484977.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Hung&lt;/P&gt;</description>
    <pubDate>Thu, 18 Nov 2021 10:48:13 GMT</pubDate>
    <dc:creator>hungnguyenphi</dc:creator>
    <dc:date>2021-11-18T10:48:13Z</dc:date>
    <item>
      <title>code compile errors with EB 27 for RTD 0.9x</title>
      <link>https://community.nxp.com/t5/S32K/code-compile-errors-with-EB-27-for-RTD-0-9x/m-p/1373028#M12830</link>
      <description>&lt;P&gt;I'm building my development for S32K344 with EB, there is a fetal error when building ADC example.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;C:\NXP\SW32K3_RTD_4.4_0.9.0_P02\eclipse\plugins\Adc_TS_T40D34M9I0R0\examples\EBT\Adc_example_EBT&amp;gt;make build
======================================================================
Creating directory for object files
Compiling src/main.c
In file included from C:/NXP/SW32K3_RTD_4.4_0.9.0_P02/eclipse/plugins/Base_TS_T40D34M9I0R0/include/Mcal.h:66,
                 from C:/NXP/SW32K3_RTD_4.4_0.9.0_P02/eclipse/plugins/Adc_TS_T40D34M9I0R0/include/Adc.h:44,
                 from src/main.c:26:
C:/NXP/SW32K3_RTD_4.4_0.9.0_P02/eclipse/plugins/Base_TS_T40D34M9I0R0/include/OsIf_Internal.h:46:10: fatal error: OsIf_Cfg.h: No such file or directory
   46 | #include "OsIf_Cfg.h"
      |          ^~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:232: main.o] Error 1&lt;/LI-CODE&gt;&lt;P&gt;the&amp;nbsp;project_parameters.mk configuratino as below:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;#The path to the GCC instalation dir
GCC_DIR = C:/NXP/S32DS.3.4/S32DS/build_tools/gcc_v9.2/gcc-9.2-arm32-eabi

#The path to the EB Tresos instalation dir
TRESOS_DIR = C:/EB/tresos

#The path to the T32 instalation dir
T32_DIR = D:/Build_tools

#The path to the Tresos plugins directory
PLUGINS_DIR = C:/NXP/SW32K3_RTD_4.4_0.9.0_P02/eclipse/plugins

#The paths to the additional directories to be included at build phase
ADDITIONAL_INCLUDE_DIRS = 

#Example specific parameters - do not modify 

#MCAL modules used
MCAL_MODULE_LIST := Adc Base Det EcuC Mcu Os Rte Platform

#The package name for the MCAL release
AR_PKG_NAME = TS_T40D34M9I0R0

#The derivative of the device
EXAMPLE_DERIVATIVE = 

#The nanme of the elf file
ELFNAME = main

#The test base address 
TEST_BASE_ADDR = 0x20430000

#The name of the Tresos project 
TRESOS_PROJECT_NAME = Adc_example_EBT
#The number of variants for the Tresos project 
VARIANT_NO = 1&lt;/LI-CODE&gt;&lt;P&gt;I have modified variants GCC_DIR&amp;nbsp;PLUGINS_DIR&amp;nbsp;TRESOS_DIR and don't change the other part.&lt;/P&gt;&lt;P&gt;I'd like to know what went wrong.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 01:32:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/code-compile-errors-with-EB-27-for-RTD-0-9x/m-p/1373028#M12830</guid>
      <dc:creator>bowen_gu</dc:creator>
      <dc:date>2021-11-18T01:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: code compile errors with EB 27 for RTD 0.9x</title>
      <link>https://community.nxp.com/t5/S32K/code-compile-errors-with-EB-27-for-RTD-0-9x/m-p/1373360#M12835</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/192439"&gt;@bowen_gu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please check if you have generated configuration for the project.&lt;/P&gt;
&lt;P&gt;Please also use the newest RTD version RTM 1.0.0 instead.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Hung&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 09:15:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/code-compile-errors-with-EB-27-for-RTD-0-9x/m-p/1373360#M12835</guid>
      <dc:creator>hungnguyenphi</dc:creator>
      <dc:date>2021-11-18T09:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: code compile errors with EB 27 for RTD 0.9x</title>
      <link>https://community.nxp.com/t5/S32K/code-compile-errors-with-EB-27-for-RTD-0-9x/m-p/1373388#M12837</link>
      <description>&lt;P&gt;Hi Hung,&lt;/P&gt;&lt;P&gt;I have generated conguration with EB before building.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 09:48:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/code-compile-errors-with-EB-27-for-RTD-0-9x/m-p/1373388#M12837</guid>
      <dc:creator>bowen_gu</dc:creator>
      <dc:date>2021-11-18T09:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: code compile errors with EB 27 for RTD 0.9x</title>
      <link>https://community.nxp.com/t5/S32K/code-compile-errors-with-EB-27-for-RTD-0-9x/m-p/1373400#M12838</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/192439"&gt;@bowen_gu&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please share this example project, so I can try to check it&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Hung&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 10:06:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/code-compile-errors-with-EB-27-for-RTD-0-9x/m-p/1373400#M12838</guid>
      <dc:creator>hungnguyenphi</dc:creator>
      <dc:date>2021-11-18T10:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: code compile errors with EB 27 for RTD 0.9x</title>
      <link>https://community.nxp.com/t5/S32K/code-compile-errors-with-EB-27-for-RTD-0-9x/m-p/1373420#M12839</link>
      <description>&lt;P&gt;Hi Hung,&lt;/P&gt;&lt;P&gt;&amp;nbsp;Please see the attachment.&lt;/P&gt;&lt;P&gt;I will check the&amp;nbsp;&lt;SPAN&gt;RTD 1.0 version later.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 10:31:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/code-compile-errors-with-EB-27-for-RTD-0-9x/m-p/1373420#M12839</guid>
      <dc:creator>bowen_gu</dc:creator>
      <dc:date>2021-11-18T10:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: code compile errors with EB 27 for RTD 0.9x</title>
      <link>https://community.nxp.com/t5/S32K/code-compile-errors-with-EB-27-for-RTD-0-9x/m-p/1373436#M12840</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/192439"&gt;@bowen_gu&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I checked you project and I do not see any configuration file. Could you please add them.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hungnguyenphi_0-1637232484977.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/162546i91B3928317B0AF0E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hungnguyenphi_0-1637232484977.png" alt="hungnguyenphi_0-1637232484977.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;hungnguyenphi_0-1637232484977.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Hung&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 10:48:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/code-compile-errors-with-EB-27-for-RTD-0-9x/m-p/1373436#M12840</guid>
      <dc:creator>hungnguyenphi</dc:creator>
      <dc:date>2021-11-18T10:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: code compile errors with EB 27 for RTD 0.9x</title>
      <link>https://community.nxp.com/t5/S32K/code-compile-errors-with-EB-27-for-RTD-0-9x/m-p/1373940#M12844</link>
      <description>&lt;P&gt;Hi Hung,&lt;/P&gt;&lt;P&gt;I copied source files generated by EB to the example directory, I could build the project successfully.&lt;/P&gt;&lt;P&gt;My understanding is: EB is just used to generate code, we need to copy these generated files into a project if we use "make" to build project.&lt;/P&gt;&lt;P&gt;Is it right?&lt;/P&gt;</description>
      <pubDate>Fri, 19 Nov 2021 01:45:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/code-compile-errors-with-EB-27-for-RTD-0-9x/m-p/1373940#M12844</guid>
      <dc:creator>bowen_gu</dc:creator>
      <dc:date>2021-11-19T01:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: code compile errors with EB 27 for RTD 0.9x</title>
      <link>https://community.nxp.com/t5/S32K/code-compile-errors-with-EB-27-for-RTD-0-9x/m-p/1373964#M12846</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/192439"&gt;@bowen_gu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;My understanding is: EB is just used to generate code, we need to copy these generated files into a project if we use "make" to build project.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Is it right?&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Actually, user don't need to do it. The EB project in the example is created to generate code in the Generated folder. I think that you have done some change/modification with the&amp;nbsp;EB project in the example.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Hung&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Nov 2021 02:30:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/code-compile-errors-with-EB-27-for-RTD-0-9x/m-p/1373964#M12846</guid>
      <dc:creator>hungnguyenphi</dc:creator>
      <dc:date>2021-11-19T02:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: code compile errors with EB 27 for RTD 0.9x</title>
      <link>https://community.nxp.com/t5/S32K/code-compile-errors-with-EB-27-for-RTD-0-9x/m-p/1373979#M12848</link>
      <description>&lt;P&gt;Hi Hung,&lt;/P&gt;&lt;P&gt;I didn't change any configuration except&amp;nbsp;project_parameters.mk.&lt;/P&gt;&lt;P&gt;the code default generated path&amp;nbsp; as below：&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bowen_gu_1-1637290569625.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/162603i65F9A16BF176418C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bowen_gu_1-1637290569625.png" alt="bowen_gu_1-1637290569625.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;bowen_gu_1-1637290569625.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Maybe, I need to modify this path to point the ADC example project&amp;nbsp; and build directly without any change.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Nov 2021 02:58:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/code-compile-errors-with-EB-27-for-RTD-0-9x/m-p/1373979#M12848</guid>
      <dc:creator>bowen_gu</dc:creator>
      <dc:date>2021-11-19T02:58:27Z</dc:date>
    </item>
  </channel>
</rss>

