Knowledge Base Article
Why this error appear Invalid MEX-file 'Installation path/quartus/dspba/BlockSets/linux64/mip_control.mexa64' : libaxerces-c.s0.s6: cant open shared file object file : No such file or directory while using the DSP builder in Linux system.
Description
You might receive this error if the LD_LIBRARY_PATH variable isn’t set properly and run MATLAB directly without using the script (dsp_builder.sh).
Resolution
Since version 11.0 onward, the correct way to start MATLAB with DSP Builder is to use the quartus/dsp_builder/dsp_builder.sh script. This script requires no modifications to MATLAB and it allow user to use more than one version of DSP Builder and more than one version of MATLAB without re-installation.
You can use the following options after the dsp_builder.sh command:
1) -m <path to MATLAB> to specify another MATLAB path.
2) -glnx86 to run 32-bit DSP Builder
Updated 3 months ago
Version 2.0No CommentsBe the first to comment