public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* bootstrap/3372: v850-elf fails to compile on gcc 3.0 CVS branch
@ 2001-06-22  7:56 joel
  0 siblings, 0 replies; 4+ messages in thread
From: joel @ 2001-06-22  7:56 UTC (permalink / raw)
  To: gcc-gnats

>Number:         3372
>Category:       bootstrap
>Synopsis:       v850-elf fails to compile on gcc 3.0 CVS branch
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Jun 22 07:56:03 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     joel@OARcorp.com
>Release:        gcc 3.0 CVS branch
>Organization:
>Environment:
GNU/Linux RedHat 6.2 targetting v850-elf	
>Description:
../gcc/configure --target=v850-elf --with-gnu-as --with-gnu-ld --with-newlib --verbose --prefix=/usr1/tmp-tools --enable-languages=c,c++ && make

fails with this error:

/usr3/ftp_archive/gnu/gcc/ss/b3/b-v850-elf/gcc/xgcc -B/usr3/ftp_archive/gnu/gcc/ss/b3/b-v850-elf/gcc/ -nostdinc -B/usr3/ftp_archive/gnu/gcc/ss/b3/b-v850-elf/v850-elf/newlib/ -isystem /usr3/ftp_archive/gnu/gcc/ss/b3/b-v850-elf/v850-elf/newlib/targ-include -isystem /usr3/ftp_archive/gnu/gcc/ss/b3/gcc/newlib/libc/include -B/usr1/tmp-tools/v850-elf/bin/ -B/usr1/tmp-tools/v850-elf/lib/ -isystem /usr1/tmp-tools/v850-elf/include -DPACKAGE=\"newlib\" -DVERSION=\"1.9.0\"  -I. -I../../../../../gcc/newlib/libc/stdlib  -O2 -DPREFER_SIZE_OVER_SPEED -mv850 -I../../targ-include -I../../../../../gcc/newlib/libc/../libc/include -fno-builtin      -g -O2 -c ../../../../../gcc/newlib/libc/stdlib/assert.c
/tmp/ccNDyOEt.s: Assembler messages:
/tmp/ccNDyOEt.s:130: Error: undefined symbol _ in operation
/tmp/ccNDyOEt.s:130: Error: undefined symbol _impure_ptr in operation
>How-To-Repeat:
configure and build per description.
I used binutils 2.10 and newlib 1.9.0
>Fix:
unknown
>Release-Note:
>Audit-Trail:
>Unformatted:


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

* Re: bootstrap/3372: v850-elf fails to compile on gcc 3.0 CVS branch
@ 2002-11-26 17:50 Joel Sherrill
  0 siblings, 0 replies; 4+ messages in thread
From: Joel Sherrill @ 2002-11-26 17:50 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: Joel Sherrill <joel.sherrill@OARcorp.com>
To: bangerth@dealii.org, gcc-bugs@gcc.gnu.org,
 	gcc-prs@gcc.gnu.org, joel@gcc.gnu.org, nobody@gcc.gnu.org,
 	gcc-gnats@gcc.gnu.org
Cc:  
Subject: Re: bootstrap/3372: v850-elf fails to compile on gcc 3.0 CVS branch
Date: Tue, 19 Nov 2002 14:28:17 -0600

 bangerth@dealii.org wrote:
 > 
 > Synopsis: v850-elf fails to compile on gcc 3.0 CVS branch
 
 Close this one.  Andreas Jaeger posted these results for
 3.2 20020720 so it must bootstrap.
 
 http://gcc.gnu.org/ml/gcc-testresults/2002-07/msg00583.html
 
 > State-Changed-From-To: open->feedback
 > State-Changed-By: bangerth
 > State-Changed-When: Tue Nov 19 12:16:23 2002
 > State-Changed-Why:
 >     The 3.0 branch is rather old. Does this still happen with
 >     newer versions of gcc?
 > 
 >     Thanks
 >       W.
 > 
 > http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=3372
 
 -- 
 Joel Sherrill, Ph.D.             Director of Research & Development
 joel@OARcorp.com                 On-Line Applications Research
 Ask me about RTEMS: a free RTOS  Huntsville AL 35805
 Support Available                (256) 722-9985


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

* Re: bootstrap/3372: v850-elf fails to compile on gcc 3.0 CVS branch
@ 2002-11-26 17:26 bangerth
  0 siblings, 0 replies; 4+ messages in thread
From: bangerth @ 2002-11-26 17:26 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, joel, nobody

Synopsis: v850-elf fails to compile on gcc 3.0 CVS branch

State-Changed-From-To: feedback->closed
State-Changed-By: bangerth
State-Changed-When: Tue Nov 19 12:29:35 2002
State-Changed-Why:
    Reported to build recently.

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


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

* Re: bootstrap/3372: v850-elf fails to compile on gcc 3.0 CVS branch
@ 2002-11-26 13:26 bangerth
  0 siblings, 0 replies; 4+ messages in thread
From: bangerth @ 2002-11-26 13:26 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, joel, nobody

Synopsis: v850-elf fails to compile on gcc 3.0 CVS branch

State-Changed-From-To: open->feedback
State-Changed-By: bangerth
State-Changed-When: Tue Nov 19 12:16:23 2002
State-Changed-Why:
    The 3.0 branch is rather old. Does this still happen with
    newer versions of gcc?
    
    Thanks
      W.

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


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

end of thread, other threads:[~2002-11-19 20:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-22  7:56 bootstrap/3372: v850-elf fails to compile on gcc 3.0 CVS branch joel
2002-11-26 13:26 bangerth
2002-11-26 17:26 bangerth
2002-11-26 17:50 Joel Sherrill

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