This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/12004] Internal Compiler error compiling binutils 2.14.90.0.5 for s390


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12004



------- Additional Comments From fb at fbit dot de  2003-08-24 08:39 -------
Subject: Re:  Internal Compiler error compiling binutils
 2.14.90.0.5 for s390


I compile binutils for use in a cross compilation environment, i.e. a PC
having cross compilers for all platforms. The idea is to have one product
managed from one point for different platforms. gcc runs on a PC building
utilities and cross compiler for different platforms.

The call on the PC for configuring binutils was

mkdir /root/s390-binutils
cd /root/s390-binutils
/root/eGuard/binutils-2.14.90.0.5/configure --prefix=/usr/local/s390-linux/ --target=s390-linux

/root/eGuard/binutils-2.14.90.0.5/configure --target=s390-linux succeeds.

In subtree /usr/local/s390-linux are include files, libraries, and utilities for s390.

Are the wrong include files taken ? But that should not lead to a compiler error.

.-.-.-.-.-.

The same call with ppc64 instead of s390 (first example with "prefix") succeeds.

.-.-.-.-.-.

Interesting enough, compiling (cp regex.E regex.c; gcc -c -o regex.o regex.c)
gives no SIGSEGV and produces regex.o.

.-.-.-.-.-.

I've run the memory test for 11 hours, no error found (memtest86).

.-.-.-.-.-.

What shall I do now ?

Mit freundlichen Grüßen / regards

Frank Bernard


On 23 Aug 2003, pinskia at gcc dot gnu dot org wrote:

> PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12004
>
>
> pinskia at gcc dot gnu dot org changed:
>
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>              Status|UNCONFIRMED                 |WAITING
>            Keywords|                            |ice-on-valid-code
>
>
> ------- Additional Comments From pinskia at gcc dot gnu dot org  2003-08-23 17:33 -------
> I thought libiberty/regex.c was compiled also was compiled when building the compiler so it could
> be a memory problem.
>
> Are you compiling using a cross-compiler to s390 or are you just building the binutils for a target
> of s390?
>
>
>
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]