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

Re: [issues] [Build eglibc] missing --with-glibc option



Le Friday 20 March 2009 21:41:34 Joseph S. Myers, vous avez écrit :
> On Fri, 20 Mar 2009, Olivier Antheaume wrote:
> > Hello,
> >
> > I am currently building my first cross-compile tool chain.
> > I have followed the guide found in EGLIBC.cross-building, and I obtain
> > the following message when I configure eglibc:
> >
> > configure:1318: error: missing --with-glibc option
>
> No you don't. That message comes from glibc-localedef, a separate
> component in the repository for cross-building locales. For building
> EGLIBC itself there is no such message. For MIPS you need the libc and
> ports directories, and it's simplest to copy ports into a subdirectory
> "ports" of libc before running libc/configure. If you're running
> libc/configure and get that message you have seriously corrupted your
> source tree, mixing up files from different directories, and need to do a
> fresh checkout from scratch.



Thanks,
In fact, I moved folders "ports", "linuxthreads" and "localedef" into the "libc" directory.


It seems that is why I had this error.


Now: I have only moved the "ports" one, and I haven't had this error message. any more.