Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16827 Discussions

Quartus Prime Pro 23.2.0 Build 94 Linux

FPGADev
Beginner
815 Views

Hello,

 

the compilation always hangs with the last message:

 

Info (14663): The full compiler reports are being uploaded to the Notification Center server ...

With some debugging I can see a connection attempt to my local ip and port 36098. There is no process that is currently listen on that port.

 

With netcat in listener mode i can see the following data is send by quartus but it still hangs.

 

Is it possible to disable the report upload?

 

 

 

 

PUT /api/v1.0/compile/XXXX/report/ HTTP/1.1
Host: XXXX:36098
User-Agent: Quartus Prime Version 23.2.0/linux64
Referer:  
Cookie:  
Accept: application/json
Content-Type: application/json
X-Requested-With: XMLHttpRequest
Content-Length: 911

{"full_report_json":{"data":{"text":"Copyright (C) 2023  Intel Corporation. All rights reserved.\nYour use of Intel Corporation's design tools, logic functions
\nand other software and tools, and any partner logic \nfunctions, and any output files from any of the foregoing \n(including device programming or simulation
files), and any \nassociated documentation or information are expressly subject \nto the terms and conditions of the Intel Program License \nSubscription Agreem
ent, the Intel Quartus Prime License Agreement,\nthe Intel FPGA IP License Agreement, or other applicable license\nagreement, including, without limitation, tha
t your use is for\nthe sole purpose of programming logic devices manufactured by\nIntel and sold by Intel or its authorized distributors.  Please\nrefer to the
applicable agreement for further details, at\nhttps://fpgasoftware.intel.com/eula.\n"},"title":"Legal Notice"}}

 

 

 

 

Labels (1)
0 Kudos
4 Replies
SyafieqS
Employee
763 Views

May I know where does the report shown? Is it in system console?


0 Kudos
SyafieqS
Employee
738 Views

Let me know if there is any update


0 Kudos
SyafieqS
Employee
715 Views

As we do not receive any response from you on the previous question/reply/answer that we have provided. 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. The community users will be able to help you on your follow-up questions.


p/s: If any answer from community or Intel support are helpful, please feel free to mark as solution, give Kudos and rate 5/5 survey


0 Kudos
FPGAdev1
Beginner
564 Views

Hello,

 

i have reinstalled Quartus with env. variable REMOVE_QUARTUS_INTERNET_CONNECTIVITY=on and now it works.

 

 

Thanks.

 

0 Kudos
Reply