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
I have just been trying to complile CubicSDR and came across this issue:
/home/wew/Dev/CubicSDR-0.2.4/src/modules/modem/analog/ModemAM.cpp:7:63: error: cannot convert ‘double’ to ‘liquid_ampmodem_type’ demodAM = ampmodem_create(0.5, 0.0, LIQUID_AMPMODEM_DSB, 0); ^ In file included from /home/wew/Dev/CubicSDR-0.2.4/src/modules/modem/Modem.h:6, from /home/wew/Dev/CubicSDR-0.2.4/src/modules/modem/analog/ModemAM.h:5, from /home/wew/Dev/CubicSDR-0.2.4/src/modules/modem/analog/ModemAM.cpp:4:
Any ideas?
The text was updated successfully, but these errors were encountered:
I ran into the same issue recently, you need to update the version of liquid-dsp by updating the liquid-dsp git repository and compiling + installing it again.
Indeed, this is a duplicate of #746. CubicSDR v0.24 source is too old, as well is v0.25 at that point, only the current master is aligned with recent liquid-dsp changes or else use liquid-dsp v1.31 tag source.
Hello,
I have just been trying to complile CubicSDR and came across this issue:
/home/wew/Dev/CubicSDR-0.2.4/src/modules/modem/analog/ModemAM.cpp:7:63: error: cannot convert ‘double’ to ‘liquid_ampmodem_type’ demodAM = ampmodem_create(0.5, 0.0, LIQUID_AMPMODEM_DSB, 0); ^ In file included from /home/wew/Dev/CubicSDR-0.2.4/src/modules/modem/Modem.h:6, from /home/wew/Dev/CubicSDR-0.2.4/src/modules/modem/analog/ModemAM.h:5, from /home/wew/Dev/CubicSDR-0.2.4/src/modules/modem/analog/ModemAM.cpp:4:
Any ideas?
The text was updated successfully, but these errors were encountered: