discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] On the "right" approach for developing applicatio


From: Philip Balister
Subject: Re: [Discuss-gnuradio] On the "right" approach for developing applications to be run on an E310
Date: Fri, 6 Nov 2015 13:10:56 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

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 *could* just call arm-oe-linue-gnueabi, but you
> probably shouldn't.

Source the toolchain environment file. Reading it will give you an idea
of how things should be called.

Philip


> 
> For simple applications it's not too bad. Beyond a toy program or two
> you'll really want to start using cmake. It's also important to note that
> when you run a command line like that yourself you're probably missing out
> on a bunch of optimizations and options that you otherwise take for granted.
> 
> On Fri, Nov 6, 2015 at 10:45 AM, Daniele Disco <
> address@hidden> wrote:
> 
>> 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:
>> http://gnuradio.4.n7.nabble.com/On-the-right-approach-for-developing-applications-to-be-run-on-an-E310-tp55779p56786.html
>> Sent from the GnuRadio mailing list archive at Nabble.com.
>>
>> _______________________________________________
>> Discuss-gnuradio mailing list
>> address@hidden
>> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>>
> 
> 
> 
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]