discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] How to make modified uhd/host/examples


From: Bennett, David S. (Scott)
Subject: Re: [Discuss-gnuradio] How to make modified uhd/host/examples
Date: Fri, 18 Oct 2013 12:24:17 -0400

> Message: 4
> Date: Thu, 17 Oct 2013 12:41:54 -0700 (PDT)
> From: Naceur <address@hidden>
> To: address@hidden
> Subject: [Discuss-gnuradio] How to make modified uhd/host/examples
> Message-ID: <address@hidden>
> Content-Type: text/plain; charset=us-ascii
> 
> Hello GR Forum,
> 
> I have to add some instructions for test purpose into some files of
> /uhd/host/examples Could you show me how to make the new files, or send
> me the link of How to instructions.
> BTW, I never used CMake before. If there is another tool for the purpose I
> am ok too.
> 
> Regards,
> Naceur
> 

I have been doing this a lot recently as I've been trying to add GPS time and 
location tags to a stream of data I'm recording with a USRP.  It really is as 
simple as the instructions here:

http://files.ettus.com/uhd_docs/manual/html/build.html

provided you have all the dependencies satisfied and all the source files 
downloaded from the repository.

Cmake is required as the build depends on the various configuration files 
scattered throughout the source directories (you get these when you check out 
the repository).  I'm not really a programmer (pretty much a hack), but I do 
know that they use Cmake as a tool to enable compiling across multiple 
platforms.  And if I can make it work, just about anyone can.



reply via email to

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