From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Edwards To: Jonathan Larmour Cc: Daniel Lind , ecos-discuss@sourceware.cygnus.com Subject: Re: [ECOS] Error when building GCC for PowerPC under WindowsNT Date: Wed, 06 Sep 2000 09:45:00 -0000 Message-id: <20000906114558.B10814@visi.com> References: <39B62E78.32770373@bluelabs.se> <39B66A54.9369AAF1@redhat.com> X-SW-Source: 2000-09/msg00069.html On Wed, Sep 06, 2000 at 05:01:24PM +0100, Jonathan Larmour wrote: > Daniel Lind wrote: > > > > /src/gcc/gcc-2.95.2/gcc/reload1.c:9604: stray '\' in program > > /src/gcc/gcc-2.95.2/gcc/reload1.c:9604: parse error before `)' > > /src/gcc/gcc-2.95.2/gcc/reload1.c:9795: stray '\' in program > > /src/gcc/gcc-2.95.2/gcc/reload1.c:9795: parse error before `;' > > make[1]: *** [reload1.o] Error 1 > > make[1]: Leaving directory `/tmp/build/gcc/gcc' > > make: *** [all-gcc] Error 2 > > make: Leaving directory `/tmp/build/gcc' > > > > What is the problem with reload1.c? What shall I do? > > It is almost certainly extraneous carriage returns. This looks like one of the problems I ran into when building under Cygwin with drives mounted in "text" mode. If you use "binary" mode, things work a lot better. -- Grant Edwards grante@visi.com