[eepro100] Re: your mail
   
    Donald Becker
     
    becker@scyld.com
       
    Fri Dec 14 13:22:01 2001
    
    
  
On Fri, 14 Dec 2001, mridul kothari wrote:
> I am having problem at the time of insmod:
>     i have linked all modules(routines) of network
> driver into file hello.o and when i do insmod hello.o
> it gives an error that unresolved memcpy symbol.
What are you linking together?
>     Pls help me regarding this , and also i am not
> able to locate where  exact defination cum declaration
> of "memcpy" in linux header files.
The 'memcpy' function is inlined when you compile the driver with '-O2'
or higher.  It's defined in /usr/src/linux/include/asm-i386/string.h
Donald Becker				becker@scyld.com
Scyld Computing Corporation		http://www.scyld.com
410 Severn Ave. Suite 210		Second Generation Beowulf Clusters
Annapolis MD 21403			410-990-9993