On Tue, 11 Jan 2000, Harald Koerfgen wrote:
> > Now I'm wondering which kernel sources you suggest to start a port with. I
> > tried the one from :pserver:cvs@linus.linux.sgi.com:/cvs (2.3.21) but
> > compilation stopped due to a problem in serial.c (I compiled for
> > CONFIG_ACER_PICA_61, just to see whether the tree worked).
>
> This source tree as absolutely correct to start with. The attached patch
> should
> fix the complilation problem.
Thanks! But unfortunately it doesn't fix all problems:
serial.c: In function `line_info':
serial.c:3078: warning: long unsigned int format, unsigned int arg (arg 5)
serial.c: In function `autoconfig':
serial.c:3430: `ASYNC_IOC3' undeclared (first use this function)
serial.c:3430: (Each undeclared identifier is reported only once
serial.c:3430: for each function it appears in.)
serial.c: In function `rs_init':
serial.c:3999: `ASYNC_IOC3' undeclared (first use this function)
serial.c:4015: warning: long unsigned int format, unsigned int arg (arg 4)
I think some #ifdef CONFIG_SGI_IP27/#endif is missing there.
Gr{oetje,eeting}s,
--
Geert Uytterhoeven -- Linux/{m68k~Amiga,PPC~CHRP} -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
|