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
In file included from /usr/ports/comms/sdr++/work/SDRPlusPlus-ea3675d/source_modules/fobossdr_source/src/main.cpp:5:
In file included from /usr/ports/comms/sdr++/work/SDRPlusPlus-ea3675d/core/src/signal_path/signal_path.h:2:
In file included from /usr/ports/comms/sdr++/work/SDRPlusPlus-ea3675d/core/src/signal_path/iq_frontend.h:3:
/usr/ports/comms/sdr++/work/SDRPlusPlus-ea3675d/core/src/signal_path/../dsp/buffer/reshaper.h:61:13: warning: 'run' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
61 | int run() {
| ^
/usr/ports/comms/sdr++/work/SDRPlusPlus-ea3675d/core/src/signal_path/iq_frontend.h:79:43: note: in instantiation of template class 'dsp::buffer::Reshaper<dsp::complex_t>' requested here
79 | dsp::buffer::Reshaper<dsp::complex_t> reshape;
| ^
/usr/ports/comms/sdr++/work/SDRPlusPlus-ea3675d/core/src/signal_path/../dsp/channel/../block.h:64:21: note: overridden virtual function is here
64 | virtual int run() = 0;
| ^
/usr/ports/comms/sdr++/work/SDRPlusPlus-ea3675d/source_modules/fobossdr_source/src/main.cpp:194:9: error: no matching function for call to 'fobos_rx_close'
194 | fobos_rx_close(dev);
| ^~~~~~~~~~~~~~
/usr/local/include/fobos.h:55:26: note: candidate function not viable: requires 2 arguments, but 1 was provided
55 | API_EXPORT int CALL_CONV fobos_rx_close(struct fobos_dev_t * dev, int do_reset);
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/ports/comms/sdr++/work/SDRPlusPlus-ea3675d/source_modules/fobossdr_source/src/main.cpp:343:9: error: no matching function for call to 'fobos_rx_close'
343 | fobos_rx_close(_this->openDev);
| ^~~~~~~~~~~~~~
/usr/local/include/fobos.h:55:26: note: candidate function not viable: requires 2 arguments, but 1 was provided
55 | API_EXPORT int CALL_CONV fobos_rx_close(struct fobos_dev_t * dev, int do_reset);
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning and 2 errors generated.
Steps To Reproduce
build
The text was updated successfully, but these errors were encountered:
Hardware
n/a
Software
Bug Description
Steps To Reproduce
build
The text was updated successfully, but these errors were encountered: