[Prev][Next][Index][Thread]
oskit_netbsd_uvm linking
I'm trying to link in oskit_netbsd_uvm but I have this error;
ld ../lib/crt.o ../lib/syscall.o swap.o -o swap -loskit_clientos
-loskit_kern -loskit_netbsd_uvm -loskit_lmm -loskit_freebsd_c -loskit_c
/usr/lib/liboskit_freebsd_c.a(swapoff.o): In function `swapoff':
swapoff.o(.text+0x3b): undefined reference to `oskit_uvm_swap_off'
/usr/lib/liboskit_freebsd_c.a(swapon.o): In function `swapon':
swapon.o(.text+0x3b): undefined reference to `oskit_uvm_swap_on'
What is the proper library linking process?
Thanks,
Chris
Follow-Ups: