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

Installation with PyBOMBS fails #991

Open
CeSiumUA opened this issue Nov 21, 2024 · 0 comments
Open

Installation with PyBOMBS fails #991

CeSiumUA opened this issue Nov 21, 2024 · 0 comments

Comments

@CeSiumUA
Copy link

Hi!
I've tried to install bladeRF host libraries via PyBOMBS as described here: https://github.com/Nuand/bladeRF/wiki/Getting-Started%3A-Linux#user-content-Easy_installation_PyBOMBS
However, pybombs prefix init ~/pybombs/bladeRF -a bladeRF -R gnuradio-default fails with the following error:

[  0%] Building CXX object gnuradio-runtime/lib/pmt/CMakeFiles/gnuradio-pmt.dir/pmt_unv.cc.o
In file included from /home/fedir/pybombs/bladeRF/include/volk/volk.h:19,
                 from /home/fedir/pybombs/bladeRF/include/volk/volk_alloc.hh:18,
                 from /home/fedir/pybombs/bladeRF/src/gnuradio/gnuradio-runtime/lib/pmt/pmt_unv_int.h:16,
                 from /home/fedir/pybombs/bladeRF/src/gnuradio/gnuradio-runtime/lib/pmt/pmt_unv.cc:18:
/home/fedir/pybombs/bladeRF/include/volk/volk_common.h:176:23: error: exponent has no digits
  176 |     const float a1 = +0x1.ffffeap-1f;
      |                       ^~~~~~~~~~~
/home/fedir/pybombs/bladeRF/include/volk/volk_common.h:177:23: error: exponent has no digits
  177 |     const float a3 = -0x1.55437p-2f;
      |                       ^~~~~~~~~~
/home/fedir/pybombs/bladeRF/include/volk/volk_common.h:178:23: error: exponent has no digits
  178 |     const float a5 = +0x1.972be6p-3f;
      |                       ^~~~~~~~~~~
/home/fedir/pybombs/bladeRF/include/volk/volk_common.h:179:23: error: exponent has no digits
  179 |     const float a7 = -0x1.1436ap-3f;
      |                       ^~~~~~~~~~
/home/fedir/pybombs/bladeRF/include/volk/volk_common.h:180:23: error: exponent has no digits
  180 |     const float a9 = +0x1.5785aap-4f;
      |                       ^~~~~~~~~~~
/home/fedir/pybombs/bladeRF/include/volk/volk_common.h:181:24: error: exponent has no digits
  181 |     const float a11 = -0x1.2f3004p-5f;
      |                        ^~~~~~~~~~~
/home/fedir/pybombs/bladeRF/include/volk/volk_common.h:182:24: error: exponent has no digits
  182 |     const float a13 = +0x1.01a37cp-7f;
      |                        ^~~~~~~~~~~
/home/fedir/pybombs/bladeRF/include/volk/volk_common.h: In function ‘float volk_arctan_poly(float)’:
/home/fedir/pybombs/bladeRF/include/volk/volk_common.h:176:35: error: unable to find numeric literal operator ‘operator""f’
  176 |     const float a1 = +0x1.ffffeap-1f;
      |                                   ^~
/home/fedir/pybombs/bladeRF/include/volk/volk_common.h:176:35: note: use ‘-fext-numeric-literals’ to enable more built-in suffixes
/home/fedir/pybombs/bladeRF/include/volk/volk_common.h:177:34: error: unable to find numeric literal operator ‘operator""f’
  177 |     const float a3 = -0x1.55437p-2f;
      |                                  ^~
/home/fedir/pybombs/bladeRF/include/volk/volk_common.h:177:34: note: use ‘-fext-numeric-literals’ to enable more built-in suffixes
/home/fedir/pybombs/bladeRF/include/volk/volk_common.h:178:35: error: unable to find numeric literal operator ‘operator""f’
  178 |     const float a5 = +0x1.972be6p-3f;
      |                                   ^~
/home/fedir/pybombs/bladeRF/include/volk/volk_common.h:178:35: note: use ‘-fext-numeric-literals’ to enable more built-in suffixes
/home/fedir/pybombs/bladeRF/include/volk/volk_common.h:179:34: error: unable to find numeric literal operator ‘operator""f’
  179 |     const float a7 = -0x1.1436ap-3f;
      |                                  ^~
/home/fedir/pybombs/bladeRF/include/volk/volk_common.h:179:34: note: use ‘-fext-numeric-literals’ to enable more built-in suffixes
/home/fedir/pybombs/bladeRF/include/volk/volk_common.h:180:35: error: unable to find numeric literal operator ‘operator""f’
  180 |     const float a9 = +0x1.5785aap-4f;
      |                                   ^~
/home/fedir/pybombs/bladeRF/include/volk/volk_common.h:180:35: note: use ‘-fext-numeric-literals’ to enable more built-in suffixes
/home/fedir/pybombs/bladeRF/include/volk/volk_common.h:181:36: error: unable to find numeric literal operator ‘operator""f’
  181 |     const float a11 = -0x1.2f3004p-5f;
      |                                    ^~
/home/fedir/pybombs/bladeRF/include/volk/volk_common.h:181:36: note: use ‘-fext-numeric-literals’ to enable more built-in suffixes
/home/fedir/pybombs/bladeRF/include/volk/volk_common.h:182:36: error: unable to find numeric literal operator ‘operator""f’
  182 |     const float a13 = +0x1.01a37cp-7f;
      |                                    ^~
/home/fedir/pybombs/bladeRF/include/volk/volk_common.h:182:36: note: use ‘-fext-numeric-literals’ to enable more built-in suffixes
make[2]: *** [gnuradio-runtime/lib/pmt/CMakeFiles/gnuradio-pmt.dir/build.make:76: gnuradio-runtime/lib/pmt/CMakeFiles/gnuradio-pmt.dir/pmt_unv.cc.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:3931: gnuradio-runtime/lib/pmt/CMakeFiles/gnuradio-pmt.dir/all] Error 2
make: *** [Makefile:146: all] Error 2
[ERROR] Build failed. See output above for error messages.
[ERROR] Problem occurred while building package gnuradio:
Build failed.
[ERROR] Error installing package gnuradio. Aborting.

OS used: Ubuntu 24.04.1 LTS via WSL

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

No branches or pull requests

1 participant