discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] where is usrp2_make_source_32fc actually defined?


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] where is usrp2_make_source_32fc actually defined?
Date: Mon, 18 Jan 2010 12:16:46 -0800
User-agent: Mutt/1.5.20 (2009-08-17)

On Mon, Jan 18, 2010 at 03:08:53PM -0500, Tom Gross wrote:
> I can believe i have a typo (though I have been looking at this for
> months, trust me :-) ) - but what I don't understand is, when I do
> 
> nm -a _usrp2.so | grep make
> 
> on the "regular" build it shows all four of the make methods as
> undefined.  Isn't that what "U" means? (I'm asking).  So how at
> run-time does this get resolved (on the version that works).
> 
> I would be curious to know what other people are seeing when they do
> nm -a _usrp2.so | grep make
> 

FWIW, when looking at .so's 

  $ nm --dynamic 

makes more sense.

You may also want to use 

  $ ldd <foo>.so

Eric




reply via email to

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