From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com
 [209.85.212.171]) by dpdk.org (Postfix) with ESMTP id AD09A5A8C
 for <dev@dpdk.org>; Wed, 29 Jul 2015 10:21:06 +0200 (CEST)
Received: by wicmv11 with SMTP id mv11so208684255wic.0
 for <dev@dpdk.org>; Wed, 29 Jul 2015 01:21:06 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding:content-type;
 bh=AQF9YFWW/df+6vnNLe+w+Xn5Z76JUsosI0tpD7YVSds=;
 b=HIfwIRipjEglnBfX/wv5h/wCp1QPUop6FYmxDIladnXun0SyhDNYxxIt/F80TOCHDk
 JkbEOMA23pAXAMq4C7KSQgNX6JbtyM54j0Covu0J09m4gF3P6BMbkgcAA9Ra3OyQtYXe
 bjjzvcLrYEB09WdGRx+bvRXj6F2+R9qHAYwFsJfqUdpKbHGkK26lPlcWZnnlssJK93VN
 OpinfAxxUi16EoROmz/sCYW9y0nOPXquHLLbQs/Qvk40cySgOkjq/fDC48+UZeGdAQY6
 CkgygP/8z8KWnzZo4zCacB6C+MF1gxtp2TYE+mnNEz8U7dlkXKCZhHyuqFHv0ZTYL3Z+
 gHfA==
X-Gm-Message-State: ALoCoQmqrfZSUAux5WGB8kx77DJ3qTQ5Zr0xGH3fMqdJ+S6Ih17iFaSDW9y+zL9UbMkaf8XmcS7Y
X-Received: by 10.194.86.65 with SMTP id n1mr71168602wjz.100.1438158066496;
 Wed, 29 Jul 2015 01:21:06 -0700 (PDT)
Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.151.210])
 by smtp.gmail.com with ESMTPSA id ev8sm37242539wjb.8.2015.07.29.01.21.04
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Wed, 29 Jul 2015 01:21:05 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Helin Zhang <helin.zhang@intel.com>
Date: Wed, 29 Jul 2015 10:19:50 +0200
Message-ID: <4457109.BKbKVosbHQ@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; )
In-Reply-To: <1438123707-26509-1-git-send-email-helin.zhang@intel.com>
References: <1438123707-26509-1-git-send-email-helin.zhang@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH] eal: fix build
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 29 Jul 2015 08:21:06 -0000

2015-07-29 06:48, Helin Zhang:
> It fixes the build error of implicit declaration of function.

What is the error?
Please show the build log and describe the case when it happens
(compiler, version).