On Tue, Aug 16, 2011 at 01:57:19AM -0700, patiljagdish154 wrote:
> hi all, 
> i want to know  while installing block in gnuradio , if i didn't get error
> it's that means i had linked the library. 
> actually i am working on comedi-gnuradio. while installing the block(for
> comedi)  i didn't get any error.
> 
>  comedi is collection of drivers for a variety of common data acquisition
> plug-in boards . comedilib is a user-space library that provides a
> developer-friendly interface to Comedi devices.
> 
> to compile comedi code in C language i used
> gcc -filename.c -lcomedi -lm
> 
> can any one tell me how include comedi library in gnuradio.
> what i did is  i made modification in Makefile.common in main folder . check
> for attachment (Makefile.common) . i made changes in line 26
> http://old.nabble.com/file/p32270282/Makefile.common Makefile.common 
> AM_CXXFLAGS = @autoconf_default_CXXFLAGS@ \
>                -lcomedi -lm -I/usr/include -L/usr/lib 

Hi patiljagdish154,

libcomedi support for GNU Radio was deprecated a few versions ago. I
think the last version with comedi support was 3.2.2--you should check
out old versions of GNU Radio to see how this works. There's no need to
do all the work yourself, much has been done already.

MB

-- 
Karlsruhe Institute of Technology (KIT)
Communications Engineering Lab (CEL)

Dipl.-Ing. Martin Braun
Research Associate

Kaiserstraße 12
Building 05.01
76131 Karlsruhe

Phone: +49 721 608-43790
Fax: +49 721 608-46071
www.cel.kit.edu

KIT -- University of the State of Baden-Württemberg and
National Laboratory of the Helmholtz Association

Attachment: pgp5OwXkVlybX.pgp
Description: PGP signature

_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to