You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempted to docker run with:
-e RTLSDRAIRBAND_BUILD_PLATFORM=rpiv2
During build it gave this error:
[building rtlair_band: cmake] -- Could NOT find BCM_VC (missing: BCM_VC_LIBRARY BCM_VC_INCLUDE_DIR)
Result is the option to use Broadcom VideoCore GPU is FALSE.
Additionally, I see these errors as well. Not sure what they are related to:
[building rtlair_band: make install] c++: error: unrecognized command-line option '-mfpu=neon-vfpv4'
[building rtlair_band: make install] c++: error: unrecognized command-line option '-mfloat-abi=hard'
[building rtlair_band: make install] make[2]: *** [src/CMakeFiles/rtl_airband_base.dir/build.make:83: src/CMakeFiles/rtl_airband_base.dir/config.cpp.o] Error 1
[building rtlair_band: make install] make[1]: *** [CMakeFiles/Makefile2:100: src/CMakeFiles/rtl_airband_base.dir/all] Error 2
[building rtlair_band: make install] make: *** [Makefile:136: all] Error 2
The text was updated successfully, but these errors were encountered:
Using Raspberry Pi 3B
Attempted to docker run with:
-e RTLSDRAIRBAND_BUILD_PLATFORM=rpiv2
During build it gave this error:
[building rtlair_band: cmake] -- Could NOT find BCM_VC (missing: BCM_VC_LIBRARY BCM_VC_INCLUDE_DIR)
Result is the option to use Broadcom VideoCore GPU is FALSE.
Additionally, I see these errors as well. Not sure what they are related to:
[building rtlair_band: make install] c++: error: unrecognized command-line option '-mfpu=neon-vfpv4'
[building rtlair_band: make install] c++: error: unrecognized command-line option '-mfloat-abi=hard'
[building rtlair_band: make install] make[2]: *** [src/CMakeFiles/rtl_airband_base.dir/build.make:83: src/CMakeFiles/rtl_airband_base.dir/config.cpp.o] Error 1
[building rtlair_band: make install] make[1]: *** [CMakeFiles/Makefile2:100: src/CMakeFiles/rtl_airband_base.dir/all] Error 2
[building rtlair_band: make install] make: *** [Makefile:136: all] Error 2
The text was updated successfully, but these errors were encountered: