public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] GCC Build error
@ 2001-08-03  0:45 Vaughan Daly (Mpos)
  2001-08-03  6:08 ` Jonathan Larmour
  0 siblings, 1 reply; 5+ messages in thread
From: Vaughan Daly (Mpos) @ 2001-08-03  0:45 UTC (permalink / raw)
  To: ecos-discuss

Hi All

For some unknown reason to myself I can't seem to build the gcc cross
compiler for ecos. I keep getting the error as below, can someone please
point me in the right direction, I have gone through the build of the
binutils and gcc 3 times now with no difference. I need a pointer in the
right direction please.

Thanks
Vaughan

  echo ${name}; \


/tmp/build/gcc/gcc/xgcc -B/tmp/build/gcc/gcc/ -B/tools/H-i686-pc-cygwin/arm-
elf/bin/ -I/tools/H-i686-pc-cygwin/arm-elf/include -O2  -DCROSS_COMPILE -DIN
_GCC     -g -O2 -I./include  -Dinhibit_libc  -g1  -DIN_LIBGCC2 -D__GCC_FLOAT
_NOT_NEEDED -Dinhibit_libc   -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.
95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include -c -DL${name} \
       /src/gcc/gcc-2.95.2/gcc/libgcc2.c -o ${name}.o; \
  if [ $? -eq 0 ] ; then true; else exit 1; fi; \
  arm-elf-ar rc tmplibgcc2.a ${name}.o; \
  rm -f ${name}.o; \
done
_muldi3
In file included from /src/gcc/gcc-2.95.2/gcc/config/arm/aout.h:301,
                 from /src/gcc/gcc-2.95.2/gcc/config/arm/elf.h:354,
                 from /src/gcc/gcc-2.95.2/gcc/config/arm/unknown-elf.h:171,
                 from tm.h:6,
                 from /src/gcc/gcc-2.95.2/gcc/config/arm/xm-arm.h:55,
                 from tconfig.h:5,
                 from /src/gcc/gcc-2.95.2/gcc/libgcc2.c:33:
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:227: parse error before `{'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:418: parse error before `{'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:591: parse error before `if'



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ECOS] GCC Build error
  2001-08-03  0:45 [ECOS] GCC Build error Vaughan Daly (Mpos)
@ 2001-08-03  6:08 ` Jonathan Larmour
  2001-08-03  7:58   ` Trenton D. Adams
  2001-08-03 17:28   ` Vaughan Daly (Mpos)
  0 siblings, 2 replies; 5+ messages in thread
From: Jonathan Larmour @ 2001-08-03  6:08 UTC (permalink / raw)
  To: Vaughan Daly (Mpos); +Cc: ecos-discuss

"Vaughan Daly (Mpos)" wrote:
> 
> Hi All
> 
> For some unknown reason to myself I can't seem to build the gcc cross
> compiler for ecos. I keep getting the error as below, can someone please
> point me in the right direction, I have gone through the build of the
> binutils and gcc 3 times now with no difference. I need a pointer in the
> right direction please.

Probably the same problem as this:
http://sources.redhat.com/ml/ecos-discuss/2001-07/msg00793.html

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: [ECOS] GCC Build error
  2001-08-03  6:08 ` Jonathan Larmour
@ 2001-08-03  7:58   ` Trenton D. Adams
  2001-08-03 17:28     ` Vaughan Daly (Mpos)
  2001-08-03 17:28   ` Vaughan Daly (Mpos)
  1 sibling, 1 reply; 5+ messages in thread
From: Trenton D. Adams @ 2001-08-03  7:58 UTC (permalink / raw)
  To: 'Jonathan Larmour', 'Vaughan Daly (Mpos)'; +Cc: ecos-discuss

What the hell?  I clicked reply on this one!!! Maybe I am delusional!

I had a similar problem whenever I tried compiling for cygwin under
Windows 98.  The i386 tools compiled fine, but my cross compiler would
not compile because of a "parse error".  It's almost as if the patch
applied to GCC doesn't work properly when using windows 98 or something
like that.  However, the i386 patch for GCC worked just fine.

The process I used for compiling the tools was completely exactly the
same between windows 98 and windows 2000.  I used a script so I know
this for a fact.  It worked fine in windows 2000.

Anyhow, I really have no idea because I never bothered to figure it out.

Does this sound weird?  Am I possibly delusional?

  > -----Original Message-----
  > From: ecos-discuss-owner@sources.redhat.com [ mailto:ecos-discuss-
  > owner@sources.redhat.com] On Behalf Of Jonathan Larmour
  > Sent: Friday, August 03, 2001 7:09 AM
  > To: Vaughan Daly (Mpos)
  > Cc: ecos-discuss@sources.redhat.com
  > Subject: Re: [ECOS] GCC Build error
  > 
  > "Vaughan Daly (Mpos)" wrote:
  > >
  > > Hi All
  > >
  > > For some unknown reason to myself I can't seem to build the gcc
cross
  > > compiler for ecos. I keep getting the error as below, can someone
  > please
  > > point me in the right direction, I have gone through the build of
the
  > > binutils and gcc 3 times now with no difference. I need a pointer
in
  > the
  > > right direction please.
  > 
  > Probably the same problem as this:
  > http://sources.redhat.com/ml/ecos-discuss/2001-07/msg00793.html
  > 
  > Jifl
  > --
  > Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223)
  > 271062
  > Maybe this world is another planet's Hell -Aldous Huxley ||
  > Opinions==mine

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ECOS] GCC Build error
  2001-08-03  6:08 ` Jonathan Larmour
  2001-08-03  7:58   ` Trenton D. Adams
@ 2001-08-03 17:28   ` Vaughan Daly (Mpos)
  1 sibling, 0 replies; 5+ messages in thread
From: Vaughan Daly (Mpos) @ 2001-08-03 17:28 UTC (permalink / raw)
  To: Jonathan Larmour; +Cc: ecos-discuss

Hi Jonathan

That seems to have sorted out the problem. Thanks for the help, very much
appreciated.

Thanks
Vaughan

----- Original Message -----
From: "Jonathan Larmour" <jlarmour@redhat.com>
To: "Vaughan Daly (Mpos)" <vaughan@mpos.net>
Cc: <ecos-discuss@sources.redhat.com>
Sent: Friday, August 03, 2001 9:08 PM
Subject: Re: [ECOS] GCC Build error


> "Vaughan Daly (Mpos)" wrote:
> >
> > Hi All
> >
> > For some unknown reason to myself I can't seem to build the gcc cross
> > compiler for ecos. I keep getting the error as below, can someone please
> > point me in the right direction, I have gone through the build of the
> > binutils and gcc 3 times now with no difference. I need a pointer in the
> > right direction please.
>
> Probably the same problem as this:
> http://sources.redhat.com/ml/ecos-discuss/2001-07/msg00793.html
>
> Jifl
> --
> Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
> Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine
>
>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ECOS] GCC Build error
  2001-08-03  7:58   ` Trenton D. Adams
@ 2001-08-03 17:28     ` Vaughan Daly (Mpos)
  0 siblings, 0 replies; 5+ messages in thread
From: Vaughan Daly (Mpos) @ 2001-08-03 17:28 UTC (permalink / raw)
  To: Trenton D. Adams, 'Jonathan Larmour'; +Cc: ecos-discuss

HI Trenton

Thanks for the reply, I think that I should have been a little more
informative, as to what OS etc I use. I was compiling under WIN2K. Pretty
strange. The page that Jonathan pointed me to, seems to have sorted out the
problem. It appears to be a formatting error in one of the files of some
sort. Anyway, it compiles fine now.

Thanks for all the help and pointers.

Vaughan

----- Original Message -----
From: "Trenton D. Adams" <tadams@extremeeng.com>
To: "'Jonathan Larmour'" <jlarmour@redhat.com>; "'Vaughan Daly (Mpos)'"
<vaughan@mpos.net>
Cc: <ecos-discuss@sources.redhat.com>
Sent: Friday, August 03, 2001 10:57 PM
Subject: RE: [ECOS] GCC Build error


> What the hell?  I clicked reply on this one!!! Maybe I am delusional!
>
> I had a similar problem whenever I tried compiling for cygwin under
> Windows 98.  The i386 tools compiled fine, but my cross compiler would
> not compile because of a "parse error".  It's almost as if the patch
> applied to GCC doesn't work properly when using windows 98 or something
> like that.  However, the i386 patch for GCC worked just fine.
>
> The process I used for compiling the tools was completely exactly the
> same between windows 98 and windows 2000.  I used a script so I know
> this for a fact.  It worked fine in windows 2000.
>
> Anyhow, I really have no idea because I never bothered to figure it out.
>
> Does this sound weird?  Am I possibly delusional?
>
>   > -----Original Message-----
>   > From: ecos-discuss-owner@sources.redhat.com [ mailto:ecos-discuss-
>   > owner@sources.redhat.com] On Behalf Of Jonathan Larmour
>   > Sent: Friday, August 03, 2001 7:09 AM
>   > To: Vaughan Daly (Mpos)
>   > Cc: ecos-discuss@sources.redhat.com
>   > Subject: Re: [ECOS] GCC Build error
>   >
>   > "Vaughan Daly (Mpos)" wrote:
>   > >
>   > > Hi All
>   > >
>   > > For some unknown reason to myself I can't seem to build the gcc
> cross
>   > > compiler for ecos. I keep getting the error as below, can someone
>   > please
>   > > point me in the right direction, I have gone through the build of
> the
>   > > binutils and gcc 3 times now with no difference. I need a pointer
> in
>   > the
>   > > right direction please.
>   >
>   > Probably the same problem as this:
>   > http://sources.redhat.com/ml/ecos-discuss/2001-07/msg00793.html
>   >
>   > Jifl
>   > --
>   > Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223)
>   > 271062
>   > Maybe this world is another planet's Hell -Aldous Huxley ||
>   > Opinions==mine
>
>


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2001-08-03 17:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-03  0:45 [ECOS] GCC Build error Vaughan Daly (Mpos)
2001-08-03  6:08 ` Jonathan Larmour
2001-08-03  7:58   ` Trenton D. Adams
2001-08-03 17:28     ` Vaughan Daly (Mpos)
2001-08-03 17:28   ` Vaughan Daly (Mpos)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).