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

Qsys generate error

Altera_Forum
Honored Contributor II
1,293 Views

Hi, 

 

 

i've installed quartus 13.0 sp1 on ubuntu linux 12.04 and when i'm trying to generate systems on Qsys, I get the error attached.  

Does anyone know how to solve it? 

 

https://www.alteraforum.com/forum/attachment.php?attachmentid=7753  

Error: av_sm_master: couldn't execute "/opt/altera/13.0.sp1/quartus/bin64/perl/bin/perl.exe": no such file or directory 

while executing 

"exec $perl/perl.exe mk_avalon_state_machine_master.pl file=$fileLocation entityname=$entityName av_commands=$inst_param" 

(procedure "fileset_callback_procedure" line 13) 

invoked from within 

"fileset_callback_procedure avalon_state_machine_master" 

 

 

 

 

kind regards,
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
525 Views

Hi, 

I solved the problem. For some reason qsys is trying to find perl.exe on directory /opt/altera/13.0.sp1/quartus/bin64/perl/bin/perl.exe but he needs to search on /opt/altera/13.0.sp1/quartus/linux64/perl/bin/perl 

 

In order to solve this, I simply created a simbolic link for the file: 'ln -s /opt/altera/13.0.sp1/quartus/linux64/perl/bin/perl perl.exe' 

 

regards,
0 Kudos
Reply