This is indeed from my integration (don't want all those EAL stuff), I
probably removed too much. it works by adding those two lines in my DPDK
makefile before going back to my normal makefile :
include $(RTE_SDK)/mk/internal/rte.build-pre.mk
override LDFLAGS := $(call linkerprefix,$(LDFLAGS))
T
Hi list,
Patch http://dpdk.org/dev/patchwork/patch/1056/ introduced the
--no-as-needed flag, however on debian, and another ubuntu host, neither
g++ 4.8 or 4.9 know this flag and leads to the error :
g++: error: unrecognized command line option ?--no-as-needed?
Maybe this comes from a bad inclus
On 12/06/2015 11:55, Tom Barbette wrote:
> Hi list,
>
> Patch http://dpdk.org/dev/patchwork/patch/1056/ introduced the
> --no-as-needed flag, however on debian, and another ubuntu host, neither
> g++ 4.8 or 4.9 know this flag and leads to the error :
>
> g++: error: unrecognized command line option
3 matches
Mail list logo