public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Andrey Panchenko <ur4ukj@gmx.de>
To: Jonathan Larmour <jlarmour@cygnus.co.uk>
Cc: ecos-discuss@sourceware.cygnus.com
Subject: Re[2]: [ECOS] building development tools
Date: Wed, 06 Dec 2000 02:42:00 -0000	[thread overview]
Message-ID: <16487.001206@gmx.de> (raw)
In-Reply-To: <3A2D606A.BF3CB20@cygnus.co.uk>

Hello Jonathan,

Dienstag, Dienstag, 5. Dezember 2000, you wrote:

>> I'm getting problems Building the Intel x86 development tools for
>> Windows. I've successfully installed binutils -2.10.1, and then I had
>> patched gcc 2.95.2,puted path to new binutils to the path environment
>> on the beginning, configured gcc, and when I try to build it I get
>> following problem:
>> 
>> In file included from function.c:48:
>> insn-flags.h:425: conflicting types for `gen_beq'
>> rtl.h:1032: previous declaration of `gen_beq'
>> insn-flags.h:431: conflicting types for `gen_bge'
>> rtl.h:1033: previous declaration of `gen_bge'
>> insn-flags.h:433: conflicting types for `gen_ble'
>> rtl.h:1034: previous declaration of `gen_ble'
>> insn-flags.h:435: conflicting types for `gen_jump'
>> rtl.h:1031: previous declaration of `gen_jump'
>> function.c: In function `expand_function_end':
>> function.c:6505: too many arguments to function `gen_jump'
>> make[1]: *** [function.o] Error 1
>> make[1]: Leaving directory `/home/andrey/tmp/gcc-2.95.2/gcc'
>> make: *** [all-gcc] Error 2
>> make: Leaving directory `/home/andrey/tmp/gcc-2.95.2'
>> 
>> Does anybody familiar with this kind of problem ?

JL> It's the first time I've seen this. Can you have a look at insn-flags.h (in
JL> the build tree) and rtl.h (in the source tree) to see what the two
JL> prototypes are? In a build tree I have here, they are both:

JL> extern rtx gen_beq                             PROTO((rtx));

Yes,
in  insn-flags.h:      extern rtx gen_beq            PROTO((void));

in rtl.h              extern rtx gen_beq            PROTO((rtx));

So, configure script is not working very properly.
I've tried to change void to rtx but it a moment it failed again:

stmt.c: In function `expand_end_case':
stmt.c:5292: too many arguments to function `gen_casesi'
make[1]: *** [stmt.o] Error 1

And changes in gen_casesi from void to rtx don't help.
Any suggestions ?

JL> Jifl

Best regards,
 Andrey                            mailto:ur4ukj@gmx.de


  reply	other threads:[~2000-12-06  2:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-12-05  3:40 Andrey Panchenko
2000-12-05 13:39 ` Jonathan Larmour
2000-12-06  2:42   ` Andrey Panchenko [this message]
2000-12-06 12:23     ` Jonathan Larmour
2000-12-06 12:42       ` Re[2]: " Andrey Panchenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=16487.001206@gmx.de \
    --to=ur4ukj@gmx.de \
    --cc=ecos-discuss@sourceware.cygnus.com \
    --cc=jlarmour@cygnus.co.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).