Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!wuarchive!cs.utexas.edu!uunet!deimos.cis.ksu.edu!usenet!cs.umr.edu!henryc From: henryc@cs.umr.edu (Henry Clark) Newsgroups: comp.unix.wizards Subject: Adding Code to the 4.3 Kernel Message-ID: <357@umrisca.usenet.umr.edu> Date: 13 Nov 89 00:28:31 GMT Sender: usenet@usenet.umr.edu Reply-To: henryc@cs.umr.edu (Henry Clark) Distribution: usa Organization: University of Missouri - Rolla Lines: 14 I am currently attempting to add some code that I've written into the kernel (yea I know, *adding* stuff to the kernel). Our kernel source code compiles and loads correctly. When compiled to object only (i.e. cc -c *.c), my code compiles correctly. My code calls functions within the kernel so I can't load it seperately from the kernel. When I include my code in the kernel compilation (via /sys/conf/files) it encounters errors when loading such as finding two symbols (_morecore and _free) multiply defined and finds one (_errno) undefined. Any ideas about what is going on would be greatly appreciated. Thanks, Henry henryc@cs.umr.edu