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: Martin Braun
Subject: Re: [Discuss-gnuradio] doubt about linking library to gnuradio
Date: Tue, 16 Aug 2011 11:13:26 +0200
User-agent: Mutt/1.5.20 (2009-06-14)

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: pgpNHHs_cof_s.pgp
Description: PGP signature


reply via email to

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