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 in test_xtrx_soapy.c during compilation on Ubuntu 18.4.6 #36

Open
Vintila opened this issue Mar 1, 2022 · 1 comment
Open

Issue in test_xtrx_soapy.c during compilation on Ubuntu 18.4.6 #36

Vintila opened this issue Mar 1, 2022 · 1 comment

Comments

@Vintila
Copy link

Vintila commented Mar 1, 2022

Compilation fails on Ubuntu 18.4.6 following the steps provided in the README.

The error is

/home/will/Documents/build/images/sources/libxtrx/soapy/test_xtrx_soapy.c:70:16: error: too few arguments to function ‘SoapySDRDevice_setupStream’
     rxStream = SoapySDRDevice_setupStream(sdr, SOAPY_SDR_RX, SOAPY_SDR_CF32, NULL, 0, NULL);

https://github.com/xtrx-sdr/libxtrx/blob/acb0b1cf7ab92744034767a04c1d4b4c281b840f/soapy/test_xtrx_soapy.c#L70

It looks like at some point the setupStream() call changed and now includes a stream as its second argument.

@o8ko8k
Copy link

o8ko8k commented Mar 22, 2022

I went into the make file and removed test_xtrx_soapy.c from the make process, and it seemed to make and install ok, but gnuradio use is giving me some buffer overflow messages and flowgraphs don't exit cleanly. Not sure why all the bugs, back in sept 2019, this code worked just fine.

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

No branches or pull requests

2 participants