Wednesday, December 22, 2010

Re: [Discuss-gnuradio] [UHD] CMake Error: The following variables are used in this project, but they are set to NOTFOUND.

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
> Discuss-gnuradio@gnu.org
> http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

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

No comments:

Post a Comment