openaicellular / oaic

Core software for Open AI Cellular
https://openaicellular.github.io/oaic/
GNU General Public License v3.0
63 stars 21 forks source link

srsRAN with E2 agent - no SIMD instructions found error #140

Open casperfox opened 8 months ago

casperfox commented 8 months ago

I am currently following the installation instructions for installing the srsRAN with E2 Agent, under the Installation from Source section, and I am running into an error that is preventing me from finishing the installation

When I enter the command: cmake ../ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DRIC_GENERATED_E2AP_BINDING_DIR=${SRS}/e2_bindings/E2AP-v01.01 \ -DRIC_GENERATED_E2SM_KPM_BINDING_DIR=${SRS}/e2_bindings/E2SM-KPM \ -DRIC_GENERATED_E2SM_GNB_NRT_BINDING_DIR=${SRS}/e2_bindings/E2SM-GNB-NRT

I am getting this error: Capture2 Capture3

Any ideas on how to fix this issue so I can continue with the installation?

philrod1 commented 8 months ago

Is this in a VM? If so, make sure the virtual CPU supports SIMD extensions. I might be able to help further if you include more details.