<?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>CodeWarrior Development ToolsのトピックRe: Makefile/SonarQube integration with CodeWarrior HCS12</title>
    <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Makefile-SonarQube-integration-with-CodeWarrior-HCS12/m-p/1544137#M8892</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Jun Zhang,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you for pointing me to the example.&amp;nbsp; I have the Makefile compile working outside the IDE now.&amp;nbsp; However when I try to integrate with SonarQube I get this error:&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;ERROR: Error during SonarScanner execution
java.lang.IllegalStateException: The "build-wrapper-dump.json" file was found empty. Please make sure that:
  * you are using the latest version of the build-wrapper and the CFamily analyzer
  * your compiler is supported
  * you are wrapping your build correctly
  * you are wrapping a full/clean build
  * if you are building your project inside a Docker container, build-wrapper is wrapping the build process inside the container and not wrapping the external Docker process&lt;/LI-CODE&gt;&lt;P&gt;This page lists SonarQube's supported languages and compilers:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.sonarqube.org/latest/analysis/languages/cfamily/" target="_self"&gt;https://docs.sonarqube.org/latest/analysis/languages/cfamily/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you know if it's possible to integrate CodeWarrior's HCS12 with SonarQube?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Wed, 26 Oct 2022 14:38:19 GMT</pubDate>
    <dc:creator>dmh141</dc:creator>
    <dc:date>2022-10-26T14:38:19Z</dc:date>
    <item>
      <title>Makefile/SonarQube integration with CodeWarrior HCS12</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Makefile-SonarQube-integration-with-CodeWarrior-HCS12/m-p/1542069#M8890</link>
      <description>&lt;P&gt;I have the CodeWarrior Development Studio for HCS12(X) v5.1.&lt;/P&gt;&lt;P&gt;I'd like to integrate it with SonarQube for static code analysis.&amp;nbsp; Is there a way to have CodeWarrior create Makefiles that can be used for command-line compiling outside of the IDE?&amp;nbsp; Would a newer version or additional products provide this capability?&lt;/P&gt;&lt;P&gt;I've attached my list of installed plugins.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2022 16:06:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Makefile-SonarQube-integration-with-CodeWarrior-HCS12/m-p/1542069#M8890</guid>
      <dc:creator>dmh141</dc:creator>
      <dc:date>2022-10-21T16:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: Makefile/SonarQube integration with CodeWarrior HCS12</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Makefile-SonarQube-integration-with-CodeWarrior-HCS12/m-p/1542563#M8891</link>
      <description>&lt;P&gt;Hi dmh141&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The HC12 makefile sample code can be found in &lt;BR /&gt;{your CW install directory}\(CodeWarrior_Examples)\MakeFileSample_HC12.&lt;BR /&gt;This sample code is available for all HC(S)12 derivatives.&lt;/P&gt;
&lt;P&gt;In the sample code, you need change INSTALL PATH in build.bat, corresponding to your own CW installation. NOTE: blank character is forbidden for path!&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Jun Zhang&lt;/P&gt;</description>
      <pubDate>Mon, 24 Oct 2022 08:39:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Makefile-SonarQube-integration-with-CodeWarrior-HCS12/m-p/1542563#M8891</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2022-10-24T08:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: Makefile/SonarQube integration with CodeWarrior HCS12</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Makefile-SonarQube-integration-with-CodeWarrior-HCS12/m-p/1544137#M8892</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Jun Zhang,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you for pointing me to the example.&amp;nbsp; I have the Makefile compile working outside the IDE now.&amp;nbsp; However when I try to integrate with SonarQube I get this error:&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;ERROR: Error during SonarScanner execution
java.lang.IllegalStateException: The "build-wrapper-dump.json" file was found empty. Please make sure that:
  * you are using the latest version of the build-wrapper and the CFamily analyzer
  * your compiler is supported
  * you are wrapping your build correctly
  * you are wrapping a full/clean build
  * if you are building your project inside a Docker container, build-wrapper is wrapping the build process inside the container and not wrapping the external Docker process&lt;/LI-CODE&gt;&lt;P&gt;This page lists SonarQube's supported languages and compilers:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.sonarqube.org/latest/analysis/languages/cfamily/" target="_self"&gt;https://docs.sonarqube.org/latest/analysis/languages/cfamily/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you know if it's possible to integrate CodeWarrior's HCS12 with SonarQube?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2022 14:38:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Makefile-SonarQube-integration-with-CodeWarrior-HCS12/m-p/1544137#M8892</guid>
      <dc:creator>dmh141</dc:creator>
      <dc:date>2022-10-26T14:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Makefile/SonarQube integration with CodeWarrior HCS12</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Makefile-SonarQube-integration-with-CodeWarrior-HCS12/m-p/1544655#M8893</link>
      <description>&lt;P&gt;I believe we don't have any test for&amp;nbsp;CodeWarrior HCS12 and SonarQube.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As far as I know there is no plan to support&amp;nbsp;SonarQube in recent future.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2022 03:29:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Makefile-SonarQube-integration-with-CodeWarrior-HCS12/m-p/1544655#M8893</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2022-10-27T03:29:10Z</dc:date>
    </item>
  </channel>
</rss>

