[dpdk-dev] [PATCH] Fix linking errors when CONFIG_RTE_BUILD_SHARED_LIB is enabled

Matthew Hall mhall at mhcomputing.net
Thu Oct 2 04:46:26 CEST 2014


On Thu, Oct 02, 2014 at 10:43:52AM +0900, Tetsuya Mukawa wrote:
> I haven't known the options. Thanks.
> Anyway, I understand I shouldn't change link order, but should check why
> '--start-group/--end-group' doesn't work on my environment.
> I will describe more in the email for Thomas.
> 
> Regards,
> Tetsuya

It's worth pointing out that you're likely better off using COMBINE_LIBS to 
make one big static lib rather than using a shared lib or you're facing a 
performance loss from the dynamic linking overhead.

Matthew.


More information about the dev mailing list