Hi all,
I'm not sure this thread is going in a way that'll help John.
John, let me try and rephrase the comments, and add my own:
- First, we recently merged all of rfnoc-devel into master, and won't be
updating rfnoc-devel any more. However, this is just an FYI and
unrelated to any of your ques
Just to close this issue.
We have several custom blocks in RFNOC. After upgrading Vivado we were able
to build the image using new source code and had no issues.
The problem was that our images were built with incorrect version.
In source code, where do you find the version number of the UHD sof
Hi John,
no need to apologize; we're all learners of some kind!
So, let me annotate your terminology below, so that we are on the same
page :)
On Fri, 2018-05-25 at 07:20 -0600, John Medrano wrote:
> Hello,
>
> I apologize for my terminology, it is causing some confusion.
>
> If you download t
Hello John,
I'm looking at this right now and can confirm that the head of rfnoc-devel
is compatible with the latest GNU Radio. Can you please try rerunning cmake
on UHD with -DRFNOC_ENABLE=true?
The error I saw when switching branches was that the header
was not installed. That is a core RFNoC
Hello,
I apologize for my terminology, it is causing some confusion.
If you download the source from https://github.com/EttusResearch/uhd. You
can compile this version and it should work fine with latest version of GNU
Radio. But this version is missing additional modules that are available in
br
Hi John,
On Fri, 2018-05-25 at 06:39 -0600, John Medrano wrote:
> Thank you for the response.
>
> The issue that we have is that the latest UHD RFNOC version is not compatible
> with latest version of GNU Radio.
That's simply not true. UHD, to GNU Radio, is just a library.
>
> So I must eithe
Thank you for the response.
The issue that we have is that the latest UHD RFNOC version is not
compatible with latest version of GNU Radio.
So I must either compile older version in with newer compiler, or downgrade
to a version that is compatible with UHD RFNOC. Upgrading UHD to latest
version w
Hi John,
GNU Radio versioning is totally independent from UHD versioning, and
that's what's defining the compatibility with the FPGA image.
So, you need to install the UHD that fits your FPGA image (or use an
FPGA image that fits your installed UHD).
Best regards,
Marcus
On Thu, 2018-05-24 at 13
Recently we built GNURadio and UHD from source on a Fedora 28. Since we use
RFNOC we were compiling GNURadio version v3.7.10.2, and using rfnoc-devel
branch from UHD.
Building on Fedora 28 we received compiling errors when we were building
v3.7.10.2. So we decided to build the master branch instea