Re: Undefined symbols in 2.6.11-rc5-mm1

From: Andrew Morton
Date: Wed Mar 02 2005 - 06:25:55 EST


Vincent Vanackere <vincent.vanackere@xxxxxxxxx> wrote:
>
> I have the exact same problem.
> .config is attached
> (this may be a debian specific problem as I'm running debian too)

OK, there are no vmlinux references to lib/parser.o's symbols. So it isn't
getting linked in.

In lib/Makefile, remove parser.o from the lib-y: rule and add

obj-y += parser.o


-
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/