t).
From: Nate Temple
Sent: Monday, April 8, 2019 4:03 PM
To: Jason Matusiak
Cc: usrp-users@lists.ettus.com
Subject: Re: [USRP-users] rfnoc build for an e320
Hi Jason,
You can disable the QT widgets (not needed on the E320 itself) by adding the
cmake flag -DE
On 04/08/2019 03:33 PM, Jason Matusiak via USRP-users wrote:
I should be getting an e320 in this week, so I started to get my
environment setup. I started off like I do for the e310 and ran the
cross-compile shell script. I then sourced the environment. I cloned
uhd and checked out rfnoc-dev
Hi Jason,
You can disable the QT widgets (not needed on the E320 itself) by adding
the cmake flag -DENABLE_QT=OFF
Regards,
Nate Temple
On Mon, Apr 8, 2019 at 1:00 PM Nate Temple wrote:
> Hi Jason,
>
> It looks like you are missing the package: python-setuptools
>
> Note, you should not use
Hi Jason,
It looks like you are missing the package: python-setuptools
Note, you should not use rfnoc-devel, but instead use a newer version of
UHD like v3.14.0.0, and then you can enable RFNoC by adding the cmake flag
-DENABLE_RFNOC=ON
Regards,
Nate Temple
On Mon, Apr 8, 2019 at 12:34 PM Jaso
So I think I goofed. Not sure why I was pointing it to the mpm directory for
the CMakeLists. When I do the normal ../ it builds fine.
Now I end up with the issue I used to have with the e310 many moons ago. The
sysroots doesn't have qt in it. So when I run a cmake of gr-ettus, I get this
er
I should be getting an e320 in this week, so I started to get my environment
setup. I started off like I do for the e310 and ran the cross-compile shell
script. I then sourced the environment. I cloned uhd and checked out
rfnoc-devel like I usually do. Within uhd, I created a folder called