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. In fact, I moved folders "ports", "linuxthreads" and "localedef" into the "libc" directory. |