[dpdk-dev] Problem with new "make install" of DPDK 2.2.0-rc3 + XenVirt on 32-bit build is broken

Piotr Bartosiewicz piotr.bartosiewicz at atendesoftware.pl
Tue Dec 8 18:01:23 CET 2015


> cp: cannot stat
> ‘/home/tmartins/sources/dpdk/2.2.0-rc3/dpdk-2.2.0-rc3/{mk,scripts}’: No
> such file or directory
> /home/tmartins/sources/dpdk/2.2.0-rc3/dpdk-2.2.0-rc3/mk/
> rte.sdkinstall.mk:137: recipe for target 'install-sdk' failed
>

I have the same problem and it has nothing to do with XenVirt or 32-bit 
build.
As a workaround you can change mk/rte.sdkinstall.mk as follows:

-       $(Q)cp -a               $(RTE_SDK)/{mk,scripts} $(DESTDIR)$(sdkdir)
+       $(Q)cp -a               $(RTE_SDK)/mk $(DESTDIR)$(sdkdir)
+       $(Q)cp -a               $(RTE_SDK)/scripts $(DESTDIR)$(sdkdir)

-- 
Regards
Piotr Bartosiewicz



More information about the dev mailing list