From: Harry Kalogirou <harkal@gmx.net>
To: Paul Nasrat <pauln@truemesh.com>
Cc: Linux-8086 <linux-8086@vger.kernel.org>
Subject: Re: CVS status
Date: 12 Jul 2002 19:18:11 +0300 [thread overview]
Message-ID: <1026490650.18874.15.camel@cool> (raw)
In-Reply-To: <20020712142031.GA13282@raq465.uk2net.com>
[-- Attachment #1: Type: text/plain, Size: 1259 bytes --]
Την Παρ, 12-07-2002 στις 17:20, ο/η Paul Nasrat έγραψε:
> On Fri, Jul 12, 2002 at 03:51:32PM +0300, Harry Kalogirou wrote:
>
> Hi Harry
>
> > I tried the CVS version of elks this afternoon and it fails to load
> > init. Is there a known issue?
>
> Just updated my tree and trying to build a kernel with all the defaults,
> it errors with:
>
> undefined symbol: _rs_ops
>
> This was defined in a #ifdef for CONFIG_CONSOLE_SERIAL and a patch is
> attached which moves it outside.
>
> I'm just trying to get bochs set up in the office so I can do more
> testing in work without the laptop
>
> Paul
> ----
>
> Index: serial.c
> ===================================================================
> 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 */
> }
>
> +#endif
> +
> struct tty_ops rs_ops = {
> rs_open,
> rs_release,
> @@ -440,4 +442,3 @@
> rs_ioctl
> };
>
> -#endif
Mmmm.. this might was the problem with ktcp not working all this
time(actualy stty before ktcp)...
Harry
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 232 bytes --]
next prev parent reply other threads:[~2002-07-12 16:18 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-07-12 12:51 CVS status Harry Kalogirou
2002-07-12 14:20 ` Paul Nasrat
2002-07-12 16:18 ` Harry Kalogirou [this message]
2002-07-12 18:49 ` Riley Williams
2002-07-13 11:20 ` Harry Kalogirou
2002-07-15 5:39 ` Riley Williams
2002-07-12 15:48 ` Paul Nasrat
2002-07-13 11:20 ` Harry Kalogirou
2002-07-15 5:59 ` Riley Williams
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1026490650.18874.15.camel@cool \
--to=harkal@gmx.net \
--cc=linux-8086@vger.kernel.org \
--cc=pauln@truemesh.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.