Re: unresolved symbols: Compiler/modutils bug?

From: Keith Owens (kaos@ocs.com.au)
Date: Sun Feb 27 2000 - 01:57:43 EST


On Fri, 25 Feb 2000 11:25:37 -0800,
Serguei Miridonov <mirsev@cicese.mx> wrote:
>cxxxxxx bigphysarea_alloc_R__ver_bigphysarea_alloc

If you see _R__ver_ instead of _R_xxxxxxxx_ in a kernel symbol then it
is 99.99% certain that you have been bitten by the broken Makefiles.
Current Makefiles do not correctly recalculate the checksums under all
circumstances, especially when new symbols are added. It will probably
not be fixed before 2.5, in the meantime

  mv .config ..
  make mrproper (clean is not enough)
  mv ../.config .
  make oldconfig
  make dep clean bzImage modules

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Feb 29 2000 - 21:00:16 EST