public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/12026] New: m68k-coff build fails due to undefined references to _EH_FRAME_BEGIN
@ 2003-08-21 22:43 dhazeghi at yahoo dot com
  2003-08-23 17:24 ` [Bug bootstrap/12026] " pinskia at gcc dot gnu dot org
  2005-03-04 18:24 ` ericw at evcohs dot com
  0 siblings, 2 replies; 6+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-08-21 22:43 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=12026

           Summary: m68k-coff build fails due to undefined references to
                    _EH_FRAME_BEGIN
           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: m68k-coff

Configuring with: ../combined/configure --target=m68k-coff --enable-languages=c,c++,objc 
with a combined tree on mainline fails to build with:

checking for m68k-coff-gcc... (cached)  /tmp/mainline/objdir/gcc/xgcc -B/tmp/mainline/objdir/
gcc/ -nostdinc -B/tmp/mainline/objdir/m68k-coff/newlib/ -isystem /tmp/mainline/objdir/
m68k-coff/newlib/targ-include -isystem /tmp/mainline/combined/newlib/libc/include -B/usr/
local/m68k-coff/bin/ -B/usr/local/m68k-coff/lib/ -isystem /usr/local/m68k-coff/include -
isystem /usr/local/m68k-coff/sys-include -L/tmp/mainline/objdir/ld
checking for C compiler default output... configure: error: C compiler cannot create executables

>From config.log:
configure:2352:  /tmp/mainline/objdir/gcc/xgcc -B/tmp/mainline/objdir/gcc/ -nostdinc -B/tmp/
mainline/objdir/m68k-coff/newlib/ -isystem /tmp/mainline/objdir/m68k-coff/newlib/targ-
include -isystem /tmp/mainline/combined/newlib/libc/include -B/usr/local/m68k-coff/bin/ -B/
usr/local/m68k-coff/lib/ -isystem /usr/local/m68k-coff/include -isystem /usr/local/m68k-coff/
sys-include -L/tmp/mainline/objdir/ld -O2 -g -O2 -O2 -g -O2  conftest.c  >&5
/tmp/mainline/objdir/gcc/libgcc.a(__main.o)(.text+0x38): In function `__do_global_dtors':
/tmp/mainline/objdir/gcc/../../combined/gcc/libgcc2.c:1660: undefined reference to 
`__EH_FRAME_BEGIN__'
/tmp/mainline/objdir/gcc/libgcc.a(__main.o)(.text+0x56): In function `__do_global_ctors':
/tmp/mainline/objdir/gcc/../../combined/gcc/libgcc2.c:1676: undefined reference to 
`__EH_FRAME_BEGIN__'
...


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

* [Bug bootstrap/12026] m68k-coff build fails due to undefined references to _EH_FRAME_BEGIN
  2003-08-21 22:43 [Bug bootstrap/12026] New: m68k-coff build fails due to undefined references to _EH_FRAME_BEGIN dhazeghi at yahoo dot com
@ 2003-08-23 17:24 ` pinskia at gcc dot gnu dot org
  2005-03-04 18:24 ` ericw at evcohs dot com
  1 sibling, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-08-23 17:24 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=12026


pinskia at gcc dot gnu dot org changed:

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


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-08-23 17:24 -------
This more looks like a missing define rather than missing symbol.


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

* [Bug bootstrap/12026] m68k-coff build fails due to undefined references to _EH_FRAME_BEGIN
  2003-08-21 22:43 [Bug bootstrap/12026] New: m68k-coff build fails due to undefined references to _EH_FRAME_BEGIN dhazeghi at yahoo dot com
  2003-08-23 17:24 ` [Bug bootstrap/12026] " pinskia at gcc dot gnu dot org
@ 2005-03-04 18:24 ` ericw at evcohs dot com
  1 sibling, 0 replies; 6+ messages in thread
From: ericw at evcohs dot com @ 2005-03-04 18:24 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ericw at evcohs dot com  2005-03-04 18:24 -------
Could this problem be because it needs the --with-dwarf2 configure switch (for
the __EH_FRAME_BEGIN__)?
Reference: <http://gcc.gnu.org/ml/gcc/2002-07/msg00352.html>

-- 


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


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

* [Bug bootstrap/12026] m68k-coff build fails due to undefined references to _EH_FRAME_BEGIN
       [not found] <bug-12026-250@http.gcc.gnu.org/bugzilla/>
  2008-12-28 21:15 ` pinskia at gcc dot gnu dot org
  2008-12-28 21:22 ` pinskia at gcc dot gnu dot org
@ 2010-04-05  9:37 ` schwab at linux-m68k dot org
  2 siblings, 0 replies; 6+ messages in thread
From: schwab at linux-m68k dot org @ 2010-04-05  9:37 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from schwab at linux-m68k dot org  2010-04-05 09:36 -------
m68k-*-coff is no longer supported.


-- 

schwab at linux-m68k dot org changed:

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


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


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

* [Bug bootstrap/12026] m68k-coff build fails due to undefined references to _EH_FRAME_BEGIN
       [not found] <bug-12026-250@http.gcc.gnu.org/bugzilla/>
  2008-12-28 21:15 ` pinskia at gcc dot gnu dot org
@ 2008-12-28 21:22 ` pinskia at gcc dot gnu dot org
  2010-04-05  9:37 ` schwab at linux-m68k dot org
  2 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-12-28 21:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from pinskia at gcc dot gnu dot org  2008-12-28 21:13 -------
Suspend as m68k-*-coff is now obsolete will most likely be removed soon.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |SUSPENDED


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


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

* [Bug bootstrap/12026] m68k-coff build fails due to undefined references to _EH_FRAME_BEGIN
       [not found] <bug-12026-250@http.gcc.gnu.org/bugzilla/>
@ 2008-12-28 21:15 ` pinskia at gcc dot gnu dot org
  2008-12-28 21:22 ` pinskia at gcc dot gnu dot org
  2010-04-05  9:37 ` schwab at linux-m68k dot org
  2 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-12-28 21:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2008-12-28 21:13 -------
Confirm to ...


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2008-12-28 21:13:20
               date|                            |


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


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

end of thread, other threads:[~2010-04-05  9:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-21 22:43 [Bug bootstrap/12026] New: m68k-coff build fails due to undefined references to _EH_FRAME_BEGIN dhazeghi at yahoo dot com
2003-08-23 17:24 ` [Bug bootstrap/12026] " pinskia at gcc dot gnu dot org
2005-03-04 18:24 ` ericw at evcohs dot com
     [not found] <bug-12026-250@http.gcc.gnu.org/bugzilla/>
2008-12-28 21:15 ` pinskia at gcc dot gnu dot org
2008-12-28 21:22 ` pinskia at gcc dot gnu dot org
2010-04-05  9:37 ` schwab at linux-m68k 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).