linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: None Atall <linux_meis@yahoo.com>
To: Gerard Basler <gbasler@ee.ethz.ch>, linuxppc-embedded@lists.linuxppc.org
Subject: Re: Missing "#ifdef" in arch/ppc/boot/simple/mics-embedded.c ?
Date: Tue, 19 Feb 2002 03:34:59 -0800 (PST)	[thread overview]
Message-ID: <20020219113459.48296.qmail@web9706.mail.yahoo.com> (raw)
In-Reply-To: <Pine.GSO.4.43.0202191043500.13185-100000@tardis-b01.ee.ethz.ch>

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=us-ascii, Size: 1347 bytes --]


  Probably you have choosen at the xconfig to
setup serial console. This is only if you have
a outer chip that supports this function..
(well thats what I understud from the code).
So just dont select this option.

                      D. Meidanis

--- Gerard Basler <gbasler@ee.ethz.ch> wrote:
>
> Hi,
>
> I don´t have any experience with embedded-linux and
> I had a while
> until I managed to compile the Kernel for a PPC405GP
> Walnut
> architecture.
> I always received a compile error in
> arch/ppc/boot/simple/misc-embedded.c
> saying that the function "serial_close" (line 228)
> wasn´t found.
> I looked at line 84:
>
> #ifdef CONFIG_SERIAL_CONSOLE
> com_port = serial_init(0, bp)"
> #endif
>
> and changed
>
> serial_close(com_port);
>
> to
>
> #ifdef CONFIG_SERIAL_CONSOLE
> serial_close(com_port);
> #endif
>
> Now it compiles but I´m not sure if my changes make
> any sense.
> I think that I made some false settings in xconfig
> but I have no idea
> where.
>
> Greetings
>
> Gerard
>
>
>


=====
-------------------------------------------------
  Dhmhtrios Meidanis
-Degree in Mathematics, University of the Aegean.
-Master in Computer Architecture and Digital
 Systems, University of Crete.
  Greece.
-------------------------------------------------


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

  reply	other threads:[~2002-02-19 11:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-19 10:27 Missing "#ifdef" in arch/ppc/boot/simple/mics-embedded.c ? Gerard Basler
2002-02-19 11:34 ` None Atall [this message]
2002-02-19 16:11 ` Tom Rini

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=20020219113459.48296.qmail@web9706.mail.yahoo.com \
    --to=linux_meis@yahoo.com \
    --cc=gbasler@ee.ethz.ch \
    --cc=linuxppc-embedded@lists.linuxppc.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).