public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: bootstrap/6415: powerpc-wrs-vxworks wont bootstrap
@ 2003-04-04  1:07 zack
  0 siblings, 0 replies; 4+ messages in thread
From: zack @ 2003-04-04  1:07 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, kim, zack

Synopsis: powerpc-wrs-vxworks wont bootstrap

State-Changed-From-To: analyzed->closed
State-Changed-By: zack
State-Changed-When: Fri Apr  4 01:07:36 2003
State-Changed-Why:
    Believed fixed in GCC 3.3.  Did not, unfortunately,
    make the 3.2 (formerly 3.1.1) release.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6415


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

* Re: bootstrap/6415: powerpc-wrs-vxworks wont bootstrap
@ 2002-04-22 22:36 Zack Weinberg
  0 siblings, 0 replies; 4+ messages in thread
From: Zack Weinberg @ 2002-04-22 22:36 UTC (permalink / raw)
  To: zack; +Cc: gcc-prs

The following reply was made to PR bootstrap/6415; it has been noted by GNATS.

From: Zack Weinberg <zack@codesourcery.com>
To: kim@mso.anu.edu.au
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: bootstrap/6415: powerpc-wrs-vxworks wont bootstrap
Date: Mon, 22 Apr 2002 22:29:32 -0700

 > > In file included from /data/mizar/kim/powerpc-wrs-vxworks/sys-include/types/vxANSI.h:44,
 > >                 from include/stdio.h:66,
 > >                 from ../../gcc/gcc/tsystem.h:63,
 > >                 from ../../gcc/gcc/libgcc2.c:37:
 > > include/types/vxCpu.h:209:2: #error CPU is not defined correctly
 
 I suppose I could describe this as a "known bug", since it bit me just
 this afternoon ;-)
 
 Anyway, not likely to be fixed in the 2.95 or 3.0 branches, and won't
 be fixed in 3.1.0, but I hope to have it working in 3.1.1.
 
 zw


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

* Re: bootstrap/6415: powerpc-wrs-vxworks wont bootstrap
@ 2002-04-22 22:31 zack
  0 siblings, 0 replies; 4+ messages in thread
From: zack @ 2002-04-22 22:31 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, kim, nobody, zack

Synopsis: powerpc-wrs-vxworks wont bootstrap

Responsible-Changed-From-To: unassigned->zack
Responsible-Changed-By: zack
Responsible-Changed-When: Mon Apr 22 22:31:07 2002
Responsible-Changed-Why:
    Mine.
State-Changed-From-To: open->analyzed
State-Changed-By: zack
State-Changed-When: Mon Apr 22 22:31:07 2002
State-Changed-Why:
    I'm currently updating VxWorks support in GCC.  When this
    is done, what you tried should work.  Expect it in 3.1.1.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6415


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

* bootstrap/6415: powerpc-wrs-vxworks wont bootstrap
@ 2002-04-22 22:06 kim
  0 siblings, 0 replies; 4+ messages in thread
From: kim @ 2002-04-22 22:06 UTC (permalink / raw)
  To: gcc-gnats


>Number:         6415
>Category:       bootstrap
>Synopsis:       powerpc-wrs-vxworks wont bootstrap
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Apr 22 22:06:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Kim Sebo
>Release:        3.1 (CVS of 20020423), 3.0.4 and 2.95.3
>Organization:
>Environment:
Solaris 8 sparc crosscompiling to powerpc-wrs-vxworks
>Description:
Bootstrapping powerpc-wrs-vxworks (v2.0.2) from Solaris 8 sparc fails
due to "CPU" not being defined, as required by the vxworks
headers.

The configure line was:
../gcc/configure --target=powerpc-wrs-vxworks --with-headers=${WIND_BASE}/target/h --enable-languages=c,c++ --with-gnu-as --with-as=$WIND_BASE/host/sun4-solaris2/powerpc-wrs-vxworks/bin/as --with-gnu-ld --with-ld=$WIND_BASE/host/sun4-solaris2/powerpc-wrs-vxworks/bin/ld

The last part of the bootstrap is:

> if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
> ./xgcc -B./ -B/data/mizar/kim/powerpc-wrs-vxworks/bin/ -isystem /data/mizar/kim/powerpc-wrs-vxworks/include -isystem /data/mizar/kim/powerpc-wrs-vxworks/sys-include -O2  -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include   -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/config -I../../gcc/gcc/../include  -mrelocatable-lib -mno-eabi -mstrict-align -DL_muldi3 -c ../../gcc/gcc/libgcc2.c -o libgcc/./_muldi3.o
> In file included from /data/mizar/kim/powerpc-wrs-vxworks/sys-include/types/vxANSI.h:44,
>                 from include/stdio.h:66,
>                 from ../../gcc/gcc/tsystem.h:63,
>                 from ../../gcc/gcc/libgcc2.c:37:
> include/types/vxCpu.h:209:2: #error CPU is not defined correctly
> gnumake[3]: *** [libgcc/./_muldi3.o] Error 1
> gnumake[3]: Leaving directory `/data/mizar/kim/obj/gcc'
> gnumake[2]: *** [stmp-multilib] Error 2
> gnumake[2]: Leaving directory `/data/mizar/kim/obj/gcc'
> gnumake[1]: *** [stage1_build] Error 2
> gnumake[1]: Leaving directory `/data/mizar/kim/obj/gcc'
> gnumake: *** [bootstrap] Error 2

Earlier in the bootstrap is a possible culprit:

> constructing ../fixinc.sh for powerpc-wrs-vxworks to run on sparc-sun-solaris2.8
> gnumake TARGETS=oneprocess SHELL="/bin/sh" CC="cc" CFLAGS="-DIN_GCC -DCROSS_COMPILE -g -DHAVE_CONFIG_H -DGENERATOR_FILE" LDFLAGS="" install-bin
> gnumake[3]: Entering directory `/data/mizar/kim/obj/gcc/fixinc'
> /bin/sh ../../../gcc/gcc/fixinc/genfixes machname.h
> Forbidden identifiers: CPU CPU_FAMILY linux unix 



>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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

end of thread, other threads:[~2003-04-04  1:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-04  1:07 bootstrap/6415: powerpc-wrs-vxworks wont bootstrap zack
  -- strict thread matches above, loose matches on Subject: below --
2002-04-22 22:36 Zack Weinberg
2002-04-22 22:31 zack
2002-04-22 22:06 kim

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).