This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: egcs-1.1.1 bootstrap-failure on i386-next-nextstep3


Hello,

some of you were asking for the assembler in use:

carnap:~> as -v
NeXT Computer, Inc. version cctools-142.1.obj~14, GNU assembler version 1.38
-------------------------------------------
carnap:~>

I get the same disassembling as Eric Norum:

Dump of assembler code from 0x2972 to 0x29a0:
0x2972 <main+34>:       addl    $0x04,%esp
0x2975 <main+37>:       cmpl    $0x00,tree_codes
0x297c <main+44>:       je      0x000029ab
0x297e <main+46>:       movl    $tree_codes,%ebx
0x2983 <main+51>:       addb    %cl,0x68505003(%ebx)
0x2989 <main+57>:       pushal
0x298a <main+58>:       aas


Horst H. von Brand suggested to install GNU as + ld.

(Kind of off topic:) I tried, but:

carnap:/tmp/O_binutils-2.9_1/binutils-2.9.1> ./configure
Configuring for a i386-next-nextstep3 host.
Created "Makefile" in /private/tmp/O_binutils-2.9_1/binutils-2.9.1

[..stuff deleted..]

checking for strings.h... (cached) yes
checking for stdlib.h... (cached) yes
*** BFD does not support target i386-next-nextstep3.
*** Look in bfd/config.bfd for supported targets.
Configure in /private/tmp/O_binutils-2.9_1/binutils-2.9.1/opcodes  
failed, exiting.
-------------------------------------------
carnap:/tmp/O_binutils-2.9_1/binutils-2.9.1>
carnap:/tmp/O_binutils-2.9_1/binutils-2.9.1> cd gas
-------------------------------------------
carnap:/tmp/O_binutils-2.9_1/binutils-2.9.1/gas> ./configure
loading cache ./config.cache
checking host system type... i386-next-nextstep3

[..stuff deleted..]

creating libtool
configure: error: GAS does not know what format to use for target  
i386-next-nextstep3
-------------------------------------------
carnap:/tmp/O_binutils-2.9_1/binutils-2.9.1/gas>

Is this a binutils problem? Or do I have the wrong system :-|. I  
couldn't find anything special about NeXTStep in the 'binutils-2.9.1'


Bye
	Tilo

--------------------
Tilo Schwarz, DaimlerChrysler, Research Center Ulm, FT3/AB
Address:      Wilhelm-Runge-Str.11,  P.O. Box 23 60,  89013 Ulm,  Germany
Phone:        +49 731 505 2376
Email:        tilo.schwarz@dbag.ulm.daimlerbenz.com (NeXT-Mail welcome)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]