[dpdk-dev] [PATCH] DPDK fails to build into one single library ("CONFIG_RTE_BUILD_COMBINE_LIBS=y").

2015-07-21 Thread Rauta, Alin
015 7:15 PM To: Rauta, Alin Cc: dev at dpdk.org; Varlese, Marco Subject: Re: [dpdk-dev] [PATCH] DPDK fails to build into one single library ("CONFIG_RTE_BUILD_COMBINE_LIBS=y"). 2015-07-20 18:04, Rauta, Alin: > --- a/lib/Makefile > +++ b/lib/Makefile > @@ -33,7 +33,6 @@ include $

[dpdk-dev] [PATCH] DPDK fails to build into one single library ("CONFIG_RTE_BUILD_COMBINE_LIBS=y").

2015-07-20 Thread Rauta, Alin
Signed-off-by: Alin Rauta --- lib/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Makefile b/lib/Makefile index 2055539..9727b83 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -33,7 +33,6 @@ include $(RTE_SDK)/mk/rte.vars.mk DIRS-y += librte_compat DIRS-$(CONFIG_RTE_LIBRTE_EAL

[dpdk-dev] [PATCH] DPDK fails to build into one single library ("CONFIG_RTE_BUILD_COMBINE_LIBS=y").

2015-07-20 Thread Rauta, Alin
Hi, I'm trying to build the latest dpdk code into one combine library, but the compilation fails like below. The issue seems to be around "librte_malloc". " make install T=x86_64-native-linuxapp-gcc" == Build lib/librte_malloc AR librte_malloc.a cp: missing destination file operand after ?/r