public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/12022] New: arm-coff build is broken: dies on crtstuff.c with #error
@ 2003-08-21 21:22 dhazeghi at yahoo dot com
  2003-08-23 17:18 ` [Bug bootstrap/12022] " pinskia at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-08-21 21:22 UTC (permalink / raw)
  To: gcc-bugs

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

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

           Summary: arm-coff build is broken: dies on crtstuff.c with #error
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Keywords: build
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dhazeghi at yahoo dot com
                CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: arm-coff

Building mainline (combined tree) for arm-coff, with: ../combined/configure --target=arm-coff --
enable-languages=c,c++,objc; make

yields:

make[3]: Entering directory `/tmp/mainline/objdir/gcc'
/tmp/mainline/objdir/gcc/xgcc -B/tmp/mainline/objdir/gcc/ -nostdinc -B/tmp/mainline/objdir/
arm-coff/newlib/ -isystem /tmp/mainline/objdir/arm-coff/newlib/targ-include -isystem /tmp/
mainline/combined/newlib/libc/include -B/usr/local/arm-coff/bin/ -B/usr/local/arm-coff/lib/ -
isystem /usr/local/arm-coff/include -isystem /usr/local/arm-coff/sys-include -L/tmp/mainline/
objdir/ld -O2 -DIN_GCC -DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes -
Wmissing-prototypes -isystem ./include  -I. -I. -I../../combined/gcc -I../../combined/gcc/. -I../
../combined/gcc/config -I../../combined/gcc/../include   -g0 -finhibit-size-directive -fno-inline-
functions -fno-exceptions -fno-zero-initialized-in-bss -fno-unit-at-a-time  \
  -Dinhibit_libc -c ../../combined/gcc/crtstuff.c -DCRT_BEGIN \
  -o crtbegin.o
../../combined/gcc/crtstuff.c:402:2: #error "What are you doing with crtstuff.c, then?"
make[3]: *** [crtbegin.o] Error 1


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

* [Bug bootstrap/12022] arm-coff build is broken: dies on crtstuff.c with #error
  2003-08-21 21:22 [Bug bootstrap/12022] New: arm-coff build is broken: dies on crtstuff.c with #error dhazeghi at yahoo dot com
@ 2003-08-23 17:18 ` pinskia at gcc dot gnu dot org
  2003-10-11  2:56 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-08-23 17:18 UTC (permalink / raw)
  To: gcc-bugs

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

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4                         |---


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

* [Bug bootstrap/12022] arm-coff build is broken: dies on crtstuff.c with #error
  2003-08-21 21:22 [Bug bootstrap/12022] New: arm-coff build is broken: dies on crtstuff.c with #error dhazeghi at yahoo dot com
  2003-08-23 17:18 ` [Bug bootstrap/12022] " pinskia at gcc dot gnu dot org
@ 2003-10-11  2:56 ` pinskia at gcc dot gnu dot org
  2003-10-14  1:59 ` wilson at specifixinc dot com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-10-11  2:56 UTC (permalink / raw)
  To: gcc-bugs

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

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



------- Additional Comments From pinskia at gcc dot gnu dot org  2003-10-11 02:56 -------
Both INIT_SECTION_ASM_OP and HAS_INIT_SECTION are not defined which means it should not be 
building crtstuff.c at all.


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

* [Bug bootstrap/12022] arm-coff build is broken: dies on crtstuff.c with #error
  2003-08-21 21:22 [Bug bootstrap/12022] New: arm-coff build is broken: dies on crtstuff.c with #error dhazeghi at yahoo dot com
  2003-08-23 17:18 ` [Bug bootstrap/12022] " pinskia at gcc dot gnu dot org
  2003-10-11  2:56 ` pinskia at gcc dot gnu dot org
@ 2003-10-14  1:59 ` wilson at specifixinc dot com
  2003-10-18  4:07 ` dhazeghi at yahoo dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 9+ messages in thread
From: wilson at specifixinc dot com @ 2003-10-14  1:59 UTC (permalink / raw)
  To: gcc-bugs

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

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



------- Additional Comments From wilson at specifixinc dot com  2003-10-14 01:59 -------
Subject: Re:  arm-coff build is broken: dies on crtstuff.c
 with #error

pinskia at gcc dot gnu dot org wrote:
> Both INIT_SECTION_ASM_OP and HAS_INIT_SECTION are not defined which means it should not be 
> building crtstuff.c at all.

gcc/config/arm/t-arm-coff has the line
   EXTRA_MULTILIB_PARTS = crtbegin.o crtend.o
which is bogus.  We don't build these for coff targets.

This looks like some kind of merging or cut&paste error.  The 
gcc-patches message from Richard Earnshaw mentions that this came from 
merging in the new arm/thumb port in Apr 2000.

The problem wasn't noticed at the time because the #error in crstuff.c 
was added in Aug 2001.

The same problem was in the t-xscale-coff file, which Nick Clifton fixed 
  in Dec 2001.

This should be fixed simply by deleting the EXTRA_MULTILIB_PARTS line.

I see that the t-strongarm-pe file has the same line.  I suspect that 
one is also broken in the same way, and needs the same fix.


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

* [Bug bootstrap/12022] arm-coff build is broken: dies on crtstuff.c with #error
  2003-08-21 21:22 [Bug bootstrap/12022] New: arm-coff build is broken: dies on crtstuff.c with #error dhazeghi at yahoo dot com
                   ` (2 preceding siblings ...)
  2003-10-14  1:59 ` wilson at specifixinc dot com
@ 2003-10-18  4:07 ` dhazeghi at yahoo dot com
  2003-11-28  8:32 ` pinskia at gcc dot gnu dot org
  2004-01-28 16:45 ` m4341 at abc dot se
  5 siblings, 0 replies; 9+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-10-18  4:07 UTC (permalink / raw)
  To: gcc-bugs

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

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


dhazeghi at yahoo dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rearnsha at arm dot com


------- Additional Comments From dhazeghi at yahoo dot com  2003-10-18 03:21 -------
Richard, would you mind having a look at this? I'm also wondering if the fact that this problem 
hasn't been reported until now indicates that nobody is currently using this target... Thanks,

Draa


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

* [Bug bootstrap/12022] arm-coff build is broken: dies on crtstuff.c with #error
  2003-08-21 21:22 [Bug bootstrap/12022] New: arm-coff build is broken: dies on crtstuff.c with #error dhazeghi at yahoo dot com
                   ` (3 preceding siblings ...)
  2003-10-18  4:07 ` dhazeghi at yahoo dot com
@ 2003-11-28  8:32 ` pinskia at gcc dot gnu dot org
  2004-01-28 16:45 ` m4341 at abc dot se
  5 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-28  8:32 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-28 08:32 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-11-28 08:32:43
               date|                            |


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


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

* [Bug bootstrap/12022] arm-coff build is broken: dies on crtstuff.c with #error
  2003-08-21 21:22 [Bug bootstrap/12022] New: arm-coff build is broken: dies on crtstuff.c with #error dhazeghi at yahoo dot com
                   ` (4 preceding siblings ...)
  2003-11-28  8:32 ` pinskia at gcc dot gnu dot org
@ 2004-01-28 16:45 ` m4341 at abc dot se
  5 siblings, 0 replies; 9+ messages in thread
From: m4341 at abc dot se @ 2004-01-28 16:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From m4341 at abc dot se  2004-01-28 16:45 -------
I have also encountered this bug, but ignored it, since it didn't impact my
requirements.

arm-coff is still of interest.

/Nils H


-- 


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


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

* [Bug bootstrap/12022] arm-coff build is broken: dies on crtstuff.c with #error
       [not found] <bug-12022-250@http.gcc.gnu.org/bugzilla/>
  2009-04-20 15:44 ` ramana at gcc dot gnu dot org
@ 2009-04-21 10:24 ` jsm28 at gcc dot gnu dot org
  1 sibling, 0 replies; 9+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2009-04-21 10:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from jsm28 at gcc dot gnu dot org  2009-04-21 10:23 -------
Yes, closing since this target has been removed for 4.5.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX


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


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

* [Bug bootstrap/12022] arm-coff build is broken: dies on crtstuff.c with #error
       [not found] <bug-12022-250@http.gcc.gnu.org/bugzilla/>
@ 2009-04-20 15:44 ` ramana at gcc dot gnu dot org
  2009-04-21 10:24 ` jsm28 at gcc dot gnu dot org
  1 sibling, 0 replies; 9+ messages in thread
From: ramana at gcc dot gnu dot org @ 2009-04-20 15:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from ramana at gcc dot gnu dot org  2009-04-20 15:44 -------
arm-coff is obsolete with trunk. Can this now be closed out?


-- 

ramana at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jsm28 at gcc dot gnu dot org


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


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

end of thread, other threads:[~2009-04-21 10:24 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-21 21:22 [Bug bootstrap/12022] New: arm-coff build is broken: dies on crtstuff.c with #error dhazeghi at yahoo dot com
2003-08-23 17:18 ` [Bug bootstrap/12022] " pinskia at gcc dot gnu dot org
2003-10-11  2:56 ` pinskia at gcc dot gnu dot org
2003-10-14  1:59 ` wilson at specifixinc dot com
2003-10-18  4:07 ` dhazeghi at yahoo dot com
2003-11-28  8:32 ` pinskia at gcc dot gnu dot org
2004-01-28 16:45 ` m4341 at abc dot se
     [not found] <bug-12022-250@http.gcc.gnu.org/bugzilla/>
2009-04-20 15:44 ` ramana at gcc dot gnu dot org
2009-04-21 10:24 ` jsm28 at gcc dot gnu dot org

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