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

Martinx - ジェームズ thiagocmartinsc at gmail.com
Tue Dec 8 18:33:52 CET 2015


On 8 December 2015 at 15:01, Piotr Bartosiewicz <
piotr.bartosiewicz at atendesoftware.pl> wrote:

>
> 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
>
>
Sure, XenVirt problem is a different issue, sorry to mix subjects on this
thread.


More information about the dev mailing list