[dpdk-dev] Build broken with COMBINE_LIBS=y

2015-06-09 Thread Li Wei
Hi list, After drivers separation, the following building error was encountered, it seems the build system build lib/ first and link it into libintel_dpdk.a and then drivers/ got compiled, so the symbols in drivers never got linked into libintel_dpdk.a. I guess we need add some dependence on driv

[dpdk-dev] Build broken with COMBINE_LIBS=y

2015-06-09 Thread Gonzalez Monroy, Sergio
On 09/06/2015 07:31, Li Wei wrote: > Hi list, > > After drivers separation, the following building error was encountered, > it seems the build system build lib/ first and link it into libintel_dpdk.a > and then drivers/ got compiled, so the symbols in drivers never got linked > into libintel_dpdk.a