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: a problem with crosstool


No prob!

On Feb 7, 2008 6:08 PM,  <lukens84@o2.pl> wrote:
> Hi again,
>
> It took a while but the patch did the job. Thanks for helping!
>
> > [+crossgcc]
>
> >
> > On Feb 5, 2008 4:44 AM,   wrote:
> > > I have a really weird problem with the crosstool that I've downloaded from your page (www.kegel.com/crosstool). When I run the demo-powerpc-405.sh, it throws back an error at some point (after about 20 minutes of work). It looks like this:
> > >
> > >
> > > ----------------------------------------
> > > In file included from version.c:33:
> > > build/powerpc-405-linux-gnu/gcc-4.1.0-glibc-2.3.6/build-glibc/csu/version-info.h:2:1: missing terminating " character
> >
> > That's an old bug in glibc's csu/Makefile that keeps coming back.  See e.g.
> > http://sources.redhat.com/ml/libc-alpha/2004-01/msg00032.html
> > http://kegel.com/crosstool/crosstool-0.43/patches/glibc-2.2.2/glibc-2.1.3-allow-gcc3-versioninfo.patch
> >
> > Not sure why it's happening for you.   The code from glibc-2.3.6/csu/Makefile is
> >            echo "\"Available extensions:\\n\"";                 \
> >            sed -e '/^#/d' -e 's/^[[:space:]]*/  /'              \
> >                -e 's/^\(.*\)$$/\"\1\\n\"/' $$files;             \
> > which kind of looks like the fixed version.
> > What shell and sed are you using?  Maybe its echo doesn't work like
> > Makefile expects?
> >
> > Hope that helps...
> > - Dan
> >
>



-- 
Wine for Windows ISVs: http://kegel.com/wine/isv

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