Re: Linux 2.6.13-rc2 - Inconsistent kallsyms data

From: Paulo Marques
Date: Wed Jul 06 2005 - 13:59:13 EST


Alexis Ballier wrote:
Hi !

I have a problem building the rc2 (or rc3, whatever ;) )

Here is the end of the log :

[...]
Inconsistent kallsyms data
Try setting CONFIG_KALLSYMS_EXTRA_PASS
make: *** [vmlinux] Erreur 1

Can you try to change this setting in scripts/kallsyms.c:

#define WORKING_SET 1024

to somethig like:

#define WORKING_SET 65536

If this fixes it, then it is a known problem and the fix is already in -mm. The fix is more complex than this, however.

--
Paulo Marques - www.grupopie.com

It is a mistake to think you can solve any major problems
just with potatoes.
Douglas Adams
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/