public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/18142] New: "Unknown pseudo-op: .machine" compiling darwin-crt2.c
@ 2004-10-25 12:05 bothner at gcc dot gnu dot org
  2004-10-25 12:41 ` [Bug bootstrap/18142] " pinskia at gcc dot gnu dot org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: bothner at gcc dot gnu dot org @ 2004-10-25 12:05 UTC (permalink / raw)
  To: gcc-bugs

Gcc head has been failing to bootstrap for me for weeks now.
I'm astounded to find this going on, and not finding a match in bugzilla;
I don't think I have anything special in my set-up.  This is a vanilla Mac G$
running OS X 10.3.5 "Panther".  Is nobody else seeing this?

No options to configure except a --prefix.

The bootstrap ends with:

./xgcc -B./ -B/Users/bothner/GNU/install-gcc/powerpc-apple-darwin7.5.0/bin/ -isy
stem /Users/bothner/GNU/install-gcc/powerpc-apple-darwin7.5.0/include -isystem /
Users/bothner/GNU/install-gcc/powerpc-apple-darwin7.5.0/sys-include -L/Users/bot
hner/GNU/build-gcc.head/gcc/../ld -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-
prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -I. 
-I. -I/Users/bothner/GNU/gcc.head/gcc -I/Users/bothner/GNU/gcc.head/gcc/. -I/Use
rs/bothner/GNU/gcc.head/gcc/../include -I./../intl -I/Users/bothner/GNU/gcc.head
/gcc/../libcpp/include   \
  -c /Users/bothner/GNU/gcc.head/gcc/config/darwin-crt2.c -o crt2.o
/var/tmp//ccLVOez4.s:1:Unknown pseudo-op: .machine
/var/tmp//ccLVOez4.s:1:Rest of line ignored. 1st junk character valued 112 (p).
/var/tmp//ccLVOez4.s:319:Unknown pseudo-op: .subsections_via_symbols
make[2]: *** [crt2.o] Error 1

-- 
           Summary: "Unknown pseudo-op: .machine" compiling darwin-crt2.c
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bothner at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: powerpc-apple-darwin7.5.0
  GCC host triplet: powerpc-apple-darwin7.5.0
GCC target triplet: powerpc-apple-darwin7.5.0


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


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

* [Bug bootstrap/18142] "Unknown pseudo-op: .machine" compiling darwin-crt2.c
  2004-10-25 12:05 [Bug bootstrap/18142] New: "Unknown pseudo-op: .machine" compiling darwin-crt2.c bothner at gcc dot gnu dot org
@ 2004-10-25 12:41 ` pinskia at gcc dot gnu dot org
  2004-10-25 13:18 ` bothner at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-25 12:41 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-25 12:41 -------
You need a new cctools see:
http://gcc.gnu.org/ml/gcc-patches/2004-10/msg01222.html
for details.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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


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

* [Bug bootstrap/18142] "Unknown pseudo-op: .machine" compiling darwin-crt2.c
  2004-10-25 12:05 [Bug bootstrap/18142] New: "Unknown pseudo-op: .machine" compiling darwin-crt2.c bothner at gcc dot gnu dot org
  2004-10-25 12:41 ` [Bug bootstrap/18142] " pinskia at gcc dot gnu dot org
@ 2004-10-25 13:18 ` bothner at gcc dot gnu dot org
  2004-10-25 13:21 ` pinskia at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: bothner at gcc dot gnu dot org @ 2004-10-25 13:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bothner at gcc dot gnu dot org  2004-10-25 13:18 -------
I think this should remain open as long as we don't have a configure-time check
to warn about an invalid assembler.  Otherwise the support burden will be
intolerable.  Kelley's configure patch to check the assembler was reverted on
Oct 20 (I missed why); we clearly need *something*.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|INVALID                     |


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


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

* [Bug bootstrap/18142] "Unknown pseudo-op: .machine" compiling darwin-crt2.c
  2004-10-25 12:05 [Bug bootstrap/18142] New: "Unknown pseudo-op: .machine" compiling darwin-crt2.c bothner at gcc dot gnu dot org
  2004-10-25 12:41 ` [Bug bootstrap/18142] " pinskia at gcc dot gnu dot org
  2004-10-25 13:18 ` bothner at gcc dot gnu dot org
@ 2004-10-25 13:21 ` pinskia at gcc dot gnu dot org
  2004-11-20 18:45 ` pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-25 13:21 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-25 13:21 -------
It was reverted because it made a cross compiler to powerpc-darwin imposiable if you only wantted a 
cc1 and not a full fledge compiler (which is useful when debuging bugs).

-- 


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


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

* [Bug bootstrap/18142] "Unknown pseudo-op: .machine" compiling darwin-crt2.c
  2004-10-25 12:05 [Bug bootstrap/18142] New: "Unknown pseudo-op: .machine" compiling darwin-crt2.c bothner at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-10-25 13:21 ` pinskia at gcc dot gnu dot org
@ 2004-11-20 18:45 ` pinskia at gcc dot gnu dot org
  2004-11-20 19:30 ` bothner at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-20 18:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-20 18:45 -------
Confirmed, this is minor as the problem is that you need a new binutils as reported before.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |minor
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |diagnostic
   Last reconfirmed|0000-00-00 00:00:00         |2004-11-20 18:45:17
               date|                            |
            Version|unknown                     |4.0.0


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


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

* [Bug bootstrap/18142] "Unknown pseudo-op: .machine" compiling darwin-crt2.c
  2004-10-25 12:05 [Bug bootstrap/18142] New: "Unknown pseudo-op: .machine" compiling darwin-crt2.c bothner at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2004-11-20 18:45 ` pinskia at gcc dot gnu dot org
@ 2004-11-20 19:30 ` bothner at gcc dot gnu dot org
  2004-11-23 14:57 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: bothner at gcc dot gnu dot org @ 2004-11-20 19:30 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bothner at gcc dot gnu dot org  2004-11-20 19:30 -------
It's minor if we accept that people who run Darwin without the
updated binutils and try to build from source will get an error message
without any clue about what to do.  Perhaps we can hope there aren't very many
such people, or all/most of them will have read the release notes.
But it seems to me obvious that re-applying Kelley's patch (imperfect
though it might be) is an improvement over the current situation.

-- 


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


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

* [Bug bootstrap/18142] "Unknown pseudo-op: .machine" compiling darwin-crt2.c
  2004-10-25 12:05 [Bug bootstrap/18142] New: "Unknown pseudo-op: .machine" compiling darwin-crt2.c bothner at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2004-11-20 19:30 ` bothner at gcc dot gnu dot org
@ 2004-11-23 14:57 ` pinskia at gcc dot gnu dot org
  2004-11-27  3:12 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-23 14:57 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-23 14:57 -------
*** Bug 18627 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |3dw4rd at verizon dot net


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


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

* [Bug bootstrap/18142] "Unknown pseudo-op: .machine" compiling darwin-crt2.c
  2004-10-25 12:05 [Bug bootstrap/18142] New: "Unknown pseudo-op: .machine" compiling darwin-crt2.c bothner at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2004-11-23 14:57 ` pinskia at gcc dot gnu dot org
@ 2004-11-27  3:12 ` pinskia at gcc dot gnu dot org
  2004-11-28  6:06 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-27  3:12 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-27 03:12 -------
*** Bug 18627 has been marked as a duplicate of this bug. ***

-- 


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


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

* [Bug bootstrap/18142] "Unknown pseudo-op: .machine" compiling darwin-crt2.c
  2004-10-25 12:05 [Bug bootstrap/18142] New: "Unknown pseudo-op: .machine" compiling darwin-crt2.c bothner at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2004-11-27  3:12 ` pinskia at gcc dot gnu dot org
@ 2004-11-28  6:06 ` cvs-commit at gcc dot gnu dot org
  2004-11-28  6:33 ` bothner at gcc dot gnu dot org
  2004-12-01  0:40 ` pinskia at gcc dot gnu dot org
  9 siblings, 0 replies; 11+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-11-28  6:06 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-11-28 06:06 -------
Subject: Bug 18142

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	bothner@gcc.gnu.org	2004-11-28 06:06:29

Modified files:
	gcc            : configure.ac configure ChangeLog 

Log message:
	PR bootstrap/18142
	Re-applied following, with two modifications: add a URL for the
	fixed cctools; only exit if $build = $target.
	
	2004-10-18  Kelley Cook  <kcook@gcc.gnu.org>
	* configure.ac (powerpc-*-darwin*): Require assembler to support
	.machine directive.
	* configure: Regenerate.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/configure.ac.diff?cvsroot=gcc&r1=2.85&r2=2.86
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/configure.diff?cvsroot=gcc&r1=1.876&r2=1.877
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.6594&r2=2.6595



-- 


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


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

* [Bug bootstrap/18142] "Unknown pseudo-op: .machine" compiling darwin-crt2.c
  2004-10-25 12:05 [Bug bootstrap/18142] New: "Unknown pseudo-op: .machine" compiling darwin-crt2.c bothner at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2004-11-28  6:06 ` cvs-commit at gcc dot gnu dot org
@ 2004-11-28  6:33 ` bothner at gcc dot gnu dot org
  2004-12-01  0:40 ` pinskia at gcc dot gnu dot org
  9 siblings, 0 replies; 11+ messages in thread
From: bothner at gcc dot gnu dot org @ 2004-11-28  6:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bothner at gcc dot gnu dot org  2004-11-28 06:33 -------
I consider the bug fixed now that configure gives a useful error
message telling people to get a fixed cctools.

Though with one reservation: 18627 comment #2 reports problems
with installing the new cctools.

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


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


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

* [Bug bootstrap/18142] "Unknown pseudo-op: .machine" compiling darwin-crt2.c
  2004-10-25 12:05 [Bug bootstrap/18142] New: "Unknown pseudo-op: .machine" compiling darwin-crt2.c bothner at gcc dot gnu dot org
                   ` (8 preceding siblings ...)
  2004-11-28  6:33 ` bothner at gcc dot gnu dot org
@ 2004-12-01  0:40 ` pinskia at gcc dot gnu dot org
  9 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-01  0:40 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.0.0


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


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

end of thread, other threads:[~2004-12-01  0:40 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-25 12:05 [Bug bootstrap/18142] New: "Unknown pseudo-op: .machine" compiling darwin-crt2.c bothner at gcc dot gnu dot org
2004-10-25 12:41 ` [Bug bootstrap/18142] " pinskia at gcc dot gnu dot org
2004-10-25 13:18 ` bothner at gcc dot gnu dot org
2004-10-25 13:21 ` pinskia at gcc dot gnu dot org
2004-11-20 18:45 ` pinskia at gcc dot gnu dot org
2004-11-20 19:30 ` bothner at gcc dot gnu dot org
2004-11-23 14:57 ` pinskia at gcc dot gnu dot org
2004-11-27  3:12 ` pinskia at gcc dot gnu dot org
2004-11-28  6:06 ` cvs-commit at gcc dot gnu dot org
2004-11-28  6:33 ` bothner at gcc dot gnu dot org
2004-12-01  0:40 ` pinskia 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).