From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 7445F9AAE for ; Wed, 25 Feb 2015 04:09:56 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 24 Feb 2015 19:05:36 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,642,1418112000"; d="scan'208";a="690366453" Received: from pgsmsx102.gar.corp.intel.com ([10.221.44.80]) by orsmga002.jf.intel.com with ESMTP; 24 Feb 2015 19:09:54 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by PGSMSX102.gar.corp.intel.com (10.221.44.80) with Microsoft SMTP Server (TLS) id 14.3.195.1; Wed, 25 Feb 2015 11:09:40 +0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.62]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.209]) with mapi id 14.03.0195.001; Wed, 25 Feb 2015 11:09:38 +0800 From: "Liang, Cunming" To: Tetsuya Mukawa Thread-Topic: Missing symbol error Thread-Index: AQHQUKWy1zyRbTik40u45ah+rfMe0p0Aruyg Date: Wed, 25 Feb 2015 03:09:39 +0000 Message-ID: References: <54ED3827.4060700@igel.co.jp> In-Reply-To: <54ED3827.4060700@igel.co.jp> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] Missing symbol error 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: Wed, 25 Feb 2015 03:09:56 -0000 Hi, You're right, it's missing in the version map. Will send path to fix it. Thanks. > -----Original Message----- > From: Tetsuya Mukawa [mailto:mukawa@igel.co.jp] > Sent: Wednesday, February 25, 2015 10:49 AM > To: dev@dpdk.org > Cc: Liang, Cunming > Subject: Missing symbol error >=20 > Hi, >=20 > I've got following error when I enable CONFIG_RTE_BUILD_SHARED_LIB. >=20 > dpdk/x86_64-native-linuxapp-gcc/lib/libethdev.so: undefined reference to > `per_lcore__socket_id' > collect2: error: ld returned 1 exit status > make[5]: *** [dump_cfg] Error 1 > make[4]: *** [dump_cfg] Error 2 > make[4]: *** Waiting for unfinished jobs.... >=20 >=20 > It seems after applying below commit, this issue is occurred. > 8baacdd... eal: apply thread affinity by assigned cpuset >=20 > Thanks, > Tetsuya