I have copy the .so files to /usr/lib/vpp. And in the makefile, i modified the 
path. THe output is same:
make: *** No rule to make target>    
'/vpp/vpp-api/vapi/.libs/libvapiclient.so', needed by '/vapi_test/test'.



------------------ ???????? ------------------
??????: "Klement Sekera -X (ksekera - PA";<ksek...@cisco.com>;
????????: 2017??10??2??(??????) ????3:57
??????: "????????"<15803846...@qq.com>;"vpp-dev"<vpp-dev@lists.fd.io>;

????: Re: [vpp-dev] vapi test problem



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, rather a compiler/linker/Makefile issue.

Regards,
Klement

Quoting ???????? (2017-10-01 11:49:39)
>    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?

Attachment: Makefile
Description: Binary data

_______________________________________________
vpp-dev mailing list
vpp-dev@lists.fd.io
https://lists.fd.io/mailman/listinfo/vpp-dev

Reply via email to