discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Make error


From: Don Ward
Subject: Re: [Discuss-gnuradio] Make error
Date: Mon, 1 Mar 2010 14:42:35 -0500

Ms reena vade wrote:

The following are the lines where I am getting the error message when
I type $make:

usr/lib/gcc/i686-pc-cygwin/4.3.4/include/c++/bits/stl_algo.h:68,
from /usr/lib/gcc/i686-pc-cygwin/4.3.4/include/c++/algorithm:67,
from realtime.cc:33:
<built-in>: In function `std::pair<_Tp*, int> std::get_temporary_buffer(ptrdiff_t)': <built-in>:0: error: too many arguments to function `void* operator new(unsigned
int)'
/usr/lib/gcc/i686-pc-cygwin/4.3.4/include/c++/bits/stl_tempbuf.h:100: error: at
this point in file
make[3]: *** [realtime.lo] Error 1
make[3]: Leaving directory `/cygdrive/f/gnuradio-3.2.2/gnuradio-3.2.2/gruel/src/lib'
make[2]: *** [check-recursive] Error 1
make[2]: Leaving directory `/cygdrive/f/gnuradio-3.2.2/gnuradio-3.2.2/gruel/src'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/cygdrive/f/gnuradio-3.2.2/gnuradio-3.2.2/gruel'
make: *** [check-recursive] Error 1

The last time I checked (about 5 weeks ago), GNU Radio did not work with gcc 4.3.4 in Cygwin. Try using gcc 3.4.4 instead (as suggested in the wiki).

-- Don W.





reply via email to

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