discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] doubt about linking library to gnuradio


From: patiljagdish154
Subject: Re: [Discuss-gnuradio] doubt about linking library to gnuradio
Date: Tue, 16 Aug 2011 23:52:09 -0700 (PDT)

i had compile the code and installed the block successfully.
but now while running i am getting error.
Traceback (most recent call last):
  File "/home/jagdish/top_block.py", line 13, in <module>
    import comedi
  File "/usr/local/lib/python2.6/dist-packages/comedi/__init__.py", line 40,
in <module>
    from comedi_swig import *
  File "/usr/local/lib/python2.6/dist-packages/comedi/comedi_swig.py", line
24, in <module>
    _comedi_swig = swig_import_helper()
  File "/usr/local/lib/python2.6/dist-packages/comedi/comedi_swig.py", line
20, in swig_import_helper
    _mod = imp.load_module('_comedi_swig', fp, pathname, description)
ImportError: /usr/local/lib/libgnuradio-comedi-3.3.0.so.0: undefined symbol:
comedi_open 

i am wonder whether comedilib is link to gnuradio or not.
because while installing block i didn't get any error as far as comedilib
functions are concern.
i also made change in Makefile.common in main folder.
AM_CXXFLAGS = @autoconf_default_CXXFLAGS@ \
               -lcomedi -lm -I/usr/include -L/usr/lib 


Josh Blum-2 wrote:
> 
> Are we talking about comedi support? That was patched pretty recently to
> work with recent versions of libcomedi. See commit:
> http://gnuradio.org/cgit/gnuradio.git/commit/?id=8cb0981894000e8239ee2425b4e99ded9841604a
> 
>> sorry to ask this question , will you tell me the process to installed
>> and
>> compile the gnuradio and blocks .
>>  i had tried , i am not getting.
>> 
> 
> http://gnuradio.org/redmine/projects/gnuradio/wiki/BuildGuide
> 
> -josh
> 
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 
> 

-- 
View this message in context: 
http://old.nabble.com/doubt-about-linking-library-to-gnuradio-tp32270282p32277415.html
Sent from the GnuRadio mailing list archive at Nabble.com.




reply via email to

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