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)
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.
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)
IDE sparc64 systems are still not usable due to endiannes
problems in the IDE_DATA register access code.
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)