;> I resolved the issue. Apparently, I needed to cross-compile
GnuRadio with python2
>> instead of python3.
>>
>> Dennis
>>
>> -
>>
>> From: dtra...@tampabay.rr.com
>> To: "Marcus Müller"
>>
om: dtra...@tampabay.rr.com
To: "Marcus Müller"
Cc: "usrp-users@lists.ettus.com"
Sent: Friday February 19 2021 9:26:25AM
Subject: Re: [USRP-users] gr-ettus Cross-Compile "Target
'gnuradio::runtime_swig' not
found."
Hi Marcus. Here is the info. I think this is the
tware (kitware.com/cmake).
>
>
> -----
>
> From: "Marcus Müller via USRP-users"
> To: usrp-users@lists.ettus.com
> Cc:
> Sent: Friday February 19 2021 9:12:18AM
> Subject: Re: [USRP-users] gr-ettus Cross-Compile "Target
> '
21 9:26:25AM
Subject: Re: [USRP-users] gr-ettus Cross-Compile "Target
'gnuradio::runtime_swig' not found."
Hi Marcus. Here is the info. I think this is the correct version, but
let me know what you think.
labuser@EttusDevel4:~/rfnoc/src/gr-ettus/build-arm$ which cmake
/hom
version 3.15.3
CMake suite maintained and supported by Kitware (kitware.com/cmake).
-From: "Marcus Müller via
USRP-users"
To: usrp-users@lists.ettus.com
Cc:
Sent: Friday February 19 2021 9:12:18AM
Subject: Re: [USRP-users] gr-ettus Cro
Hi Dennis,
that's probably not the case here but I've seen similar with installations
where older CMake with newer CMake libraries were present (or vice versa). What
does `cmake --version` say?
Don't have an E310 SDK at hand to check myself, but when you run `which cmake`,
is that the cmake you
I have UHD 4.0 and GnuRadio maint-3.8 built for Ubuntu 18.04 host and
cross-compiled for E310. I have also built gr-ettus maint-3.8-uhd4.0
for the host, but when I try to run cmake to setup the cross-compile I
get the error in the subject line.
Here's the cmake command-line and output:
labuser@Ettu