discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] cygwin build


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] cygwin build
Date: Fri, 3 Nov 2006 14:20:50 -0800
User-agent: Mutt/1.5.9i

On Fri, Nov 03, 2006 at 11:46:58AM -0500, Bob Vincent wrote:
> In gnuradio-core/src/swig make, I get the following error many times, 
> with the field value different.
> Any idea what's wrong?
> 
> /c/DOCUME~1/bvincent/LOCALS~1/Temp/cciyQk1k.s: Assembler messages:
> /c/DOCUME~1/bvincent/LOCALS~1/Temp/cciyQk1k.s:2106: Warning: .stabs: 
> description
>  field '20cb4' too big, try a different debug format 


gnuradio_swig_python.cc is huge (we will be chop it into smaller
pieces when we address ticket:69).  Try specifying --gdwarf2 option to
g++.  That uses the "DWARF2" debugging format which is known to work.
You could also try using the specifying

  $ CXXFLAGS="-O2" ./configure

I believe that this will result in the -g option (output debugger
info) being omitted from the call to g++.

Eric




reply via email to

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