2014-10-01 06:50, Neil Horman: > On Wed, Oct 01, 2014 at 01:27:03PM +0900, mukawa at igel.co.jp wrote: > > When CONFIG_RTE_BUILD_SHARED_LIB is enabled, linking errors occured > > while compiling. It seems those errors are caused by wrong link order > > of some libraries. The patch fixes it like following. > > > > 1. librte_eal > > 2. librte_malloc > > 3. librte_mempool > > 4. librte_ring > > 5. librte_pmd_bond > > 6. librte_kvargs > > > I'm not sure why thats necesecary. We add a --start-group/--end-group pair > halfway through this makefile. If we just encompassed the entire set of > libraries in that group, order would be irrelevant.
I don't see any error. Please Tetsuya, could you describe how you test and what is the error message? Thanks -- Thomas