From mboxrd@z Thu Jan 1 00:00:00 1970 From: Harry Kalogirou Subject: Re: CVS status Date: 12 Jul 2002 19:18:11 +0300 Sender: linux-8086-owner@vger.kernel.org Message-ID: <1026490650.18874.15.camel@cool> References: <1026478231.18875.9.camel@cool> <20020712142031.GA13282@raq465.uk2net.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-/jMexMZvxtmcP7kF5Vxg" Return-path: In-Reply-To: <20020712142031.GA13282@raq465.uk2net.com> List-Id: To: Paul Nasrat Cc: Linux-8086 --=-/jMexMZvxtmcP7kF5Vxg Content-Type: text/plain; charset=ISO-8859-7 Content-Transfer-Encoding: quoted-printable =D4=E7=ED =D0=E1=F1, 12-07-2002 =F3=F4=E9=F2 17:20, =EF/=E7 Paul Nasrat =DD= =E3=F1=E1=F8=E5: > On Fri, Jul 12, 2002 at 03:51:32PM +0300, Harry Kalogirou wrote: >=20 > Hi Harry >=20 > > I tried the CVS version of elks this afternoon and it fails to load > > init. Is there a known issue? >=20 > Just updated my tree and trying to build a kernel with all the defaults, > it errors with: >=20 > undefined symbol: _rs_ops=20 >=20 > This was defined in a #ifdef for CONFIG_CONSOLE_SERIAL and a patch is > attached which moves it outside. >=20 > I'm just trying to get bochs set up in the office so I can do more > testing in work without the laptop >=20 > Paul > ---- >=20 > Index: serial.c > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: /cvsroot/elks/elks/arch/i86/drivers/char/serial.c,v > retrieving revision 1.30 > diff -u -r1.30 serial.c > --- serial.c 22 Jun 2002 09:28:19 -0000 1.30 > +++ serial.c 12 Jul 2002 14:10:56 -0000 > @@ -432,6 +432,8 @@ > /* Do something */ > } > =20 > +#endif > + > struct tty_ops rs_ops =3D { > rs_open, > rs_release, > @@ -440,4 +442,3 @@ > rs_ioctl > }; > =20 > -#endif Mmmm.. this might was the problem with ktcp not working all this time(actualy stty before ktcp)... Harry --=-/jMexMZvxtmcP7kF5Vxg Content-Type: application/pgp-signature; name=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQA9LwEYXrjIZPA34x8RArX+AJ9VDzizVL80HaoTzdzQXZ+hhrdihQCbB6NC YhAT978AHIyFBzZWxmiUIig= =OKTq -----END PGP SIGNATURE----- --=-/jMexMZvxtmcP7kF5Vxg--