VirtualBox and FMA CPU extension #151
-
Hi everyone, is it possible to compile srsRAN in VirtualBox? I'm trying to and getting an error regarding FMA CPU extension not being present. Trying to compile through a related error. After some research, seems that VirtualBox does not support it. Is it possible to compile it in VirtualBox? Before I move on to another virtualized environment, have you tried other solutions like VMWare, KVM, etc? Below is the error:
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
Hi! CMake should detect whether it supports FMA. Could you share the CMake console output from a fresh build directory? If you don't need to worry about running it in real-time, re-run CMake with For cleaning the CMake cache and re-running CMake:
Let us know how it goes and close the issue if it compiles successfully. |
Beta Was this translation helpful? Give feedback.
-
Correct, it detects FMA:
Have you tried |
Beta Was this translation helpful? Give feedback.
-
It could be that You can check it running the following command:
In any case, the |
Beta Was this translation helpful? Give feedback.
-
In conclusion, This patch will fix:
|
Beta Was this translation helpful? Give feedback.
Hi!
First of all, many thanks for your interest in srsRAN.
CMake should detect whether it supports FMA. Could you share the CMake console output from a fresh build directory?
If you don't need to worry about running it in real-time, re-run CMake with
AUTO_DETECT_ISA=False
.For cleaning the CMake cache and re-running CMake:
Let us know how it goes and close the issue if it compiles successfully.