- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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,Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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,
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page