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 > [email protected] > http://lists.gnu.org/mailman/listinfo/discuss-gnuradio _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
