2002-10-14 13:27:07

by BODA Karoly jr.

[permalink] [raw]
Subject: 2.5.42-ac1 serial compile error on sparc

Hi!

The serial.h is missing for the sparc architecture:

sparc64-linux-gcc -Wp,-MD,drivers/serial/.8250.o.d -D__KERNEL__
-Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -O2
-fno-strict-aliasing -fno-common -m64 -pipe -mno-fpu -mcpu=ultrasparc
-mcmodel=medlow -ffixed-g4 -fcall-used-g5 -fcall-used-g7 -Wno-sign-compare
-Wa,--undeclared-regs -pg -nostdinc -iwithprefix include
-DKBUILD_BASENAME=8250 -DEXPORT_SYMTAB -c -o drivers/serial/8250.o
drivers/serial/8250.c
drivers/serial/8250.c:104: asm/serial.h: No such file or directory

--
Woockie
..."what is there in this world that makes living worthwhile?"
Death thought about it. "CATS," he said eventually, "CATS ARE NICE."
(Terry Pratchett, Sourcery)


2002-10-14 13:42:51

by David Miller

[permalink] [raw]
Subject: Re: 2.5.42-ac1 serial compile error on sparc

From: "BODA Karoly jr." <[email protected]>
Date: Mon, 14 Oct 2002 15:32:53 +0200 (CEST)

The serial.h is missing for the sparc architecture:

The 8250 driver is not supported on Sparc, please do
not enable it.

2002-10-15 13:38:14

by BODA Karoly jr.

[permalink] [raw]
Subject: Re: 2.5.42-ac1 serial compile error on sparc

On Mon, 14 Oct 2002, David S. Miller wrote:

> The serial.h is missing for the sparc architecture:
> The 8250 driver is not supported on Sparc, please do
> not enable it.

Thank you very much. Because the only one ide device is a cdrom
I've tried to compile it in a module but didn't compile. Compiled in it
was successful. But it stopped here:
SILO boot:
Uncompressing image...
\

Is there any way to debug where/why it freezed?

--
Woockie
..."what is there in this world that makes living worthwhile?"
Death thought about it. "CATS," he said eventually, "CATS ARE NICE."
(Terry Pratchett, Sourcery)

2002-10-15 17:38:55

by David Miller

[permalink] [raw]
Subject: Re: 2.5.42-ac1 serial compile error on sparc


IDE sparc64 systems are still not usable due to endiannes
problems in the IDE_DATA register access code.

2002-10-16 15:51:04

by BODA Karoly jr.

[permalink] [raw]
Subject: Re: 2.5.42-ac1 serial compile error on sparc

On Tue, 15 Oct 2002, David S. Miller wrote:

> IDE sparc64 systems are still not usable due to endiannes
> problems in the IDE_DATA register access code.

I've tried without any ide, freezed by uncompressing too. :-/ Is
there anything other which is not usable yet on sparc64?

--
Woockie
..."what is there in this world that makes living worthwhile?"
Death thought about it. "CATS," he said eventually, "CATS ARE NICE."
(Terry Pratchett, Sourcery)