Intel® High Level Design
Support for Intel® High Level Synthesis Compiler, DSP Builder, OneAPI for Intel® FPGAs, Intel® FPGA SDK for OpenCL™
701 Discussions

DevCloud Make for Hardware Error Requires Installation of Intel Quartus Prime

bxbxf
New Contributor I
728 Views

Hello,
I am trying to make a hardware executable for my project and when I run the command 

" make  hw -f Makefile.fpga" command it gives me the following messages :

dpcpp -O2 -g -std=c++17 -I header  -fintelfpga a_buffers.o -o simple-add-buffers.fpga -Xshardware
Out of memory in module quartus_sh (1023 megabytes used).
aoc: This compilation stage requires an installation of Intel(R) Quartus(R) Prime software!
aoc: However Quartus was not found on the PATH or passed in using QUARTUS_ROOTDIR_OVERRIDE.
aoc: If you have a valid installation, please pass it in using QUARTUS_ROOTDIR_OVERRIDE or add it to the PATH.
aoc: Otherwise, consider downloading Quartus from here: https://www.intel.com/content/www/us/en/software-kit/661712/intel-quartus-prime-pro-edition-design-software-version-19-2-for-linux.html
llvm-foreach: 
dpcpp: error: fpga compiler command failed with exit code 1 (use -v to see invocation)
Makefile.fpga:31: recipe for target 'simple-add-buffers.fpga' failed
make: *** [simple-add-buffers.fpga] Error 1

I found that on /glob/development-tools/oneapi/intelFPGA_pro/quartus but when I try to add it to path with 

 

export QUARTUS_ROOTDIR=/glob/development-tools/oneapi/intelFPGA_pro/19.2/quartus/

 It doesn't make any change I still get the same error

 

How could I solve this issue ?

0 Kudos
1 Solution
BoonBengT_Intel
Moderator
701 Views

Hi @bxbxf,


Thank you for posting in Intel community forum and hope all is well.

If I understand the question correctly, you are trying to get the quartus resources in Devcloud.


For that would recommended to refer to the section "5.3 Development Tool Access and Setup" in the link below:

https://github.com/intel/FPGA-Devcloud/tree/master/main/Devcloud_Access_Instructions#devcloud-access-instructions

Hope that clarify.


Best Wishes

BB


View solution in original post

2 Replies
BoonBengT_Intel
Moderator
702 Views

Hi @bxbxf,


Thank you for posting in Intel community forum and hope all is well.

If I understand the question correctly, you are trying to get the quartus resources in Devcloud.


For that would recommended to refer to the section "5.3 Development Tool Access and Setup" in the link below:

https://github.com/intel/FPGA-Devcloud/tree/master/main/Devcloud_Access_Instructions#devcloud-access-instructions

Hope that clarify.


Best Wishes

BB


BoonBengT_Intel
Moderator
688 Views

Hi @bxbxf,


Great! Good to know that it is working now, with no further clarification on this thread, it will be transitioned to community support for further help on doubts in this thread. Please login to ‘https://supporttickets.intel.com’, view details of the desire request, and post a feed/response within the next 15 days to allow me to continue to support you. After 15 days, this thread will be transitioned to community support.

Thank you for the questions and as always pleasure having you here.


Best Wishes

BB


0 Kudos
Reply