<?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>topic How to build Cardiac_demo for Windows? in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/How-to-build-Cardiac-demo-for-Windows/m-p/1674856#M25661</link>
    <description>&lt;P data-unlink="true"&gt;I'm attempting to build the &lt;A href="https://github.com/AlexeyMalkhanov/Cardiac_demo" target="_self"&gt;Cardiac_demo project on GitHub&lt;/A&gt; for Windows 10 Pro, to use as a sample for VTune profiling. The GitHub project is owned by Intel's&amp;nbsp;Alexey&amp;nbsp;Malkhanov.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I installed the prerequisites (Intel MPI Library, Intel C++ Compiler, Qt) but am getting hung up on the build_qt.sh step. If I run build_qt.sh from a cmd shell, then another shell window briefly pops up but disappears before I can read the text. If I run the bash shell that comes with Git, and then run "sh build_qt.sh" I get the following output:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;build_qt.sh: line 17: /usr/bin/qmake-qt4: No such file or directory&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;build_qt.sh: line 18: make: command not found&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;build_qt.sh: line 20: icc: command not found&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Error building librcm.so&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;It appears I don't have the development environment configured correctly. I installed the prerequisites using default installation settings, but did not set up any environment variables, is that the missing step? Is there a guide somewhere with more information on what I'm missing?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P data-unlink="true"&gt;P.S. I also submitted this as a &lt;A href="https://github.com/AlexeyMalkhanov/Cardiac_demo/issues/1" target="_self"&gt;GitHub project issue&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Thu, 13 Mar 2025 23:23:52 GMT</pubDate>
    <dc:creator>YossarianKing</dc:creator>
    <dc:date>2025-03-13T23:23:52Z</dc:date>
    <item>
      <title>How to build Cardiac_demo for Windows?</title>
      <link>https://community.intel.com/t5/Analyzers/How-to-build-Cardiac-demo-for-Windows/m-p/1674856#M25661</link>
      <description>&lt;P data-unlink="true"&gt;I'm attempting to build the &lt;A href="https://github.com/AlexeyMalkhanov/Cardiac_demo" target="_self"&gt;Cardiac_demo project on GitHub&lt;/A&gt; for Windows 10 Pro, to use as a sample for VTune profiling. The GitHub project is owned by Intel's&amp;nbsp;Alexey&amp;nbsp;Malkhanov.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I installed the prerequisites (Intel MPI Library, Intel C++ Compiler, Qt) but am getting hung up on the build_qt.sh step. If I run build_qt.sh from a cmd shell, then another shell window briefly pops up but disappears before I can read the text. If I run the bash shell that comes with Git, and then run "sh build_qt.sh" I get the following output:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;build_qt.sh: line 17: /usr/bin/qmake-qt4: No such file or directory&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;build_qt.sh: line 18: make: command not found&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;build_qt.sh: line 20: icc: command not found&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Error building librcm.so&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;It appears I don't have the development environment configured correctly. I installed the prerequisites using default installation settings, but did not set up any environment variables, is that the missing step? Is there a guide somewhere with more information on what I'm missing?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P data-unlink="true"&gt;P.S. I also submitted this as a &lt;A href="https://github.com/AlexeyMalkhanov/Cardiac_demo/issues/1" target="_self"&gt;GitHub project issue&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Mar 2025 23:23:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/How-to-build-Cardiac-demo-for-Windows/m-p/1674856#M25661</guid>
      <dc:creator>YossarianKing</dc:creator>
      <dc:date>2025-03-13T23:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to build Cardiac_demo for Windows?</title>
      <link>https://community.intel.com/t5/Analyzers/How-to-build-Cardiac-demo-for-Windows/m-p/1674898#M25663</link>
      <description>&lt;P&gt;This forum is only focused on analyzers-related issues.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From the log, it looks like the missing make and icc caused the build to fail. Did you check whether the make and ICC are installed in your environment or specify the correct path?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Currently, Intel oneAPI toolkits only provide Intel oneAPI DPC++/C++ compiler below (icx); ICC was discontinued.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/developer/tools/oneapi/dpc-compiler-download.html?operatingsystem=linux&amp;amp;distribution-linux=offline" target="_blank" rel="noopener"&gt;https://www.intel.com/content/www/us/en/developer/tools/oneapi/dpc-compiler-download.html?operatingsystem=linux&amp;amp;distribution-linux=offline&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or download Intel DPC++/C++ compiler as a part of Intel oneAPI toolkits:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit-download.html?packages=oneapi-toolkit&amp;amp;oneapi-toolkit-os=windows&amp;amp;oneapi-win=offline" target="_blank" rel="noopener"&gt;https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit-download.html?packages=oneapi-toolkit&amp;amp;oneapi-toolkit-os=windows&amp;amp;oneapi-win=offline&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need to change the compiler from icc to icx in the build_qt.sh below:&lt;/P&gt;
&lt;P&gt;icc ../rcm.cpp -I.. -shared -fPIC -o librcm.so&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2025 05:59:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/How-to-build-Cardiac-demo-for-Windows/m-p/1674898#M25663</guid>
      <dc:creator>yuzhang3_intel</dc:creator>
      <dc:date>2025-03-14T05:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to build Cardiac_demo for Windows?</title>
      <link>https://community.intel.com/t5/Analyzers/How-to-build-Cardiac-demo-for-Windows/m-p/1675636#M25676</link>
      <description>&lt;P&gt;Thank you, that helped a bit. Getting the Cardiac_demo project to build under Windows seems to be a bigger problem, due to the dependency on Qt and its qmake-based build process. I will look elsewhere for more information on how to do this, thanks again for your help.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Mar 2025 22:05:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/How-to-build-Cardiac-demo-for-Windows/m-p/1675636#M25676</guid>
      <dc:creator>YossarianKing</dc:creator>
      <dc:date>2025-03-17T22:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to build Cardiac_demo for Windows?</title>
      <link>https://community.intel.com/t5/Analyzers/How-to-build-Cardiac-demo-for-Windows/m-p/1676274#M25706</link>
      <description>&lt;P&gt;I'm back a few days later to note that my question about this demo is at least indirectly an "analyzer-related issue", since the Cardiac_demo is linked from the &lt;A href="https://www.intel.com/content/www/us/en/docs/vtune-profiler/user-guide/2025-0/tutorials-and-samples.html" target="_self"&gt;Tutorials and Samples&lt;/A&gt; page for VTune. On that page (which I hadn't seen, I was directed to the demo directly) it does say that the sample is intended for Linux, and not Windows. It would be fantastic if the demo could be moved from Alexey's repository to an official Intel repository, and (ideally) set up to work on Windows as well or (at minimum) clearly documented as not being a suitable Windows demo.&lt;/P&gt;&lt;P&gt;For now I'm moving on to other samples and demos, so not expecting any immediate fix. Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 20:27:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/How-to-build-Cardiac-demo-for-Windows/m-p/1676274#M25706</guid>
      <dc:creator>YossarianKing</dc:creator>
      <dc:date>2025-03-19T20:27:03Z</dc:date>
    </item>
  </channel>
</rss>

