How do I build liquid-dsp in Windows 10 using msys64 #311
Unanswered
PaulSHoff
asked this question in
How do I....?
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I inherited a msys64 project running on Windows 10. Told that our USRP only has Windows drivers so they were building gnuradio on msys64 using MINGW64 on Windows. CubicSDR seems to have a solution:
https://github.com/cjcliffe/CubicSDR/blob/master/external/liquid-dsp/How_to_build_liquid_dsp_for_Windows.txt
But this suggests it is old version.
https://sourceforge.net/p/mingw-w64/support-requests/141/
Since CutbicSDR refers to mingw32, I looked at C:\msys64\mingw32\ folder; the five folders are there (i.e., bin, etc, include, lib, and share) but are empty. Maybe the below error is related to this point?
What I did: clone liquid-dsp v1.4.0; downloaded the v1.5.0 tar.gz file and copied it on top of v1.4.0.
As a test, I had no issues building liquid-dsp v1.5.0 in VirtualBox having Ubuntu guest.
I see that config.h and makefile are dynamically created by ./configure. For this reason, the CutbicSDR instructions about copying config.h and makefile confuse me since they are not up to date with v1.5.0.
In Windows 10 msys64 folder, ran ./bootstrap.sh and ./configure.
I tried defining LD_LIBRARY_PATH:
The following works:
(and .\Hello works from a Windows 10 cmd window.)
Beta Was this translation helpful? Give feedback.
All reactions