Re: [USRP-users] gr-ettus Cross-Compile "Target 'gnuradio::runtime_swig' not found."

2021-02-24 Thread Dennis Trask via USRP-users
;> 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" >>

Re: [USRP-users] gr-ettus Cross-Compile "Target 'gnuradio::runtime_swig' not found."

2021-02-19 Thread Mike via USRP-users
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

Re: [USRP-users] gr-ettus Cross-Compile "Target 'gnuradio::runtime_swig' not found."

2021-02-19 Thread Marcus Müller via USRP-users
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 > '

Re: [USRP-users] gr-ettus Cross-Compile "Target 'gnuradio::runtime_swig' not found."

2021-02-19 Thread Dennis Trask via USRP-users
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

Re: [USRP-users] gr-ettus Cross-Compile "Target 'gnuradio::runtime_swig' not found."

2021-02-19 Thread Dennis Trask via USRP-users
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

Re: [USRP-users] gr-ettus Cross-Compile "Target 'gnuradio::runtime_swig' not found."

2021-02-19 Thread Marcus Müller via USRP-users
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

[USRP-users] gr-ettus Cross-Compile "Target 'gnuradio::runtime_swig' not found."

2021-02-19 Thread Dennis Trask via USRP-users
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