From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP; 09 Jun 2015 01:09:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,579,1427785200"; d="scan'208";a="505334711" Received: from smonroyx-mobl.ger.corp.intel.com (HELO [10.237.220.108]) ([10.237.220.108]) by FMSMGA003.fm.intel.com with ESMTP; 09 Jun 2015 01:09:13 -0700 Message-ID: <55769F28.6070604@intel.com> Date: Tue, 09 Jun 2015 09:09:12 +0100 From: "Gonzalez Monroy, Sergio" User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Li Wei References: <5576885B.9060506@cn.fujitsu.com> In-Reply-To: <5576885B.9060506@cn.fujitsu.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org Subject: Re: [dpdk-dev] Build broken with COMBINE_LIBS=y X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jun 2015 08:09:16 -0000 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