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
Describe the bug
v7.0alpha: sdrangel does not compile
To Reproduce
Steps to reproduce the behavior:
Install bookworm 64-bit on Pi 5 with PCIe NVMe storage so build doesn't take till the heat-death of the Universe :-)
Clone the pisdr-image repo
Check out v7.0alpha branch
Execute './build.sh'
See error below
Expected behavior
I don't expect anything. This is free software and it's an alpha branch.
I have been using the pisdr-image for a while, it is a really cool project! I was curious on how it was built so I gave that a try. I have found some other easily-fixed issues and when I get a full build I will send a PR with fixes.
I don't care if you fix this or not. For now I will just not build sdrangel. I don't use it much if at all so I will get a lot of my time back. 2887 build steps? Mein Gott!
Screenshots
Here is the build output showing the failure.
[1764/2887] Building CXX object plugins/samplemimo/audiocatsiso/CMakeFiles/mimoaudiocatsiso.dir/audiocatsisohamlib.cpp.o
FAILED: plugins/samplemimo/audiocatsiso/CMakeFiles/mimoaudiocatsiso.dir/audiocatsisohamlib.cpp.o
/usr/bin/c++ -DAPPLICATION_NAME=\"SDRangel\" -DARCHITECTURE_ARM64 -DCOMPANY=\"f4exb\" -DCOPYRIGHT="\"Copyright (c) 2019 Edouard Griffiths. All rights reserved.\"" -DHAS_FT8 -DHAS_LIMERFEUSB -DIDENTIFIER=\"com.f4exb.SDRangel\" -DLIB=\"lib\" -DLINUX -DQT_CORE_LIB -DQT_GUI_LIB -DQT_MULTIMEDIA_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_OPENGL_LIB -DQT_POSITIONING_LIB -DQT_WEBSOCKETS_LIB -DQT_WIDGETS_LIB -DSDRANGEL_LIB_VERSION=\"7.15.3\" -DSDRANGEL_VERSION=\"7.15.3\" -DSDR_RX_SAMPLE_24BIT -DUSE_NEON -Dmimoaudiocatsiso_EXPORTS -I/home/pi/PiSDR/Software/sdrangel/build/plugins/samplemimo/audiocatsiso -I/home/pi/PiSDR/Software/sdrangel/plugins/samplemimo/audiocatsiso -I/home/pi/PiSDR/Software/sdrangel/build/plugins/samplemimo/audiocatsiso/mimoaudiocatsiso_autogen/include -I/home/pi/PiSDR/Software/sdrangel/sdrbase -I/home/pi/PiSDR/Software/sdrangel/exports -I/home/pi/PiSDR/Software/sdrangel/sdrgui -I/home/pi/PiSDR/Software/sdrangel/swagger/sdrangel/code/qt5/client -I/home/pi/PiSDR/Software/sdrangel/devices -isystem /usr/include/aarch64-linux-gnu/qt5 -isystem /usr/include/aarch64-linux-gnu/qt5/QtCore -isystem /usr/lib/aarch64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/aarch64-linux-gnu/qt5/QtWidgets -isystem /usr/include/aarch64-linux-gnu/qt5/QtGui -isystem /usr/include/aarch64-linux-gnu/qt5/QtMultimedia -isystem /usr/include/aarch64-linux-gnu/qt5/QtNetwork -isystem /usr/include/aarch64-linux-gnu/qt5/QtWebSockets -isystem /usr/include/aarch64-linux-gnu/qt5/QtPositioning -isystem /usr/include/aarch64-linux-gnu/qt5/QtOpenGL -O3 -DNDEBUG -flto=auto -fno-fat-lto-objects -fPIC -march=native -Wall -Wextra -Wvla -Woverloaded-virtual -Wno-inconsistent-missing-override -ffast-math -fno-finite-math-only -ftree-vectorize -fPIC -std=c++14 -MD -MT plugins/samplemimo/audiocatsiso/CMakeFiles/mimoaudiocatsiso.dir/audiocatsisohamlib.cpp.o -MF plugins/samplemimo/audiocatsiso/CMakeFiles/mimoaudiocatsiso.dir/audiocatsisohamlib.cpp.o.d -o plugins/samplemimo/audiocatsiso/CMakeFiles/mimoaudiocatsiso.dir/audiocatsisohamlib.cpp.o -c /home/pi/PiSDR/Software/sdrangel/plugins/samplemimo/audiocatsiso/audiocatsisohamlib.cpp
/home/pi/PiSDR/Software/sdrangel/plugins/samplemimo/audiocatsiso/audiocatsisohamlib.cpp: In constructor 'AudioCATSISOHamlib::AudioCATSISOHamlib()':
/home/pi/PiSDR/Software/sdrangel/plugins/samplemimo/audiocatsiso/audiocatsisohamlib.cpp:24:34: error: invalid conversion from 'int (*)(const rig_caps*, void*)' to 'int (*)(rig_caps*, void*)' [-fpermissive]
24 | int status = rig_list_foreach(hash_model_list, this);
| ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
| |
| int (*)(const rig_caps*, void*)
In file included from /home/pi/PiSDR/Software/sdrangel/plugins/samplemimo/audiocatsiso/audiocatsisohamlib.cpp:18:
/usr/local/include/hamlib/rig.h:3750:18: note: initializing argument 1 of 'int rig_list_foreach(int (*)(rig_caps*, void*), void*)'
3750 | rig_list_foreach HAMLIB_PARAMS((int (*cfunc)(struct rig_caps *, rig_ptr_t),
| ^~~~~~~~~~~~~
At global scope:
cc1plus: note: unrecognized command-line option '-Wno-inconsistent-missing-override' may have been intended to silence earlier diagnostics
Describe the bug
v7.0alpha: sdrangel does not compile
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I don't expect anything. This is free software and it's an alpha branch.
I have been using the pisdr-image for a while, it is a really cool project! I was curious on how it was built so I gave that a try. I have found some other easily-fixed issues and when I get a full build I will send a PR with fixes.
I don't care if you fix this or not. For now I will just not build sdrangel. I don't use it much if at all so I will get a lot of my time back. 2887 build steps? Mein Gott!
Screenshots
Here is the build output showing the failure.
Device Version
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: