Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quick fix for build on ubuntu 20.04 #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jamesaisenberg
Copy link

This fixes the issue referenced here (EFForg/crocodilehunter#84 (comment)), where the build for srsUE fails in ubuntu 20.04 due to the following error:

srsLTE/srsue/src/phy/phch_worker.cc:1599:31: error: ‘cabsf’ was not declared in this scope; did you mean ‘fabsf’?

The fix is simply to remove the C++ compiler flag "-std=c++11". I will be the first to admit it would be better to address the root problem, but also it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant