[Ground-station] KA9Q SDR updates

Paul Williamson paul at mustbeart.com
Tue Jun 19 22:20:16 PDT 2018


On Ubuntu 16.04, I also ran into the fftwf_make_planner_thread_safe()
message.

Just building the package from upstream source with the default configure
script wasn't enough. I copied a set of configure flags from the build log
for a more up-to-date Ubuntu (Artful Ardvark or later should work with the
standard package), and this got me past that problem:

./configure --enable-single  --build x86_64-linux-gnu --prefix=/usr
--enable-shared --enable-threads --enable-openmp --enable-mpi
--libdir=\${prefix}/lib/x86_64-linux-gnu MPILIBS="-pthread -L/usr//lib
-L/usr/lib/x86_64-linux-gnu/openmpi/lib -lmpi" --enable-sse --enable-avx
make
sudo make install

Note that this package is used by gnuradio, too. Updating it may have
unpredictable consequences for other things we're working on!

Next problem, "No rule to make target 'bandplan.txt', needed by 'all'. Stop.

That's because I used "make clean", which deletes files it shouldn't.
Restored them from git and fixed the Makefile to not delete $(AFILES) for
the target 'clean'.

Now builds with a bunch of warnings about ignored return values, but no
errors.

73  -Paul KB5MU





On Tue, Jun 19, 2018 at 9:12 PM, Paul Williamson <paul at mustbeart.com> wrote:

> It built successfully for me on Raspbian after I added one additional
> dependency: libncurses5-dev
>
> That is, it built without error messages. I haven't attempted to run it
> yet!
>
>   -Paul KB5MU
>
>
> On Tue, Jun 19, 2018 at 4:58 PM, Michelle Thompson via Ground-Station <
> ground-station at lists.openresearch.institute> wrote:
>
>> Same results here with building. Good idea on the issue filing.
>>
>> -Michelle W5NYV
>>
>> "Potestatem obscuri lateris nescis."
>>
>>
>> On Tue, Jun 19, 2018 at 4:37 PM, Jan Schiefer <jan at akalaitis.net> wrote:
>>
>>> Hi Steve,
>>>
>>> Can you please file an issue in the GitHub repo, so others are aware of
>>> the problem and can do something about it if they wish?
>>>
>>> This is also helps us practice handling contributions from the community
>>> in an efficient manner.
>>>
>>> Thanks,
>>> Jan, ac7td
>>> On Jun 19, 2018 12:39 PM, Steve Conklin via Ground-Station
>>> <ground-station at lists.openresearch.institute> wrote:
>>> >
>>> > I had a go at building it on Ubuntu 16.04 (Xenial). I needed the more
>>> recent fftw version but building and installing the tarball as directed in
>>> the 'dependencies' file failed to resolve the issue.
>>> >
>>> > The exact failure is an implicit declaration
>>> of fftwf_make_planner_thread_safe(), presumably because the right
>>> library version headers are not in place.
>>> >
>>> > I don't have more time to look at this at the moment but I'll get back
>>> to it eventually.
>>> >
>>> >
>>> > On Mon, Jun 18, 2018 at 10:56 AM, Michelle Thompson via Ground-Station
>>> <ground-station at lists.openresearch.institute> wrote:
>>> >>
>>> >> KA9Q SDR repository has been updated with the help of Jan Shiefer.
>>> >>
>>> >> https://github.com/phase4ground/ka9q-sdr
>>> >>
>>> >> There is a lot of great code in here. Leveraging IP Multicast and the
>>> method of providing metadata for IQ samples are two big concepts that we
>>> should talk a lot more about.
>>> >>
>>> >> We've been asked to write a paper about it, so I've started working
>>> specifically on that with Phil to make it as easy as possible to get a
>>> clear description of the advantages and innovations.
>>> >>
>>> >> -Michelle W5NYV
>>> >>
>>> >>
>>> >>
>>> >> _______________________________________________
>>> >> Ground-Station mailing list
>>> >> Ground-Station at lists.openresearch.institute
>>> >> http://lists.openresearch.institute/mailman/listinfo/ground-station
>>> >>
>>> >
>>>
>>
>>
>> _______________________________________________
>> Ground-Station mailing list
>> Ground-Station at lists.openresearch.institute
>> http://lists.openresearch.institute/mailman/listinfo/ground-station
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openresearch.institute/pipermail/ground-station-openresearch.institute/attachments/20180619/47909c6a/attachment.html>


More information about the Ground-Station mailing list