2017??10??2??(??) 4:54
??: ""<15803846...@qq.com>;"vpp-dev";
: Re: ?? [vpp-dev] vapi test problem
The message produced by make does not correspond to the Makefile you attached.
I would suggest learning how `make' works first...
Quoting
???: "Klement Sekera -X (ksekera - PA";;
: 2017??10??2??(??) 3:57
??: ""<15803846...@qq.com>;"vpp-dev";
: Re: [vpp-dev] vapi test problem
Hi ,
taking Makefile out of vpp source tree and using it on its own is
a
Hi 重新开始,
taking Makefile out of vpp source tree and using it on its own is
almost certainly not going to work.
You need to install the libvapiclient.so (and others) library
and/or adapt linker flags to point inside your source tree so that the
linker can find it.
This is not a VPP question, rath
Hi, I want to write a client using the new C apis. What should I do step by
step? I write a simple client. But make output errors. The errors are as
follows.
I install vpp 18.01 on ubuntu 16.04, and test vapi. But make output: make:
*** No rule to make target '/vpp/vpp-api/vapi/.libs/libvap
Hi,
I install vpp 18.01 on ubuntu 16.04, and test vapi. But make output: make:
*** No rule to make target '/vpp/vpp-api/vapi/.libs/libvapiclient.so', needed
by '/vapi_test/test'. Stop.
Anyone met this problem?
Makefile
Description: Binary data
test.c
Description: Binary data
__