Intel® DevCloud
Help for those needing help starting or connecting to the Intel® DevCloud
1664 Discussions

Unable to fully generate static reports

NIAN1
Beginner
1,436 Views

Hi,

when I compile my project on Arria10 nodes, I always encounter errors :

 

Error: unable to fully generate static reports for this compile!Error: unable to fully generate static reports for this compile!Warning: could not gather information about the quartus compile for the static reports!
Couldn't open file reports/resources/json/quartus.json for reading

 

This is a screenshot of the problem:

error.jpg

 

So I can't find the reports folder in my project.prj folder.

In my project.prj folder,  I find a file named static_reports_creation_log.temp, Its content is:

error2.jpg

Additionally, before updating OneAPI 2024, I compiled the project without this issue.

How should I solve this problem?

Thanks for your help.

 

0 Kudos
6 Replies
JaideepK_Intel
Moderator
1,303 Views

Hi,

 

Thank you for posting in Intel communities.

 

We were able to reproduce the issue from our end, we are working on it internally and get back to you with an update.

Attaching screenshot for your reference.

JaideepK_Intel_0-1707235676143.png

 

Thanks,

Jaideep

 

0 Kudos
NIAN1
Beginner
1,207 Views

Hi,

Thank you for your reply!

May I ask if there are any updates?

Thanks.

0 Kudos
antonioalvasan
745 Views

Hello!

 

The same is happening to me when trying to "make report".  I used the CMakeLists.txt file to generate the Makefile, and I tried doing it with different boards (Arriax 10 and Agilex 7). I had the same issue with both boards.

Any updates or help is really useful

antonioalvasan_0-1709812949684.png

 

Thank you.

0 Kudos
seejc
Employee
734 Views

Hi,

 

Can you try to compile using compilation node. 

For example, go to your project directory and access compilation node in interactive mode with

qsub -I -l nodes=1:fpga_compile:ppn=2 -d .

and compile normally.

 

Thanks,

Jun Cheng

antonioalvasan
713 Views

Hello,

 

Using the compilation node it worked fine and I got the report correctly. Thank you for your help. The node where I was compiling was chosen using 

source /data/intel_fpga/devcloudLoginToolSetup.sh

devcloud_login

and then choosing the 4th option (Stratix 10 for OneApi). I don't really know the differences between these nodes and the compilation one, but my issue was solved so thank you so much :).

0 Kudos
seejc
Employee
693 Views

Hello, 

 

Glad to hear that!

For your information, under devcloud_login, the compilation nodes are those without hardware attached while the runtime nodes are those with hardware attached. I hope this helps.

 

Thanks,

Jun Cheng

 

 

0 Kudos
Reply