On Wednesday, February 19, 2014 at 3:46:14 AM UTC+8, Charles Swiger wrote:
> Hi--
> 
> On Feb 18, 2014, at 1:25 AM, David Taylor 
> <david-tay...@blueyonder.co.uk.invalid> wrote:
> > On 17/02/2014 21:03, Harlan Stenn wrote:
> > []
> >> Sincerely appreciated.  And please consider just making notes and
> >> incremental changes on our wiki.  If you'd like to see a %COMMENT{}% box
> >> in there to make this easier for notes just add it (or I can).  We can
> >> easily clean it up later, or as we go, and that way we're not diverting
> >> eyeballs.
> >> 
> >> H
> > 
> > Yes, if you add that it might be helpful.  In the meanwhile, executing:
> > 
> > ../configure --host=armv6l-unknown-linux-gnueabihf 
> > --build=x86_64-unknown-linux-gnu
> > 
> > I end up with this message:
> > 
> > checking if pthread_create() works... yes
> > checking if select yields when using pthreads... cross
> > configure: error: crossing compiling: use 
> > --with-yielding_select=yes|no|manual
> > 
> > and I'm stuck at that point.  Do I need something extra on the ../configure 
> > command line?
> 
> Yes, you need to add --with-yielding_select=yes.
> (Or no, depending on what select() does on the target platform.)
> 
> ./configure normally runs a set of tests to figure all of this stuff out, but 
> those tests
> need to run on the target and not on the build platform when cross-compiling. 
>  If you
> don't already know the right answers, run ./configure on the target platform 
> and use
> those results when cross-compiling from a faster platform.
> 
> Regards,
> -- 
> -Chuck

Hi,Chuck,
I forgot to paste my build errors When I build the ntp without the 
"--with-yield-select=yes":
checking if pthread_create() works... yes
checking if select yields when using pthreads... cross
configure: error: crossing compiling: use --with-yielding-select=yes|no|manual.

Sincerely appreciated for your answers.
Best Regards.
Catherine

_______________________________________________
questions mailing list
questions@lists.ntp.org
http://lists.ntp.org/listinfo/questions

Reply via email to