Re: using memset in a module

David S. Miller (davem@redhat.com)
Thu, 26 Sep 2002 15:49:56 -0700 (PDT)


From: Shaya Potter <spotter@cs.columbia.edu>
Date: 26 Sep 2002 18:49:22 -0400

I have a problem using memset in a module.

You cannot use different compilers to build modules than
were used to build the kernel itself.

If 2.95 was used to build the kernel, and you then try to
use gcc-3.{0,1,2} to build a module that resulting module
will have little chance of working.
-
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/