discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] gnuradio make error


From: Don Ward
Subject: Re: [Discuss-gnuradio] gnuradio make error
Date: Sun, 19 Dec 2010 14:02:01 -0500

alirazib wrote:

I have installed cygwin with all the required packages, and then installed
boost, portaudio, SDCC and FFTW. WxPython could not be installed (WxWidgets was okay, but then error occurred during 'make'). Anyway, I thought WxPython is not absolutely vital for the initial experiments, so I left it like that. Then during the installation of gnuradio, I could configure (using command:
./configure --disable-all-components --enable-omnithread --enable-gruel
--enable-gnuradio-core --enable-gr-audio-oss), but I am getting error during
'make':

make  all-recursive
make[1]: Entering directory `/usr/src/gnuradio-3.3.0'
Making all in config
make[2]: Entering directory `/usr/src/gnuradio-3.3.0/config'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/src/gnuradio-3.3.0/config'
Making all in gruel
make[2]: Entering directory `/usr/src/gnuradio-3.3.0/gruel'
Making all in src
make[3]: Entering directory `/usr/src/gnuradio-3.3.0/gruel/src'
Making all in lib
make[4]: Entering directory `/usr/src/gnuradio-3.3.0/gruel/src/lib'
Making all in pmt
make[5]: Entering directory `/usr/src/gnuradio-3.3.0/gruel/src/lib/pmt'
make  all-am
make[6]: Entering directory `/usr/src/gnuradio-3.3.0/gruel/src/lib/pmt'
/bin/sh ../../../../libtool --tag=CXX   --mode=link g++ -g -O2  -Wall
-Woverload
ed-virtual  -no-undefined -avoid version  -o libpmt-qa.la  qa_pmt.lo
qa_pmt_prim
s.lo qa_pmt_unv.lo libpmt.la -lcppunit -ldl   -lstdc++
-lwinmm

/usr/bin/grep: /usr/lib/gcc/i686-pc-cygwin/4.3.2/libstdc++.la: No such file
or d> irectory

This is caused by using Cygwin cppunit 1.12.1-1 (apparently compiled with gcc 4.3.2); use cppunit 1.12.0-1 instead (works with gcc 3.4.4).

Can anyone suggest me what to do? I need to install USRP2 drivers after this
step. And is WxPython really needed for simple experiments?

I have updated the Cygwin installation instructions for wxPython and GNU Radio on the wiki. The important changes are: (1) don't use cppunit 1.12.1; (2) use Python 2.6 (instead of 2.5); (3) for wxPython 2.8.11.0 you don't need the patch that was used in 2.8.10, but you do need to patch Python 2.6 distutils.

I have tested the new instructions (as far as the minium installation of gnuradio-3.3.0) and they work for me. If they don't work for you, send details of what doesn't work and we will see if we can fix it.

-- Don W.





reply via email to

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