public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* using memset in a module
@ 2002-09-26 22:49 Shaya Potter
  2002-09-26 22:49 ` David S. Miller
  2002-09-26 22:51 ` Randy.Dunlap
  0 siblings, 2 replies; 7+ messages in thread
From: Shaya Potter @ 2002-09-26 22:49 UTC (permalink / raw)
  To: linux-kernel

I have a problem using memset in a module.

I've tried including <linux/string.h> or <asm/string.h> but whenever I
compile with gcc 2.95, the resulting object has memset being an
undefined symbol.  When I compile with gcc-3.2 it works right as is
inline in the code and there's no symbol.

has anyone seen this b4?  Is this a gcc bug? a kernel header bug? a bug
in my coding (i.e. does one have to do anything else besides include
<linux or asm/string.h> or have special gcc cmd line options that are
different from whats normally needed for a module).

if it matters, I'm using the debian gcc's

spotter@zaphod:~/cvs/zap/virtualization$ gcc -v
Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.4/specs
gcc version 2.95.4 20011002 (Debian prerelease)

and (cutting the cruft)
gcc version 3.2.1 20020924 (Debian prerelease)

thanks,

shaya potter (tearing his hair out)


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2002-09-27 16:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-26 22:49 using memset in a module Shaya Potter
2002-09-26 22:49 ` David S. Miller
2002-09-26 22:58   ` Shaya Potter
2002-09-26 22:51 ` Randy.Dunlap
2002-09-26 23:02   ` Shaya Potter
2002-09-27 15:20     ` Dan Aloni
2002-09-27 16:59       ` Shaya Potter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox