-
Notifications
You must be signed in to change notification settings - Fork 15
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
can't run on ubuntu 19.04 #23
Comments
The built version only runs on uBuntu 18.04 as indicated. It appears that uBuntu 19.04 is different from uBuntu 18.04 and uBuntu 20.04. Some how you have loaded the wrong version version of libliquid - you must have two versions installed. You can fix the problem in one of two ways - 1). Force load the version of libliquid that is in /usr/local/lib. Add /usr/local/lib/libliquid.a to the link line in makefileUbunta
2). Uninstall the extra version of libliquid (the one in /usr/local/lib including the include file). You will then get a compilation error that can be corrected by a change in the file MainSource/firstFile.h comment out the line - //#define WINDOWS_LONG_NAMES 1 then it should then build. |
Yes, i had two versions installed - i've got rid of newer one(1.3.2, i think it was libliquid2d), SdrGlut compiled, but now it's seg fault: anon@anon:~/packs/SdrGlut$ ./sdrglut.x RtApiAlsa::getDeviceInfo: snd_pcm_open error for device (hw:0,0), Device or resource busy. [INFO] [UHD] linux; GNU C++ version 8.2.0; Boost_106700; UHD_3.13.1.0-3 Soapy SDR -- the SDR abstraction library###################################################### libusb: error [udev_hotplug_event] ignoring udev action bind Found device 1 Found device 2 Found device 3
|
I put program in /opt/SdrGlut.
clicking runSdrGlut.sh: nothing happens
running runSdrGlut.sh in terminal:
*** stack smashing detected ***: terminated
./runSdrGlut.sh: line 4: 2503 Aborted (core dumped) ./sdrglut.x
running ./sdrglut.x:
LIQUID_VERSION_NUMBER 1003000
Lib Version: v0.6.1-4
API Version: v0.6.0
ABI Version: v0.6
Install root: /usr
Search path: /usr/lib/x86_64-linux-gnu/SoapySDR/modules0.6
Search path: /usr/local/lib/x86_64-linux-gnu/SoapySDR/modules0.6
Search path: /usr/local/lib/SoapySDR/modules0.6
Module found: /usr/lib/x86_64-linux-gnu/SoapySDR/modules0.6/libaudioSupport.so
Module found: /usr/lib/x86_64-linux-gnu/SoapySDR/modules0.6/libmiriSupport.so
Module found: /usr/lib/x86_64-linux-gnu/SoapySDR/modules0.6/libosmosdrSupport.so
Module found: /usr/lib/x86_64-linux-gnu/SoapySDR/modules0.6/librtlsdrSupport.so
If i use here rtlsdr it works ok, but with sdrplay rsp1 it hangs when clicking on device.
setting export LD_LIBRARY_PATH=. in terminal and running ./runSdrGlut.sh or ./sdrglut.x gives same result as above in 2)
unsetting LD_LIBRARY_PATH and setting export SOAPY_SDR_ROOT=.
LIQUID_VERSION_NUMBER 1003000
Lib Version: v0.6.1-4
API Version: v0.6.0
ABI Version: v0.6
Install root: .
Search path: ./lib/x86_64-linux-gnu/SoapySDR/modules0.6
No modules found!
The text was updated successfully, but these errors were encountered: