discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] [UHD] CMake Error: The following variables are us


From: Josh Blum
Subject: Re: [Discuss-gnuradio] [UHD] CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Date: Wed, 22 Dec 2010 16:41:53 -0800
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Lightning/1.0b2 Thunderbird/3.1.7


On 12/22/2010 04:10 PM, Sangho Oh wrote:
> I have compiled and run UHD code that was downloaded one day in last week.
> One problem was that "tx_timed_samples.cpp" does not work.
> The timing control didn't work.
> Even I give 10 secs delay, the code just promptly send samples without any
> delay.
> Whereas receiver properly wait for the specified time before starting the
> reception process.
> 

Ok, thank you for the report. I will try to replicate the issue.

> Therefore, I have updated UHD code today by
> 
> - "git pull" in /root/git/uhd/
> - "cmake ../" in /root/git/uhd/build
> 
> got following error
> 

This was due to adding new components in the build. The problem has just
been fixed. Update and do:

rm CMakeCache.txt
cmake ../

-josh

> 
> -------------------------------------------------------------------------------------
> --   Interface address discovery supported through getifaddrs.
> 
> 
> 
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/discuss-gnuradio



reply via email to

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