Re: where did memset go?

From: Jakub Jelinek (jakub@redhat.com)
Date: Wed Feb 02 2000 - 05:44:50 EST


On Wed, Feb 02, 2000 at 11:32:13AM +0100, Jeroen Massar wrote:
>
>
> On 31 Jan 2000, Miquel van Smoorenburg wrote:
>
> > In article <cistron.Pine.LNX.3.96.1000131003156.8657B-100000@picard.cistron.nl>,
> > Jeroen Massar <fuzzel@cistron.nl> wrote:
> > >I have compiled my kernel with my /dev/changer patch
> > >it compiles without problems but.... when I try to insmod the driver....
> > >it does the following:
> > >
> > >[3] root@heaven:/vol1/home/jeroen# insmod changer
> > >Using /lib/modules/2.2.14-changer/block/changer.o
> > >/lib/modules/2.2.14-changer/block/changer.o: unresolved symbol memset
> > >
> > >What went wrong ????
> >
> > I bet you didn't compile with -O2
> That's default with 2.2.14 Makefile... :(
>
> Wellps, even tried O6.... maybe that'll work :)

Did you
#include <linux/string.h>
?

Cheers,
    Jakub
___________________________________________________________________
Jakub Jelinek | jakub@redhat.com | http://sunsite.mff.cuni.cz/~jj
Linux version 2.3.41 on a sparc64 machine (1343.49 BogoMips)
___________________________________________________________________

-
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 : Mon Feb 07 2000 - 21:00:07 EST