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

2021-02-24 Thread Dennis Trask via USRP-users
Mike This was very VERY helpful! Thank you for the guidance! Dennis -From: "Mike via USRP-users" To: usrp-users@lists.ettus.com Cc: Sent: Friday February 19 2021 5:55:34PM Subject: Re: [USRP-users] gr-ettus Cross-Compile "Target 'gnuradio::runtime_

[USRP-users] microSD Size Limit

2021-02-19 Thread Dennis Trask via USRP-users
What is the largest microSD card supported by the E310? I want to get larger cards for development purposes, but don't want to buy a size that isn't supported. Thanks,Dennis ___ USRP-users mailing list USRP-users@lists.ettus.com http://lists.ettus.com/ma

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

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

2021-02-19 Thread Dennis Trask via USRP-users
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/home/labuser/rfnoc/oe/sysroots/x86_64-oesdk-linux/usr/bin/cmakelabuser@EttusDevel4:~/rfnoc/src/gr-ettus/build-arm$ cmake --versioncmake v

[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

[USRP-users] shared_ptr does not name a template type in Cross-compile of GR 3.7 with UHD 3.15 SDK

2021-02-17 Thread Dennis Trask via USRP-users
I have UHD 3.15 successfully cross-compiled for E310 on Ubuntu 18.04 host. Now trying to cross-compile GnuRadio 3.7. My cmake is: cmake -DCMAKE_TOOLCHAIN_FILE=~/rfnoc/src/gnuradio/cmake/Toolchains/oe-sdk_cross.cmake -DENABLE_DOXYGEN=OFF -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_ASM_COMPILER_ARG1:STRING="

Re: [USRP-users] E310 3.15 SDK Missing local_lim.h?

2021-02-15 Thread Dennis Trask via USRP-users
-From: "Dennis Trask via USRP-users" To: "usrp-users@lists.ettus.com" Cc: Sent: Monday February 15 2021 10:58:53AM Subject: [USRP-users] E310 3.15 SDK Missing local_lim.h? I use IBM Rational Rhapsody for embedded software develo

[USRP-users] E310 3.15 SDK Missing local_lim.h?

2021-02-15 Thread Dennis Trask via USRP-users
I use IBM Rational Rhapsody for embedded software development. It includes a framework that must be cross-compiled for the target architecture. When I attempt to cross-compile for the E310 using the 3.15 SDK, the compile fails pretty quickly with this error: make -C oxf -f linuxoxf.mak CFG=oxf LIB_

Re: [USRP-users] SWIG Error Cross-compiling gr-ettus

2021-02-12 Thread Dennis Trask via USRP-users
gr 3.8 because of the migration to python3. For now, that's why I'm still at UHD 3.15 and gr 3.7 (still running Ubuntu 18.04). That might be over simplifying it but I think that is the general idea. Mike On 2/11/21 1:29 PM, Dennis Trask via USRP-users wrote:

[USRP-users] SWIG Error Cross-compiling gr-ettus

2021-02-11 Thread Dennis Trask via USRP-users
I have cross-compiled UHD v3.15.0.0 and gnuradio maint-3.8 for the E310. When I try to setup the cross-compile of gr-ettus maint-3.8, I get a series of errors related to SWIG. Any idea how to work around this? My cmake command is: cmake -DCMAKE_TOOLCHAIN_FILE=~/rfnoc/src/gnuradio/cmake/Toolchains/o

Re: [USRP-users] E310 with v4.0.0.0 Image: Configure Static IP

2021-02-11 Thread Dennis Trask via USRP-users
This worked for me. Thank you, Rob and Marcus! Dennis -From: "Marcus D. Leech" To: "Rob Kossler" Cc: "usrp-users@lists.ettus.com" Sent: Wednesday February 10 2021 10:07:27PM Subject: Re: [USRP-users] E310 with v4.0.0.0 Image: Configure Static IP

Re: [USRP-users] E310 with v4.0.0.0 Image: Configure Static IP

2021-02-10 Thread Dennis Trask via USRP-users
;Marcus D. Leech via USRP-users" To: usrp-users@lists.ettus.com Cc: Sent: Tuesday February 9 2021 4:42:34PM Subject: Re: [USRP-users] E310 with v4.0.0.0 Image: Configure Static IP On 02/09/2021 04:35 PM, Dennis Trask via USRP-users wrote: I have re-imaged the SD card for my E310 with the v

Re: [USRP-users] E310 with v4.0.0.0 Image: Configure Static IP

2021-02-09 Thread Dennis Trask via USRP-users
09/2021 04:35 PM, Dennis Trask via USRP-users wrote: I have re-imaged the SD card for my E310 with the v4.0.0.0 image. I cannot figure out how to set a static IP address on eth0 at boot-up. I created an /etc/network/interfaces file that looks like this: auto eth0 iface eth0 inet stat

[USRP-users] E310 with v4.0.0.0 Image: Configure Static IP

2021-02-09 Thread Dennis Trask via USRP-users
I have re-imaged the SD card for my E310 with the v4.0.0.0 image. I cannot figure out how to set a static IP address on eth0 at boot-up. I created an /etc/network/interfaces file that looks like this: auto eth0iface eth0 inet staticaddress 192.168.200.2netmask 255.255.255.0 I can run the command "i

Re: [USRP-users] Error Testing UHD Build on E310 with uhd_usrp_probe

2021-02-04 Thread Dennis Trask via USRP-users
I can help with that. It doesn't. :-) The serial port just displays some garbage characters at bootup. I think I've got this figured out. I went back through the instructions, but grabbed the v3.15.0.0 tag for UHD, instead. Then, I discovered that I could get an sdimg and an SDK for that version us

Re: [USRP-users] Error Testing UHD Build on E310 with uhd_usrp_probe

2021-02-04 Thread Dennis Trask via USRP-users
Good info. Thanks. I am attempting to burn a new image to the SD card. I downloaded https://files.ettus.com/binaries/cache/e3xx/meta-ettus-v3.14.1.1/e3xx_e320_sdimg_default-v3.14.1.1.zip which contains usrp_e320_fs.sdimg. Will this work to boot my e310? Dennis -

Re: [USRP-users] Error Testing UHD Build on E310 with uhd_usrp_probe

2021-02-02 Thread Dennis Trask via USRP-users
ia USRP-users" To: usrp-users@lists.ettus.com Cc: Sent: Monday February 1 2021 4:06:23PM Subject: Re: [USRP-users] Error Testing UHD Build on E310 with uhd_usrp_probe On 02/01/2021 04:01 PM, Dennis Trask via USRP-users wrote: I am attempting to set up a development envir

Re: [USRP-users] Error Testing UHD Build on E310 with uhd_usrp_probe

2021-02-02 Thread Dennis Trask via USRP-users
nday February 1 2021 4:06:23PM Subject: Re: [USRP-users] Error Testing UHD Build on E310 with uhd_usrp_probe On 02/01/2021 04:01 PM, Dennis Trask via USRP-users wrote: I am attempting to set up a development environment to write software for the E310 by cross-compiling on Ubuntu 18.04. I

Re: [USRP-users] Error Testing UHD Build on E310 with uhd_usrp_probe

2021-02-02 Thread Dennis Trask via USRP-users
users" To: usrp-users@lists.ettus.com Cc: Sent: Monday February 1 2021 4:06:23PM Subject: Re: [USRP-users] Error Testing UHD Build on E310 with uhd_usrp_probe On 02/01/2021 04:01 PM, Dennis Trask via USRP-users wrote: I am attempting to set up a development environment to write softwa

[USRP-users] Error Testing UHD Build on E310 with uhd_usrp_probe

2021-02-01 Thread Dennis Trask via USRP-users
I am attempting to set up a development environment to write software for the E310 by cross-compiling on Ubuntu 18.04. I am using the instructions here: https://kb.ettus.com/Software_Development_on_the_E3xx_USRP_-_Building_RFNoC_UHD_/_GNU_Radio_/_gr-ettus_from_Source [1] I have