When executing: make -jnproc``
I got this error:
In file included from /home/srsRAN_Project/lib/phy/generic_functions/generic_functions_factories.cpp:24:
/home/srsRAN_Project/lib/phy/generic_functions/dft_processor_fftw_impl.h:28:10: fatal error: fftw3.h: No such file or directory
28 | #include <fftw3.h>
| ^~~~~~~~~
I've installed sudo apt-get install -y fftw3
However, I got the same error.
I'm using this tutorial: https://docs.srsran.com/projects/project/en/latest/tutorials/source/srsUE/source/index.html#multi-ue-emulation
Distributor ID: Ubuntu Description: Ubuntu 22.04.4 LTS Release: 22.04 Codename: jammy
When executing:
make -j
nproc`` I got this error: In file included from /home/srsRAN_Project/lib/phy/generic_functions/generic_functions_factories.cpp:24:I've installed
sudo apt-get install -y fftw3
However, I got the same error.