Re: [PATCHSET] 2.4.21-pre2-jp15

Jörg Prante (joergprante@netcologne.de)
Tue, 31 Dec 2002 00:08:27 +0100


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

"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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/