-
Notifications
You must be signed in to change notification settings - Fork 183
Open
Description
I'm trying to install gnuradio and uhd on a raspberry pi 3 model b+. It is a 32-bit armv7l system running Raspberry Pi OS. pybombs prefix init ~/prefix-3.10 -R gnuradio-default
fails when trying to build uhd saying:
In file included from /home/alexus084/prefix-3.10/src/uhd/host/lib/convert/convert_with_neon.cpp:10:
/usr/lib/gcc/arm-linux-gnueabihf/10/include/arm_neon.h: In member function ‘virtual void __convert_fc32_1_sc16_item32_le_1_PRIORITY_SIMD::operator()(const input_type&, const output_type&, size_t)’:
/usr/lib/gcc/arm-linux-gnueabihf/10/include/arm_neon.h:6744:1: error: inlining failed in call to ‘always_inline’ ‘float32x4_t vdupq_n_f32(float32_t)’: target specific option mismatch
6744 | vdupq_n_f32 (float32_t __a)
| ^~~~~~~~~~~
The same error happens for multiple functions across the files mentioned in the above error message. I've attached the full terminal output along with the commands I ran below.
I'm hesitant to change these files because it seems that any changes could have unintended consequences on the system.
Has anyone ran into this issue before? Any suggestions would be greatly appreciated.
Metadata
Metadata
Assignees
Labels
No labels