Intel® High Level Design
Support for Intel® High Level Synthesis Compiler, DSP Builder, OneAPI for Intel® FPGAs, Intel® FPGA SDK for OpenCL™
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
723 Discussions

Why I am getting this error (error while loading shared libraries: libaltera_a10_ref_mmd.so: cannot open shared object file: No such file or directory) while running OpenCL diagnostics?

RAlbe4
Beginner
2,695 Views

Hello support.

I need to run the board diagnostics after installing my Arria 10 GX board.

However, I got this error

 

error while loading shared libraries:

libaltera_a10_ref_mmd.so: cannot open shared object file: No such file or directory

 

Is there anything missing?

 

this is an urgent issue please help..

 

 

0 Kudos
1 Solution
FawazJ_Altera
Employee
2,312 Views

Hello,

it seems you have some issues with the PATH environment. I will help you until you get rid of this issue.

 

Kindly ensure that you have set the PATH environment variable correctly. It can be something like this:

 

export PATH=$PATH:$INTELFPGAOCLSDKROOT/bin:$QUARTUS_DIR/bin

 

 

Please let me know if this could help you.

 

Thank you.

 

View solution in original post

2 Replies
FawazJ_Altera
Employee
2,313 Views

Hello,

it seems you have some issues with the PATH environment. I will help you until you get rid of this issue.

 

Kindly ensure that you have set the PATH environment variable correctly. It can be something like this:

 

export PATH=$PATH:$INTELFPGAOCLSDKROOT/bin:$QUARTUS_DIR/bin

 

 

Please let me know if this could help you.

 

Thank you.

 

RAlbe4
Beginner
2,312 Views

Hello Fjumaah,

Thank you very much for your support. Your answer helped me to fix the issue out.

You saved my day ...

0 Kudos
Reply