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: Cannot compile any tool-chain on ubuntu


On 2008-03-22 01:47, Ravi Chemudugunta wrote:
> /home/ravi/bin/workdir/crosstool-0.43/build/i686-unknown-linux-gnu/gcc-3.3.6-glibc-2.3.6/build-glibc/csu/version-info.h:2:1:
> missing terminating " character

This might be the following issue, since Ubuntu uses dash, and NOT bash
by default:

http://www.cygwin.com/ml/libc-alpha/2004-01/msg00023.html

In short, try making a link from /bin/bash to /bin/sh, or modify the
file csu/Makefile as described in the above link.

--
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]