libos-nuse / net-next-nuse

Network Stack in Userspace
Other
289 stars 67 forks source link

Fail to build mptcp_trunk_libos #54

Open ytxing opened 4 years ago

ytxing commented 4 years ago

Hi,

I am using ubuntu16.04 to build mptcp_trunk_libos following the wiki but fail with following error:

  CC       rump/lib/librumpuser/rumpuser_sp.o
In file included from rump/lib/librumpuser/rumpuser_port.h:70:0,
                 from rump/lib/librumpuser/rumpuser_sp.c:37:
./rump/sys/sys/cdefs.h:58:27: fatal error: machine/cdefs.h: No such file or directory
compilation terminated.
Makefile.rump:79: recipe for target 'rump/lib/librumpuser/rumpuser_sp.o' failed
make[2]: *** [rump/lib/librumpuser/rumpuser_sp.o] Error 1
Makefile:88: recipe for target 'librumpserver.so' failed
make[1]: *** [librumpserver.so] Error 2
arch/lib/Makefile:193: recipe for target 'arch/lib/tools' failed
make: *** [arch/lib/tools] Error 2

It seems that there is no such a file in my whole system. How to solve it?

JoseCraibas commented 3 years ago

Hi ytxing,

I am with the same problem. Were you able to find a solution for this problem?

Best regards, José Craibas

Kolimn-Zhang commented 1 year ago

Hi,I am with the same problem. Could you please give me some advice if you have solved it. Thanks a lot!