egcs-2.91.66

This was originally a RHS 6.0 box.  I started getting this message when I
tried to add a Real Audio module to it.  Rather than risking the headaches
and dodging the mailing list flames :), I tried upgrading to RHS 6.1.

also......

                                        <snip>
Hi,
  one of your problems:

On Tue, Jan 18, 2000 at  7:08 -0000, you wrote:
> {standard input}: Assembler messages:
> {standard input}:79: Error: Architecture mismatch on "be".
> {standard input}:79:  (Requires v9|v9a; requested architecture is
sparclite.)

Your assembler doesn't understand sparcv9 architecture.
rebuild binutils with and give configure this option:
  --enable-targets=sparc64-linux

HTH,  Stepan

                                        <snip>

I don't have a configure script in /usr/src/linux.  This is not a kernel
tarball.  It is the original kernel source shipped with RH 6.1

Desperately hoping to avoid Slowaris :(

K.



-----Original Message-----
From: Jakub Jelinek [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 18, 2000 1:41 PM
To: Kevin Irwin
Cc: [EMAIL PROTECTED]
Subject: Re: your mail


On Tue, Jan 18, 2000 at 07:08:47AM -0000, Kevin Irwin wrote:
> Whilst compiling a new kernel, I get this...what can I do to fix it?
>
> [root@sun1 linux]# make vmlinux
>
sparc64-linux-gcc -D__KERNEL__ -I/usr/src/linux-2.2.12/include -Wall -Wstric
>
t-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -m64 -pipe -mno-f
>
pu -mcpu=ultrasparc -mcmodel=medlow -ffixed-g4 -fcall-used-g5 -fcall-used-g7
>  -Wno-sign-compare  -c -o init/main.o init/main.c
> cc1: -m64 is not supported by this configuration
> cc1: -mcmodel= is not supported on 32 bit systems

What's your sparc64-linux-gcc compiler?
Have you compiled it yourself or did you pick some packaged one (in that
case which one)?
Seems like you are using a 32bit compiler in place of the 64bit one, right?

Cheers,
    Jakub
___________________________________________________________________
Jakub Jelinek | [EMAIL PROTECTED] | http://sunsite.mff.cuni.cz/~jj
Linux version 2.3.39 on a sparc64 machine (1343.49 BogoMips)
___________________________________________________________________

-
To unsubscribe from this list: send the line "unsubscribe sparclinux" in
the body of the message to [EMAIL PROTECTED]

Reply via email to