Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue when Compiling #749

Closed
ghost opened this issue Aug 31, 2019 · 2 comments
Closed

Issue when Compiling #749

ghost opened this issue Aug 31, 2019 · 2 comments

Comments

@ghost
Copy link

ghost commented Aug 31, 2019

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?

@Dantali0n
Copy link
Contributor

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.

@vsonnier
Copy link
Collaborator

vsonnier commented Aug 31, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants