discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] gnuradio on ARM


From: Sylvain Munaut
Subject: Re: [Discuss-gnuradio] gnuradio on ARM
Date: Sun, 24 Mar 2013 23:04:10 +0100

Hi,

I compiled it on ARM this week end.


> c++: internal compiler error: Killed (program cc1plus)

You don't have enough RAM ... SWIG that generates the python wrapper
will generate C++ source of like 20-30Mo, which when compilin will
require like > 1Go of RAM !!!

I ended up disabling python to build only the C++ core of gnuradio ...
that went much smoother.


> /tmp/ccLw2kCh.s:31: Error: selected FPU does not support instruction --
> `vmov.f32 q8,#0.0'

This is the same issue I reported in

http://gnuradio.org/redmine/issues/526


Cheers,

    Sylvain



reply via email to

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