On Thu, August 10, 2006 12:43, Michael Dickens wrote:

> 1) From usrp/host/apps/test_usrp_standard_rx.cc
> and
> ....._tx.cc:
>
> HAVE_SCHED_SETSCHEDULER is used to try to set a real-time scheduler.
> W/o it, "real time" ("-R") has no effect.  THis is the only reference
> in the USRP's code to this function.
>
> OSX does not implement this function for some reason (it does some of
> the others in /usr/include/sched.h).  Ah well, I guess no "real time"
> for us OSX users for now.
>
> I think it would be nice to not fail on this one, but rather to print
> a warning about lacking real-time or whatever.

Ok, I can conditionalize this check so it doesn't execute on your
platform.  Please send me the output of the "config.guess" script on your
machine.

> 2) From host/lib/usrp_bytesex.h:34
>
> #ifdef HAVE_BYTESWAP_H
> #include <byteswap.h>
> #else

I didn't realize Matt provided an alternative if it wasn't found, so in
fact your removal of the [succeeded=no] is appropriate.

-Johnathan



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

Reply via email to