Error while generating Mex model in MATLAB for Xilinx fft Verion 9.1 IP

3 views (last 30 days)
I am using an Fast Fourier Transform version 9.1 IP, While generating Mex Model in MATLAB by running the make_xfft_v9_1_mex.m file its showing an error,can anyone explain what it is?
I'm using GCC Version - gcc (GCC) 8.4.1 20200928 (Red Hat 8.4.1-1) and MATLAB version -MATLAB R2022b
Error:
/usr/bin/ld: cannot find -lgmp
collect2: error: ld returned 1 exit status

Accepted Answer

Walter Roberson
Walter Roberson on 2 Nov 2023
use your Linux package manager to install gmp and gmp-devel

More Answers (0)

Categories

Find more on MATLAB Compiler in Help Center and File Exchange

Products


Release

R2022b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!