srsran / srsRAN_Project

Open source O-RAN 5G CU/DU solution from Software Radio Systems (SRS) https://docs.srsran.com/projects/project
https://www.srsran.com
GNU Affero General Public License v3.0
528 stars 179 forks source link

Error compiling srsRAN project docker #515

Closed raul-parada closed 8 months ago

raul-parada commented 8 months ago

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 -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.