This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: crosstool-0.43 doesn't compile glibc-2.3.2


On 2008-05-20 14:11, Khalifa ROUIS wrote:
> the gcc-4.1.0-glibc-2.3.2.dat actually exists by default in
> crosstool-0.43, moreover, it's mentioned in demo-arm9tdmi.sh under the
> comment "This script has one line for each known working toolchain for
> this architecture." which means that it's known to be working .... O_o

Aha, well then the next hint might be that you're running Ubuntu, which
doesn't use bash as /bin/sh by default.  And it looks like glibc's build
scripts really require bash, although they pretend to be POSIX sh
compatible.  (This may have been fixed after 2.3.2, I'm not sure).

So, you can please try:

  sudo dpkg-reconfigure -plow dash

and answering "No" to the question if you want to install dash as /bin/sh.
Then run the crosstool build again.

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]