<?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>S32 Design Studio中的主题 Import project automatically using .bat file or python script</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/Import-project-automatically-using-bat-file-or-python-script/m-p/1849228#M12166</link>
    <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I'm trying to open a project on S32DS IDE from a batch file or python script from the command line.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to do it?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;MVR&lt;/P&gt;</description>
    <pubDate>Wed, 17 Apr 2024 17:50:07 GMT</pubDate>
    <dc:creator>MVR</dc:creator>
    <dc:date>2024-04-17T17:50:07Z</dc:date>
    <item>
      <title>Import project automatically using .bat file or python script</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Import-project-automatically-using-bat-file-or-python-script/m-p/1849228#M12166</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I'm trying to open a project on S32DS IDE from a batch file or python script from the command line.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to do it?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;MVR&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2024 17:50:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Import-project-automatically-using-bat-file-or-python-script/m-p/1849228#M12166</guid>
      <dc:creator>MVR</dc:creator>
      <dc:date>2024-04-17T17:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: Import project automatically using .bat file or python script</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Import-project-automatically-using-bat-file-or-python-script/m-p/1851727#M12182</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;We apologize for the delay from our side. For what we are able to find, we do not see any specific information on regards of opening a project through batch or python.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We only see information on regards of using the Configuration Tool through CLI.&lt;/P&gt;
&lt;P&gt;We do apologize.&lt;/P&gt;
&lt;P&gt;Please, let us know.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2024 14:54:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Import-project-automatically-using-bat-file-or-python-script/m-p/1851727#M12182</guid>
      <dc:creator>Daniel-Aguirre</dc:creator>
      <dc:date>2024-04-22T14:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Import project automatically using .bat file or python script</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Import-project-automatically-using-bat-file-or-python-script/m-p/1852274#M12190</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/204675"&gt;@MVR&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Eclipse CDT has a feature called headless build - this feature offer the option clean/build projects from workspace and also to import from command line an existing project. Since S32DS is eclipse based this feature can be used. How to use it - browse to S32DS eclipse folder and run eclipsec.exe from a command line (or batch script even python) with next parameters mandatory:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;eclipsec.exe -noSplash -application org.eclipse.cdt.managedbuilder.core.headlessbuild --launcher.ini s32ds.ini -data /path/to/workspace&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;You can add to the command, the next options:&lt;/P&gt;
&lt;PRE class="highlight"&gt;&lt;CODE&gt;* Import projects:                       -import     {[uri:/]/path/to/project}
* Import all projects in the tree:       -importAll  {[uri:/]/path/to/projectTreeURI}
* Build projects / the workspace:        -build      {project_name_reg_ex/config_name_reg_ex | all}
* Clean build projects / the workspace:  -cleanBuild {project_name_reg_ex/config_name_reg_ex | all}
* Add Include path to build:             -I          {include_path}
* Add Include file to build:             -include    {include_file}
* Add preprocessor define to build:      -D          {prepoc_define}
* Replace environment variable in build: -E          {var=value}
* Append environment variable to build:  -Ea         {var=value}
* Prepend environment variable to build: -Ep         {var=value}
* Remove environment variable in build:  -Er         {var}
* Replace a tool option value:           -T          {toolid} {optionid=value}
* Append to a tool option value:         -Ta         {toolid} {optionid=value}
* Prepend to a tool option value:        -Tp         {toolid} {optionid=value}
* Remove a tool option:                  -Tr         {toolid} {optionid=value}&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I hope this info helps!&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Alexandra&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2024 07:56:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Import-project-automatically-using-bat-file-or-python-script/m-p/1852274#M12190</guid>
      <dc:creator>nxa11767</dc:creator>
      <dc:date>2024-04-23T07:56:48Z</dc:date>
    </item>
  </channel>
</rss>

