From: "Jörg Prante" <joergprante@netcologne.de>
To: margitsw@t-online.de (Margit Schubert-While)
Cc: linux-kernel@vger.kernel.org, jp-kernel@infolinux.de
Subject: Re: [PATCHSET] 2.4.21-pre2-jp15
Date: Tue, 31 Dec 2002 00:08:27 +0100 [thread overview]
Message-ID: <200212310008.27029.joergprante@netcologne.de> (raw)
In-Reply-To: <4.3.2.7.2.20021230213831.00b5b250@pop.t-online.de>
Hi Margit,
> No, the defines in sched.h are surrounded by #idef CONFIG_PREEMPT
> before #ifdef CONFIG_PREEMPT_LOG and therefore don't bite.
The surrounding is correct. You can't get into an error because the
configuration claims
dep_bool ' Preemption logging' CONFIG_PREEMPT_LOG $CONFIG_PREEMPT
so I guess your configuration is bad.
> scx200.c:117: parse error before
> "this_object_must_be_defined_as_export_objs_in_the_Makefile"
Here is a fix:
http://infolinux.de/jp15/077_scx200-export-fix
> find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{}
> pcmcia if [ -r System.map ]; then /sbin/depmod -ae -F System.map
> 2.4.21mw0; fi depmod: *** Unresolved symbols in
> /lib/modules/2.4.21mw0/kernel/drivers/net/wan/comx.o
> depmod: proc_get_inode
>From the documentation:
"You must say Y to "/proc file system support" (CONFIG_PROC_FS) to
use this driver."
If you managed to build procfs as a module, which is unusual, try this fix:
http://infolinux.de/jp15/078_proc-inode-export
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.21mw0/kernel/net/irda/irda.o depmod:
> irlmp_lap_tx_queue_full
This is a bug introduced by 2.4.21-pre2.
Here is a fix:
http://infolinux.de/jp15/079_irttp-fix
Jörg
next prev parent reply other threads:[~2002-12-30 23:01 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-12-30 21:26 Margit Schubert-While
2002-12-30 23:08 ` Jörg Prante [this message]
-- strict thread matches above, loose matches on Subject: below --
2002-12-31 10:58 Margit Schubert-While
2002-12-31 9:56 Margit Schubert-While
2002-12-31 12:16 ` Jörg Prante
2002-12-30 18:56 Jörg Prante
2002-12-30 20:32 ` Margit Schubert-While
2002-12-30 21:00 ` Jörg Prante
2002-12-29 16:31 Margit Schubert-While
2002-12-26 0:33 Jörg Prante
2002-12-26 17:49 ` Greg KH
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=200212310008.27029.joergprante@netcologne.de \
--to=joergprante@netcologne.de \
--cc=jp-kernel@infolinux.de \
--cc=linux-kernel@vger.kernel.org \
--cc=margitsw@t-online.de \
/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
Powered by JetHome