Hi, In my below kludge, I add 999 as a second arguement to
g_horus = horus_open(HORUS_MODE_BINARY, 999); I looked at the source elsewhere and changed to g_horus = horus_open(HORUS_MODE_BINARY, 100); I'll try running the compiled app tomorrow. (I'm not in my workshop) Alan VK2ZIW On Wed, 27 May 2020 08:06:53 +1000, Al Beard wrote > Hi all, > > I had a successful FreeDV GUI build back on May 5 on my Odroid N2 running > Armbian, Debian 10 Buster. > build_linux.sh > > > cat 126fdvGUIorig/gitRevision > b097ce7 > 2053 > > > But today, > > > /home/alanb/src/147fdvGUI/freedv-gui/src/fdmdv2_main.cpp:2691:51: error: too > few arguments to function horus* horus_open(int, int) > g_horus = horus_open(HORUS_MODE_BINARY); > > > > cat ../gitRevision > 12e72cf > 2058 > > ==== generate GIT info ======= > > cd freedv-gui > git log -1 --format=%h > ../gitRevision > git rev-list --count HEAD >> ../gitRevision > > > ----- > So I kludged a successful build, set: > g_horus = horus_open(HORUS_MODE_BINARY, 999); > > Runs fine in 700D mode but Seg Fault in 2020 mode. > BTW: CheckAvxSupport set true. > > That's all folks. > > Alan VK2ZIW > > On Wed, 27 May 2020 06:32:08 +0930, David Rowe wrote > > Hi Richard, > > > > I hope you had a nice vacation. > > > > Yes we fixed that issue, and had a stable build for the Pi and x86 until > > recently. Unfortunately a bunch of recent codec2 work has broken the > > freedv-gui build: > > > > https://github.com/drowe67/freedv-gui/issues/57 > > > > Then we really need to test codec2/freedv-gui in the wild before > > considering a release. > > > <snip> > > --------------------------------------------------- > Alan vk2ziw > > OpenWebMail 2.53 > --------------------------------------------------- Alan Beard OpenWebMail 2.53
_______________________________________________ Freetel-codec2 mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freetel-codec2
