Re: [Discuss-gnuradio] Cross-compiling UHD for E310

2019-10-24 Thread Ivan Iudice
It could be a workaround... Why SDK and SD image are not aligned for E310? This is frustrating! Ivan > Il giorno 23 ott 2019, alle ore 00:48, Martin Braun > ha scritto: > >  > It's a bit hacky, but you can install Boost from source and install it both > to the sysroots and the device. > >>

Re: [Discuss-gnuradio] Cross-compiling UHD for E310

2019-10-22 Thread Martin Braun
It's a bit hacky, but you can install Boost from source and install it both to the sysroots and the device. On Fri, Oct 18, 2019 at 5:05 AM Ivan Iudice wrote: > Hi all, > now I’m able to compile uhd and gnuradio, but the sysroot of the sdk > contains an older version of libboost in respect to th

Re: [Discuss-gnuradio] Cross-compiling UHD for E310

2019-10-18 Thread Ivan Iudice
Hi all, now I’m able to compile uhd and gnuradio, but the sysroot of the sdk contains an older version of libboost in respect to the last file system for e310. anybody has suggestions? Substituting sysroot with the actual in sd could help? Thank you. Ivan > Il giorno 15 ott 2019, alle ore 22:08,

Re: [Discuss-gnuradio] Cross-compiling UHD for E310

2019-10-16 Thread krono86
Ok, I discovered I was not using the right toolchain... -.-" Now I'm able to compile uhd and gnuradio, but I have a problem when executing: _root@ni-e31x-316AFEA:~/newinstall# uhd_usrp_probe _ _uhd_usrp_probe: error while loading shared libraries: libboost_program_options.so.1.57.0: cannot ope

Re: [Discuss-gnuradio] Cross-compiling UHD for E310

2019-10-15 Thread krono86
Thanks so much! UHD 3.14.1.1 just compiled! Now I have a problem installing python-six with PYTHONPATH: https://pastebin.com/tMti3EBL Could you help me? Thank you for all. Ivan Il 15.10.2019 22:08 Nate Temple ha scritto: > Hi Ivan, > > I would not recommend to use the 'master' branch

Re: [Discuss-gnuradio] Cross-compiling UHD for E310

2019-10-15 Thread Nate Temple
Hi Ivan, I would not recommend to use the 'master' branch at this time with the E310 release-4 SDK. UHD 3.15.x.x bumps the deps from what is used in the release-4 SDK. I would recommend to try using the version 3.14.1.1, which is the latest stable release (note, you'll need to install python-six

Re: [Discuss-gnuradio] Cross-compiling UHD for E310

2019-10-15 Thread Ivan Iudice
I forgot to say... Following the application note you recommended, I obtain the same results. Thank you. Ivan >> Il giorno 14 ott 2019, alle ore 21:02, Nate Temple >> ha scritto: >  > Hi Ivan, > > What version of GNU Radio / UHD are you trying to compile? > > The existing release-4 SDK won'

Re: [Discuss-gnuradio] Cross-compiling UHD for E310

2019-10-15 Thread Ivan Iudice
Hi Nate, I obtained SDK using my installation of UHD v3.15.0. user@machine:~/usrp_e310_sdk$ cat version-cortexa9hf-neon-oe-linux-gnueabi Distro: Alchemy Distro Version: 2018.04 Metadata Revision: a5dcf0c4bd9a0be2f2484b0b1b3e77f1f2128dfc Timestamp: 20190426232955 I'm trying to compile UHD from g

Re: [Discuss-gnuradio] Cross-compiling UHD for E310

2019-10-14 Thread Nate Temple
Hi Ivan, What version of GNU Radio / UHD are you trying to compile? The existing release-4 SDK won't support GR 3.8 as it lacks several deps. Checkout this app note which covers cross compiling UHD (with RFNoC enabled) / GR / gr-ettus. If you're not trying to use the RFNoC build, you can use mos

[Discuss-gnuradio] Cross-compiling UHD for E310

2019-10-14 Thread krono86
Hello guys! I'm trying to cross-compile uhd drivers for my E310 (SD image just updated). I installed the toolchain as in http://files.ettus.com/manual/page_usrp_e3xx.html#e3xx_software_dev_sdk,. When I try to compile the uhd drivers I obtain: https://pastebin.com/SAAFxXzv It seems that pyth