Hi Alan and List, We're currently developing a new Horus (balloon telemetry) mode, which unfortunately meant codec2/master was out of sync with freedv-gui/master.
To get freedv-gui building again I've made Horus support conditional on a #define for now, and freedv-gui/master is now building OK for me (on x86 Linux). The freedv API code in codec2 has also seen a lot of refactoring, so freedv-gui will needs some beta testing at some stage. Thanks, David On 27/5/20 7:36 am, 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 > > > _______________________________________________ > Freetel-codec2 mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/freetel-codec2 > _______________________________________________ Freetel-codec2 mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freetel-codec2
