<?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: EB tresos under linux docker</title>
    <link>https://community.nxp.com/t5/S32K/EB-tresos-under-linux-docker/m-p/1480319#M16085</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Unfortunately we haven't tried the same thing in our site (Usually we use EB Tresos on Windows environment). I'd suggest to ask Elektrobit for better support.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Nam&lt;/P&gt;</description>
    <pubDate>Mon, 27 Jun 2022 06:34:27 GMT</pubDate>
    <dc:creator>namnguyenviet</dc:creator>
    <dc:date>2022-06-27T06:34:27Z</dc:date>
    <item>
      <title>EB tresos under linux docker</title>
      <link>https://community.nxp.com/t5/S32K/EB-tresos-under-linux-docker/m-p/1479781#M16068</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I try to used EB tresos linux version in a docker for CI/CD with jenkins.&lt;/P&gt;&lt;P&gt;Doesn't anyone&amp;nbsp; already try it ?&lt;/P&gt;&lt;P&gt;I have trouble to run the script tresos_cmd.sh.&lt;/P&gt;&lt;P&gt;Error:&lt;/P&gt;&lt;P&gt;org.eclipse.swt.SWTError: No more handles [gtk_init_check() failed]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#tresos #docker&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2022 10:12:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/EB-tresos-under-linux-docker/m-p/1479781#M16068</guid>
      <dc:creator>sobo</dc:creator>
      <dc:date>2022-06-24T10:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: EB tresos under linux docker</title>
      <link>https://community.nxp.com/t5/S32K/EB-tresos-under-linux-docker/m-p/1480319#M16085</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Unfortunately we haven't tried the same thing in our site (Usually we use EB Tresos on Windows environment). I'd suggest to ask Elektrobit for better support.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Nam&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2022 06:34:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/EB-tresos-under-linux-docker/m-p/1480319#M16085</guid>
      <dc:creator>namnguyenviet</dc:creator>
      <dc:date>2022-06-27T06:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: EB tresos under linux docker</title>
      <link>https://community.nxp.com/t5/S32K/EB-tresos-under-linux-docker/m-p/1480567#M16098</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;thank you for your answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So what the best way to handle generated configuration file ?&lt;/P&gt;&lt;P&gt;exemple :&amp;nbsp;&lt;/P&gt;&lt;P&gt;1- Use EB tresos to configure and generate.&lt;/P&gt;&lt;P&gt;2- Copy the generate file in the project&lt;/P&gt;&lt;P&gt;3- Add it (generated file)&amp;nbsp; in sw configuration management&lt;/P&gt;&lt;P&gt;4- in CI/CD used file in the project&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what we are trying to do :&amp;nbsp;&lt;/P&gt;&lt;P&gt;1- Use EB tresos to configure and generate file + config file(xdm)&lt;/P&gt;&lt;P&gt;2- Add only xdm file under SW configuration management&lt;/P&gt;&lt;P&gt;3- in CI/CD use tresos to generate file from xdm&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2022 11:47:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/EB-tresos-under-linux-docker/m-p/1480567#M16098</guid>
      <dc:creator>sobo</dc:creator>
      <dc:date>2022-06-27T11:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: EB tresos under linux docker</title>
      <link>https://community.nxp.com/t5/S32K/EB-tresos-under-linux-docker/m-p/1481515#M16118</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/146287"&gt;@sobo&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;There are multiple ways which can be used to handle the code generation:&lt;/P&gt;
&lt;P&gt;1. Using the EB Tresos GUI.&lt;/P&gt;
&lt;P&gt;2. Take advantage of tresos_cmd.bat:&lt;/P&gt;
&lt;P&gt;2.1 by using&amp;nbsp;&lt;EM&gt;legacy generate&lt;/EM&gt; with input as .epc files or .arxml files:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;call .\..\Tresos\bin\tresos_cmd.bat -Dtarget=CORTEXM -Dderivate=S32K3XX legacy generate .\a.arxml@asc:4.4.0 -o .\outputt -g Wdg_TS_T40D34M10I0R0&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Detail can be found in&amp;nbsp; &lt;EM&gt;&lt;SPAN class="fontstyle0"&gt;6.12.3. Commands for legacy code generation&lt;/SPAN&gt;&lt;/EM&gt;&amp;nbsp;- Development users guide of EB Tresos Studio.&lt;/P&gt;
&lt;P&gt;2.2. or using&amp;nbsp;&lt;EM&gt;generate/autoconfigure&amp;nbsp;&lt;/EM&gt;with the whole project. It's required that you have a EB Tresos project already:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;$(TRESOS_DIR)/bin/tresos_cmd.bat &lt;STRONG&gt;deleteProject&lt;/STRONG&gt; $(TRESOS_PROJECT_NAME) || exit 0 2&amp;gt;&amp;amp;1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;$(TRESOS_DIR)/bin/tresos_cmd.bat &lt;STRONG&gt;importProject&lt;/STRONG&gt; $(call winpath, $(call my_abspath, ./TresosProject/$(TRESOS_PROJECT_NAME))) 2&amp;gt;&amp;amp;1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ifeq ($(VARIANT_NO),0) &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;$(TRESOS_DIR)/bin/tresos_cmd.bat &lt;STRONG&gt;generate&lt;/STRONG&gt; $(TRESOS_PROJECT_NAME) 2&amp;gt;&amp;amp;1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;else&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;$(TRESOS_DIR)/bin/tresos_cmd.bat &lt;STRONG&gt;autoconfigure&lt;/STRONG&gt; $(TRESOS_PROJECT_NAME) GenerateAllVariants 2&amp;gt;&amp;amp;1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;endif&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;(The above script is taken from a RTD example)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Our testing team has been using the 2.2 way to handle code generation in CI/CD. But it's verified under Windows environment.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Best Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Nam&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 03:43:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/EB-tresos-under-linux-docker/m-p/1481515#M16118</guid>
      <dc:creator>namnguyenviet</dc:creator>
      <dc:date>2022-06-29T03:43:27Z</dc:date>
    </item>
  </channel>
</rss>

