rumpkernel / drv-netif-dpdk

DPDK interface driver for userspace TCP/IP stack
Other
196 stars 54 forks source link

Build error on Ubuntu 12.04 LTS #4

Closed wonjeon closed 10 years ago

wonjeon commented 10 years ago

If I follow the following command under ./src/libdpdkif after compiling the rump kernel, I have the following error:

$ ../../rumptools/rumpmake dependall && ../../rumptools/rumpmake install nbmake: don't know how to make dependall. Stop

nbmake: stopped in /***/dpdk-rumptcpip/src/libdpdkif

Do you have any Makefile for Linux? Thanks.

anttikantee commented 10 years ago

The same Makefile should work on all systems and I see no obvious errors in what you are doing.

Can you upload a full build log somewhere (starting from git submodule update)?

wonjeon commented 10 years ago

The problem was I did put rump kernel in another directory. Now it compiles okay under dpdk-rumptcpip directory. Thanks.