Gnuradio on E100

hi ,all
I am building gnuradio on E100 from source ,but is keep failing at the
./bootstrap
Knowing it worked before
here is the error
any help is appreciated

----------------------------------------- error -------------
Can’t locate Thread/Queue.pm in @INC (@INC contains:
/usr/share/automake-1.11 /etc/perl /usr/local/lib/perl/5.10.1
/usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5
/usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at
/usr/bin/automake line 141.
BEGIN failed–compilation aborted at /usr/bin/automake line 144.
Traceback (most recent call last):
File “gen/volk_register.py”, line 5, in
import re
ImportError: No module named re
mv: cannot stat gen/lib/Makefile.am': No such file or directory aclocal: couldn't open directorygen/config’: No such file or directory
configure.ac:21: error: possibly undefined macro: AM_CONFIG_HEADER
If this token and others are legitimate, please use
m4_pattern_allow.
See the Autoconf documentation.
configure.ac:22: error: possibly undefined macro: AM_INIT_AUTOMAKE
configure:1960: error: possibly undefined macro: AM_PROG_AS
configure:2137: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL
configure:2138: error: possibly undefined macro: AC_DISABLE_STATIC
configure:2138: error: possibly undefined macro: AC_PROG_LIBTOOL
configure:2138: error: possibly undefined macro: AC_ENABLE_SHARED
configure:3776: error: possibly undefined macro: AM_CONDITIONAL
autoheader: error: AC_CONFIG_HEADERS not found in configure.ac
Can’t locate Thread/Queue.pm in @INC (@INC contains:
/usr/share/automake-1.11 /etc/perl /usr/local/lib/perl/5.10.1
/usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5
/usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at
/usr/bin/automake line 141.
BEGIN failed–compilation aborted at /usr/bin/automake line 144.

Ahmed -

  1. Are you using one of the officially supported E1xx filesystems?
  2. You have used the autotools process to successfully build on that
    exact
    E100 filesystem in the past?
  3. Have you tried building with CMake?

Cheers,
Ben

On Mon, Feb 6, 2012 at 8:06 PM, Ben H. [email protected] wrote:

Ahmed -

  1. Are you using one of the officially supported E1xx filesystems?

This angstrom x11-image built with OE for overo machine kernel image
2.6.38
What is exactly officially supported E1xx filesystems? where to get
them?

  1. You have used the autotools process to successfully build on that
    exact

E100 filesystem in the past?

actually ,But i am following the same steps friend did and it worked

for him.

  1. Have you tried building with CMake?
  no, I am at ./bootstrap  step

here is the error
any help is appreciated

  1. Are you using one of the officially supported E1xx filesystems?

This angstrom x11-image built with OE for overo machine kernel image
2.6.38
What is exactly officially supported E1xx filesystems? where to get
them?

http://code.ettus.com/redmine/ettus/projects/usrpe1xx/wiki/Images#Official-File-System-Images

Are you certain you used the same OE recipe? If you had the exact same
file
system, the same step would have worked for you.

  1. Have you tried building with CMake?
  no, I am at ./bootstrap  step

You are currently using the autotools build method - CMake is an
entirely
different system.

You should try the instructions we provide for building GNU Radio from
source:

http://code.ettus.com/redmine/ettus/projects/usrpe1xx/wiki/FAQ#How-do-I-install-GNU-Radio-from-source

Cheers,
Ben

On 02/06/2012 01:17 PM, Ahmed A. wrote:

  1. You have used the autotools process to successfully build on that exact

E100 filesystem in the past?

actually ,But i am following the same steps friend did and it worked

for him.

It smells like he python regexp module (or something having to do with
re is missing). Do you mind pointing me at what your friend did so I can
look into fixing it.

opkg update; opkg install python-modules might fix the problem.

Philip

@Philip B.
the steps are

  1. compiling wxGTk from source.
  2. compiling wxPython from source.
    Then compile the gnuradio ,

These the main steps i went through ,If you want details tell me.

On 02/06/2012 03:25 PM, Ahmed A. wrote:

@Philip B.
the steps are

  1. compiling wxGTk from source.
  2. compiling wxPython from source.
    Then compile the gnuradio ,

These the main steps i went through ,If you want details tell me.

OK, sounds like step 1 would be to upgrade to the latest factory image
per Ben’s emails.

Philip

hi,about booting problem on E100
I got a brand new card and tries the script but same partitions table is
shown .
and used the script to make the official image ,but still no boot.
What could be the problem ?
thanks