From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f52.google.com (mail-wg0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id A1B75231C for ; Thu, 22 May 2014 16:31:30 +0200 (CEST) Received: by mail-wg0-f52.google.com with SMTP id l18so3448011wgh.11 for ; Thu, 22 May 2014 07:31:40 -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=vhpsUa8DNxbTc+xR73Yd8Zqvg2oTB6bdCmKtCVC8vfk=; b=B38KJ0Eq3cV25Jnab16fBaehHSDD4EaNdRxl5yMv6chLgGaW3z2KEVcIepX+5C3F7i dZXqhondfMP04PVSE/K2qB+8XWkvUg5lFTMQB/QCNpOnoSL/Rwa8Od8IFEces9X+cv4V /EtULTe6oUSz/9p1vosWmpXMd1zhwRKob+mIObj11qfgHyXJLVSMibbk/BR8x8pZaEu9 ERBGU0AD+feVXKUv1RUnLp2LSQqkX7n+z2yFWrcDczui9v9HUZ9XDYD9aurmfpjvo8Iz aWaYrKaEHBbj/yxs3WBQgGaHjX8SNq99b+7LIcs7x7BrtNm0Y66gnZI6ECb8iGYENyrn kM4A== X-Gm-Message-State: ALoCoQnlCUSaA7R2uwjDLZ+PSuBHX9uwHABrFZhMXcNFYqLmPdrXr3G2Gl2BzJP3hSX2R9fQEffH X-Received: by 10.180.87.165 with SMTP id az5mr17011555wib.10.1400769099238; Thu, 22 May 2014 07:31:39 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id l5sm2470wja.12.2014.05.22.07.31.37 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 22 May 2014 07:31:38 -0700 (PDT) From: Thomas Monjalon To: Prashant Upadhyaya Date: Thu, 22 May 2014 16:31:35 +0200 Message-ID: <1603617.4BLVj11sf6@xps13> Organization: 6WIND User-Agent: KMail/4.13 (Linux/3.14.4-1-ARCH; KDE/4.13.0; x86_64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] compilation error with 1.6.0r2 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: Thu, 22 May 2014 14:31:31 -0000 Hi Prashant, 2014-05-15 20:14, Prashant Upadhyaya: > Hi, > > I recently picked the 1.6.0r2 from dpdk.org and tried to compile it the > usual way and ran into the following compilation error. > > I am aware I can sidestep these by getting the compiler to treat them as > warnings, but these did not use to come with 1.6.0r1 so wanted to report it > here. > > I am using Fedora 18 to compile this version of DPDK. [...] > /root/dpdk-1.6.0r2/x86_64-default-linuxapp-gcc/build/lib/librte_eal/linuxapp > /kni/igb_ethtool.c: In function 'igb_get_eee': > > */root/dpdk-1.6.0r2/x86_64-default-linuxapp-gcc/build/lib/librte_eal/linuxap > p/kni/igb_ethtool.c:2441:4: error: implicit declaration of function > 'mmd_eee_adv_to_ethtool_adv_t' [-Werror=implicit-function-declaration]* > > /root/dpdk-1.6.0r2/x86_64-default-linuxapp-gcc/build/lib/librte_eal/linuxapp > /kni/igb_ethtool.c: In function 'igb_set_eee': > > */root/dpdk-1.6.0r2/x86_64-default-linuxapp-gcc/build/lib/librte_eal/linuxap > p/kni/igb_ethtool.c:2551:2: error: implicit declaration of function > 'ethtool_adv_to_mmd_eee_adv_t' [-Werror=implicit-function-declaration]* It should be fixed in 1.7.0 in this commit: http://dpdk.org/browse/dpdk/commit/?id=d719bc02aa4acdc Thanks for reporting -- Thomas