[Prev][Next][Index][Thread]

Re: building the 19991124 examples



> Date: Tue, 30 Nov 1999 17:35:02 -0500 (EST)
> From: Britt Bolen <bolen@eecs.harvard.edu>
> To: oskit-users@cs.utah.edu
> Subject: building the 19991124 examples
> 
> I'm having trouble getting the examples (and thus my project) to link in
> the latest snap shot.
> 
> I'm running RedHat 6.1 with gcc-2.95.2 and binutils-2.9.5.0.21.  I had
> no problem building the kit with './configure;make' but when i try and
> build the simple 'hello' kernel I get lots of errors on link.
> 
> things like this:
> 
> oskit-19991124/lmm/lmm_dump.c:41: undefined reference to `printf'
> oskit-19991124/lmm/lmm_dump.c:45: undefined reference to `panic'
> 
> (the output of 'make hello' can be seen at 
> http://www.eecs.harvard.edu/~bolen/errors.txt)
> 
> Any guesses as to why this is failing would be appreciated...
> 
> thanks,
> 
> Britt
> 

The output is consistent with trying to link without -loskit_c, but it is
on your link line.  Does your ../../lib/liboskit_c.a actually contain
anything?  Maybe the build/install of that library went awry?