<?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>S12 / MagniV MicrocontrollersのトピックRe: Connecting Jenkins and Codewarrior 5.9.0 Make Build</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Connecting-Jenkins-and-Codewarrior-5-9-0-Make-Build/m-p/2292912#M20837</link>
    <description>&lt;P&gt;I'm uploading a sample Jenkins connection bat file. Please refer to it.&lt;/P&gt;&lt;P&gt;As of Codewarrior 5.9.0, the build program is CmdIDE.exe.&lt;BR /&gt;&lt;BR /&gt;S912XET256.bat&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/3933"&gt;@echo&lt;/a&gt; off&lt;BR /&gt;setlocal enabledelayedexpansion&lt;/P&gt;&lt;P&gt;set "CW_PATH=C:\Program Files (x86)\Freescale\CWS12v5.1\bin\CmdIDE.exe"&lt;BR /&gt;set "PROJECT_ROOT=%~dp0.."&lt;BR /&gt;set "MCP_FILE=%PROJECT_ROOT%\Project.mcp"&lt;/P&gt;&lt;P&gt;echo [INFO] Build Start...&lt;BR /&gt;echo [INFO] Executing CmdIDE with Force Build...&lt;BR /&gt;"%CW_PATH%" "%MCP_FILE%" /F /C /M /E /S&lt;/P&gt;&lt;P&gt;set "BUILD_EXIT_CODE=%errorlevel%"&lt;/P&gt;&lt;P&gt;echo [DEBUG] Searching for generated .s19 files...&lt;BR /&gt;dir /s "%PROJECT_ROOT%\*.s19"&lt;/P&gt;&lt;P&gt;if %BUILD_EXIT_CODE% neq 0 (&lt;BR /&gt;echo [ERROR] Build Failed with code %BUILD_EXIT_CODE%&lt;BR /&gt;exit /b %BUILD_EXIT_CODE%&lt;BR /&gt;)&lt;BR /&gt;exit /b 0&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Wed, 14 Jan 2026 02:45:02 GMT</pubDate>
    <dc:creator>Luna_Maverick</dc:creator>
    <dc:date>2026-01-14T02:45:02Z</dc:date>
    <item>
      <title>Connecting Jenkins and Codewarrior 5.9.0 Make Build</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Connecting-Jenkins-and-Codewarrior-5-9-0-Make-Build/m-p/2289951#M20829</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;I'm a developer developing with the S912XET256 MCU.&lt;/P&gt;&lt;P&gt;I'm trying to connect Jenkins and the Codewarrior 5.9.0 IDE to create an automated build.&lt;/P&gt;&lt;P&gt;I know that pressing the "make" button in the Codewarrior 5.9.0 IDE starts the build.&lt;/P&gt;&lt;P&gt;And I know that the resulting *.s19 and *.map files are created in the bin folder.&lt;/P&gt;&lt;P&gt;I'm creating a Build.bat file to connect with Jenkins.&lt;/P&gt;&lt;P&gt;I need to know what the *.exe file is that executes the "make" button.&lt;/P&gt;&lt;P&gt;I look forward to your response.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jan 2026 07:39:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Connecting-Jenkins-and-Codewarrior-5-9-0-Make-Build/m-p/2289951#M20829</guid>
      <dc:creator>Luna_Maverick</dc:creator>
      <dc:date>2026-01-08T07:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting Jenkins and Codewarrior 5.9.0 Make Build</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Connecting-Jenkins-and-Codewarrior-5-9-0-Make-Build/m-p/2292912#M20837</link>
      <description>&lt;P&gt;I'm uploading a sample Jenkins connection bat file. Please refer to it.&lt;/P&gt;&lt;P&gt;As of Codewarrior 5.9.0, the build program is CmdIDE.exe.&lt;BR /&gt;&lt;BR /&gt;S912XET256.bat&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/3933"&gt;@echo&lt;/a&gt; off&lt;BR /&gt;setlocal enabledelayedexpansion&lt;/P&gt;&lt;P&gt;set "CW_PATH=C:\Program Files (x86)\Freescale\CWS12v5.1\bin\CmdIDE.exe"&lt;BR /&gt;set "PROJECT_ROOT=%~dp0.."&lt;BR /&gt;set "MCP_FILE=%PROJECT_ROOT%\Project.mcp"&lt;/P&gt;&lt;P&gt;echo [INFO] Build Start...&lt;BR /&gt;echo [INFO] Executing CmdIDE with Force Build...&lt;BR /&gt;"%CW_PATH%" "%MCP_FILE%" /F /C /M /E /S&lt;/P&gt;&lt;P&gt;set "BUILD_EXIT_CODE=%errorlevel%"&lt;/P&gt;&lt;P&gt;echo [DEBUG] Searching for generated .s19 files...&lt;BR /&gt;dir /s "%PROJECT_ROOT%\*.s19"&lt;/P&gt;&lt;P&gt;if %BUILD_EXIT_CODE% neq 0 (&lt;BR /&gt;echo [ERROR] Build Failed with code %BUILD_EXIT_CODE%&lt;BR /&gt;exit /b %BUILD_EXIT_CODE%&lt;BR /&gt;)&lt;BR /&gt;exit /b 0&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jan 2026 02:45:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Connecting-Jenkins-and-Codewarrior-5-9-0-Make-Build/m-p/2292912#M20837</guid>
      <dc:creator>Luna_Maverick</dc:creator>
      <dc:date>2026-01-14T02:45:02Z</dc:date>
    </item>
  </channel>
</rss>

