In the recipe itself, you should be able to put:

var config_opt = <options to pass to the configure or cmake stage>

Tim



On Tue, Jun 25, 2013 at 8:12 AM, Blake Morgan <bl...@kaektech.com> wrote:

> On 06/25/2013 05:10 AM, Philip Balister wrote:
>
>> On 06/24/2013 09:19 PM, Blake Morgan wrote:
>>
>>> I decided to try out pybombs on one of my Beaglebones, and attempted to
>>> install gnuradio. Below is the error message I received, if this helps.
>>>
>>>  This is the key issue"
>>
>
> Heh, I suspected as much.
>
>
>>  make[2]: *** Waiting for unfinished jobs....
>>> c++: internal compiler error: Killed (program cc1plus)
>>> Please submit a full bug report,
>>> with preprocessed source if appropriate.
>>>
>>>  This is a sign the OOM killer killed one of he compiler processes. This
>> is a known issue with building gnuradio. You will typically see it on
>> low memory machines (embedded stuff), but you can see it on intensive
>> x86 build machines also :)
>>
>> Basically, building gnuradio on anything other than a beefy x86 is
>> silly. I've heard of builds on ARM succeeding, but build times are up to
>> like 12 hours. Learn to cross compile.
>>
> Yes, I have successfully cross compiled gnuradio for the beaglebone in the
> past, and it is happily running on one in my lab as I write. The point was
> to see what would happen using the pybombs tool. I think pybombs is a cool
> tool, and I liked how it worked on an x86 machine over the weekend, so I
> thought I'd try a different architecture. Does the pybombs tool accept
> cross compile options? It isn't obvious that it does from looking at
> config.defaults.
>
> Regards,
>
> Blake
>
>>
>> Philip
>>
>>
>>
>
>
> ______________________________**_________________
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/**listinfo/discuss-gnuradio<https://lists.gnu.org/mailman/listinfo/discuss-gnuradio>
>
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to