Problems building gnuradio with pybombs on armhf (arm7)

Hi:
I am trying to build gnuradio on ARMHF (ARMV7) in Debian Wheezy with
pybombs. It successfully builds uhd however when trying to build
gnuradio I get this error:

Built target pygen_gr_fcd_swig_bb170
[ 35%] Built target pygen_gr_wavelet_swig_c0361
[ 35%] Built target pygen_gr_wxgui_swig_908f9
[ 35%] Building CXX object
gnuradio-runtime/lib/CMakeFiles/gnuradio-runtime.dir/controlport/gnuradio.cpp.o
In file included from /usr/include/IceUtil/Shared.h:13:0,
from /usr/include/Ice/LocalObjectF.h:13,
from
/home/freddie/pybombs/src/gnuradio/build/gnuradio-runtime/lib/controlport/gnuradio.h:24,
from
/home/freddie/pybombs/src/gnuradio/build/gnuradio-runtime/lib/controlport/gnuradio.cpp:21:
/usr/include/IceUtil/Config.h:45:5: error: #error “Unknown architecture”
make[2]: ***
[gnuradio-runtime/lib/CMakeFiles/gnuradio-runtime.dir/controlport/gnuradio.cpp.o]
Error 1
make[1]: *** [gnuradio-runtime/lib/CMakeFiles/gnuradio-runtime.dir/all]
Error 2
make: *** [all] Error 2
bash return val = 2
Traceback (most recent call last):
File “./pybombs”, line 125, in
install(p, not opts.force);
File “/home/freddie/pybombs/mod_pybombs/pybombs_ops.py”, line 119, in
install
global_recipes[pkg].install();
File “/home/freddie/pybombs/mod_pybombs/recipe.py”, line 537, in
install
st = self.install_src();
File “/home/freddie/pybombs/mod_pybombs/recipe.py”, line 602, in
install_src
self.install_order[step]1;
File “/home/freddie/pybombs/mod_pybombs/recipe.py”, line 650, in make
assert(st == 0);
AssertionError

Any one have any ideas how to get past this problem?

Thanks,
Freddie

On Thu, Oct 31, 2013 at 3:58 PM, freddie [email protected] wrote:

             from /usr/include/Ice/LocalObjectF.h:13,

File “/home/freddie/pybombs/mod_pybombs/pybombs_ops.py”, line 119, in install

Thanks,
Freddie

Easiest thing would be to disable ControlPort, since that’s looking
like the issue. Pass -DENABLE_GR_CTRLPORT=False to cmake (see the
recipes/gnuradio.lwr file to add this option).

Tom