Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add net/tun to rump kernel src-netbsd #85

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

huikang
Copy link
Member

@huikang huikang commented Jan 12, 2017

No description provided.

@huikang
Copy link
Member Author

huikang commented Jan 28, 2017

The changes to tests/[dynamic, ...]/Makefile are to fix the following compile error.

CC=/root/buildrump.sh/obj/tooldir/bin/x86_64--netbsd-gcc /root/buildrump.sh/obj/tooldir/bin/nbmkdep -s .o\ .ln\ .d -d -f .depend nettest_simple.d
#   compile  nettest_simple/nettest_simple.o
/root/buildrump.sh/obj/tooldir/bin/x86_64--netbsd-gcc -O2 -g -U_FORTIFY_SOURCE    -std=gnu99   -Werror    -I/root/buildrump.sh/tests/nettest_simple/../common -DRUMPUSER_CONFIG=yes -I/root/buildrump.sh/obj/tooldir/autoconf -I/root/buildrump.sh/obj/tooldir/compat/include -I/root/buildrump.sh/obj/dest.stage/usr/include   -c    /root/buildrump.sh/tests/nettest_simple/nettest_simple.c
#      link  nettest_simple/nettest_simple
/root/buildrump.sh/obj/tooldir/bin/x86_64--netbsd-gcc     -L/root/buildrump.sh/obj/dest.stage/usr/lib -Wl,-R/root/buildrump.sh/rump/lib -Wl,--no-as-needed     -o nettest_simple  nettest_simple.o  -Wl,--whole-archive -lrumpnet_shmif -lrumpnet_config -lrumpnet_netinet -lrumpnet_net -lrumpnet -lrumpkern_sysproxy -lrump -lrumpuser -Wl,--no-whole-archive -ldl  -lpthread    
/root/buildrump.sh/obj/dest.stage/usr/lib/librumpnet_net.so: undefined reference to `rumpns_config_cfdriver_attach'
collect2: error: ld returned 1 exit status

*** Failed target:  nettest_simple
*** Failed command: /root/buildrump.sh/obj/tooldir/bin/x86_64--netbsd-gcc -L/root/buildrump.sh/obj/dest.stage/usr/lib -Wl,-R/root/buildrump.sh/rump/lib -Wl,--no-as-needed -o nettest_simple nettest_simple.o -Wl,--whole-archive -lrumpnet_shmif -lrumpnet_config -lrumpnet_netinet -lrumpnet_net -lrumpnet -lrumpkern_sysproxy -lrump -lrumpuser -Wl,--no-whole-archive -ldl -lpthread 
*** Error code 1

@huikang
Copy link
Member Author

huikang commented Feb 8, 2017

Hi, @anttikantee please take a look at this PR when you have time. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant