On 05/04/2017 14:39, Thomas Monjalon wrote:
2017-03-30 22:00, Remy Horton:--- a/mk/rte.app.mk +++ b/mk/rte.app.mk
[..]
+_LDLIBS-$(CONFIG_RTE_LIBRTE_METRICS) += -lrte_metricsIt should not be added here in --whole-archive as it is not going to be used by plugins (drivers). I suggest moving it upper with rte_jobstats.
Ok.As an aside, there seems to have been recent changes to the build system, so I suspect there might be a few redundant Makefile additions lying around the patchset.
..Remy