Re: [Discuss-gnuradio] On the "right" approach for developing applications to be run on an E310

2015-11-06 Thread Daniele Disco
Thank you for your answer. I understand your position but I'm not an expert of cmake and at the moment I use the uhd library to compile my app. There is a general template or something like a procedure (step by step) to build all the directories, files and so on to cross compile an app using the

Re: [Discuss-gnuradio] On the "right" approach for developing applications to be run on an E310

2015-11-06 Thread Philip Balister
On 11/06/2015 08:06 AM, Daniele Disco wrote: > HI Marcus! > I followed yours suggestions but what is the right way to cross compile a > new applications? > At the moment I found a "dirty" shortcut using the uhd library: > I add my application in the examples directory of uhd library; I modify the

Re: [Discuss-gnuradio] On the "right" approach for developing applications to be run on an E310

2015-11-06 Thread Daniele Disco
Thank you Philip -- View this message in context: http://gnuradio.4.n7.nabble.com/On-the-right-approach-for-developing-applications-to-be-run-on-an-E310-tp55779p56785.html Sent from the GnuRadio mailing list archive at Nabble.com. ___

Re: [Discuss-gnuradio] On the "right" approach for developing applications to be run on an E310

2015-11-06 Thread Daniele Disco
Thank you Philip but I was thinking to a "simpler" procedure like gcc-arm app.cpp -luhd -letc. -letc. -o app It is possible avoid the cmake passage? Daniele -- View this message in context:

Re: [Discuss-gnuradio] On the "right" approach for developing applications to be run on an E310

2015-11-06 Thread West, Nathan
You can compile simple programs very similarly to how you normally use gcc/g++. Source the OE SDK, then call CC or CXX. The environment script exports these variables the way you would expect if you're familiar with cross compiling at all. You *could* just call arm-oe-linue-gnueabi, but you

Re: [Discuss-gnuradio] On the "right" approach for developing applications to be run on an E310

2015-11-06 Thread Daniele Disco
HI Marcus! I followed yours suggestions but what is the right way to cross compile a new applications? At the moment I found a "dirty" shortcut using the uhd library: I add my application in the examples directory of uhd library; I modify the CMakeLists.txt in the directory examples and make "all"

Re: [Discuss-gnuradio] On the "right" approach for developing applications to be run on an E310

2015-11-06 Thread Philip Balister
On 11/06/2015 12:36 PM, West, Nathan wrote: > You can compile simple programs very similarly to how you normally use > gcc/g++. Source the OE SDK, then call CC or CXX. The environment script > exports these variables the way you would expect if you're familiar with > cross compiling at all. You

Re: [Discuss-gnuradio] On the "right" approach for developing applications to be run on an E310

2015-09-09 Thread Maurizio Crozzoli
And what about the new RFNoC and GRC to be run on an E310? >From Ettus site we are told that "RFNoC has been integrated into UHD for our third generation USRP SDRs (X300-series, E300-series, and future devices)". Furthermore Ettus site shows some examples where RFNoC blocks are used under GRC,

Re: [Discuss-gnuradio] On the "right" approach for developing applications to be run on an E310

2015-09-09 Thread Marcus Müller
Hi Maurizio, > And what about the new RFNoC and GRC to be run on an E310? these are two different aspects: GRC is a flowgraph /design/ tool. You wouldn't run it on the E310 (especially as it is a graphical tool). It can generate headless flow graphs set up by python programs that you can copy

[Discuss-gnuradio] On the "right" approach for developing applications to be run on an E310

2015-09-02 Thread Crozzoli Maurizio
Hi! We just received our brand new E310 and we are wondering what is the "right" approach for developing applications to be run on it. In fact we are a bit used to working with a B220 but that operating condition was a different: C(++) code and/or GNURadio (with the its graphical Companion)

Re: [Discuss-gnuradio] On the "right" approach for developing applications to be run on an E310

2015-09-02 Thread Marcus Müller
Hi Maurizio, glad to see you ask these questions! For those who read this later but aren't involved in Maurizio's/mine email exchange: you get the SDK under [1] in its current version, installation instructions under[2]. So, you're right. With the E310, you'll need to use a cross-compiler to