Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
12 years ago

Qsys generate error

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,

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    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,