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

Re: fudp /20000901



So, looks like in that version of the oskit, the link line for fudp was
missing a library. That has been fixed in the latest snapshot. To fix your
version, change the link line in examples/x86/GNUmakerules to:

fudp: $(OBJDIR)/lib/multiboot.o fudp.o dummy.o $(DEPENDLIBS)
	$(OSKIT_QUIET_MAKE_INFORM) "Linking example $@"
	$(LD) -Ttext 100000 $(LDFLAGS) $(OSKIT_LDFLAGS) \
		-o $@ $(filter-out %.a,$^) \
		-loskit_clientos -loskit_startup \
		-loskit_linux_dev -loskit_fudp -loskit_dev \
		-loskit_kern -loskit_memdebug -loskit_lmm \
		$(CLIB) $(OBJDIR)/lib/crtn.o

Note the addition of -loskit_startup ...

Lbs

----------------------------------------
Leigh B. Stoller
University of Utah - Flux Research Group
http://www.cs.utah.edu/~stoller
----------------------------------------

References: