From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Gonzalez Monroy, Sergio" Subject: Re: Build broken with COMBINE_LIBS=y Date: Tue, 09 Jun 2015 09:09:12 +0100 Message-ID: <55769F28.6070604@intel.com> References: <5576885B.9060506@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Li Wei Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 61095DE0 for ; Tue, 9 Jun 2015 10:09:16 +0200 (CEST) In-Reply-To: <5576885B.9060506@cn.fujitsu.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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. > > I guess we need add some dependence on drivers/ on libintel_dpdk.a target, > but I'm not familiar with the build system :( > > That is exactly the issue. Working on a patch. Sergio