lkml.org 
[lkml]   [2003]   [Mar]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
SubjectRe: 2.5.51 CRC32 undefined
From
Date
On Thu, 2003-03-06 at 13:22, Arun Prasad wrote:

> CONFIG_CRC32=y
> CONFIG_PCNET32=m

<...>

> pcnet32: Unknown symbol crc32_le

The problem is that crc32.o isn't actually linked into the kernel,
because no symbols from it are referenced when the linker is asked to
pull in lib/lib.a

Set CONFIG_CRC32=m. We probably shouldn't allow it to be set to 'Y' in
the first place., given the above.

===== lib/Kconfig 1.2 vs edited =====
--- 1.2/lib/Kconfig Fri Nov 1 12:07:52 2002
+++ edited/lib/Kconfig Fri Mar 7 12:37:54 2003
@@ -6,6 +6,7 @@

config CRC32
tristate "CRC32 functions"
+ depends on m
help
This option is provided for the case where no in-kernel-tree
modules require CRC32 functions, but a module built outside the



--
dwmw2

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

\
 
 \ /
  Last update: 2005-03-22 13:33    [W:0.385 / U:0.140 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site