<?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 Hi Kristina, in Intel® oneAPI DPC++/C++ Compiler</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/build-fpga-hw-sh-recipe-for-target-vector-add-fpga-failed/m-p/1141423#M44</link>
    <description>&lt;P&gt;Hi&amp;nbsp;Kristina,&lt;/P&gt;&lt;P&gt;Thanks for reaching out to us.&lt;/P&gt;&lt;P&gt;We are working on&amp;nbsp;this issue and will get back to you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kaleem&lt;/P&gt;</description>
    <pubDate>Wed, 27 Nov 2019 05:42:46 GMT</pubDate>
    <dc:creator>Kaleem_A_Intel</dc:creator>
    <dc:date>2019-11-27T05:42:46Z</dc:date>
    <item>
      <title>build_fpga_hw.sh: recipe for target 'vector-add.fpga' failed</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/build-fpga-hw-sh-recipe-for-target-vector-add-fpga-failed/m-p/1141422#M43</link>
      <description>&lt;P&gt;Following instructions at &lt;A href="https://software.intel.com/en-us/articles/getting-started-with-intel-devcloud-for-oneapi-projects"&gt;Getting Started with Intel DevCloud.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Both FPGA emulator steps completed successfully.&amp;nbsp; Build_fpga_hw.sh [job 10631] fails with output "aoc: Compiling for FPGA...&amp;nbsp; &lt;STRONG&gt;Makefile.fpga:16: recipe for target 'vector-add.fpga' failed"&lt;/STRONG&gt; and error log [build_fpga_hw.sh.e10631:&lt;/P&gt;
&lt;PRE class="brush:plain;"&gt;Error: vector-add.prj already exist

/home/u33759/tmp/a-d03210.o: file not recognized: File truncated
clang++: error: fpga compiler command failed with exit code 1 (use -v to see invocation)
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [vector-add.fpga] Error 1&lt;/PRE&gt;

&lt;P&gt;This was my second attempt.&amp;nbsp; The first attempt failed at a similar point; I thought perhaps because I had previously run the cpu example in the same folder.&amp;nbsp; The second time, I emptied the local /tmp folder and rebuilt the local /oneapi-toolkit-development folder structure from the zip file.&amp;nbsp; started fresh with just the FPGA instructions...&lt;/P&gt;
&lt;P&gt;Note this is apparently failing one stage earlier than the other open FPGA topic (run_fpga_hw.sh); hence I opened a new topic here.&lt;/P&gt;
&lt;P&gt;All advice welcome :0)...?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2019 22:06:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/build-fpga-hw-sh-recipe-for-target-vector-add-fpga-failed/m-p/1141422#M43</guid>
      <dc:creator>Kermanshahche__Krist</dc:creator>
      <dc:date>2019-11-16T22:06:08Z</dc:date>
    </item>
    <item>
      <title>Hi Kristina,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/build-fpga-hw-sh-recipe-for-target-vector-add-fpga-failed/m-p/1141423#M44</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Kristina,&lt;/P&gt;&lt;P&gt;Thanks for reaching out to us.&lt;/P&gt;&lt;P&gt;We are working on&amp;nbsp;this issue and will get back to you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kaleem&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 05:42:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/build-fpga-hw-sh-recipe-for-target-vector-add-fpga-failed/m-p/1141423#M44</guid>
      <dc:creator>Kaleem_A_Intel</dc:creator>
      <dc:date>2019-11-27T05:42:46Z</dc:date>
    </item>
    <item>
      <title>Hi Kristina,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/build-fpga-hw-sh-recipe-for-target-vector-add-fpga-failed/m-p/1141424#M45</link>
      <description>&lt;P style="margin-left:0in; margin-right:0in"&gt;Hi Kristina,&lt;/P&gt;&lt;P style="margin-left:0in; margin-right:0in"&gt;Hardware compile job can take a long time as per the documentation given in the following link, under the FPGA Hardware section &lt;A href="https://devcloud.intel.com/oneapi/get-started/base-toolkit/" style="color:#0563c1; text-decoration:underline"&gt;https://devcloud.intel.com/oneapi/get-started/base-toolkit/&lt;/A&gt;.&lt;/P&gt;&lt;P style="margin-left:0in; margin-right:0in"&gt;We suggest you to use this flag -&lt;STRONG&gt;l walltime=hh:mm:ss option &lt;/STRONG&gt;to increase the timeout for batch job, if running in non-interactive mode. Also please note that the maximum time available is 24 hrs.&lt;/P&gt;&lt;P style="margin-left:0in; margin-right:0in"&gt;You can use&amp;nbsp;qstat&amp;nbsp;to monitor the progress of the enqueued jobs. Once a job terminates, its stderr and stdout will be saved to the disk.&lt;/P&gt;&lt;P style="margin-left:0in; margin-right:0in"&gt;If you wish to use the interactive mode, kindly follow these steps:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;qsub -I -l nodes=1:fpga:ppn=2 &lt;STRONG&gt;(1&lt;SUP&gt;st&lt;/SUP&gt; argument capital i , 2&lt;SUP&gt;nd&lt;/SUP&gt; argument small L)&lt;/STRONG&gt;&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;chmod +x build_fpga_hw.sh&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;./build_fpga_hw.sh&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P style="margin-left:0in; margin-right:0in"&gt;Once the compilation is done(it might take several hours), run the other script file&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;chmod +x run_fpga_hw.sh&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;./run_fpga_hw.sh&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P style="margin-left:0in; margin-right:0in"&gt;Please let us know incase you face any other issue.&lt;/P&gt;&lt;P style="margin-left:0in; margin-right:0in"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-left:0in; margin-right:0in"&gt;Kaleem&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 11:55:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/build-fpga-hw-sh-recipe-for-target-vector-add-fpga-failed/m-p/1141424#M45</guid>
      <dc:creator>Kaleem_A_Intel</dc:creator>
      <dc:date>2019-11-27T11:55:27Z</dc:date>
    </item>
  </channel>
</rss>

