From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com [209.85.212.177]) by dpdk.org (Postfix) with ESMTP id CF75368A8 for ; Mon, 12 May 2014 11:11:50 +0200 (CEST) Received: by mail-wi0-f177.google.com with SMTP id f8so4094181wiw.4 for ; Mon, 12 May 2014 02:11:57 -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=MLy8khntGx63UTu7eYtMbJ5AgWebIeA5iUEy9IOWNmo=; b=hcSw8I8g3yS2MiY7WKPfpZzkkp1eYQQ+jVZ+Z5U9CNkh1HpMOgqcZwWIu0jVgJw/kp f9MgM44ARNSpW9akDQI9eK7pJ0eTHyT/q0mh5VSUoqn1FL9dHJo6l8ztTsM2CDbBouQ4 H7mEJFnyMJkG8jxCXxdBO4julpHxgf7lMxeU4ZXzi8ihVCfLx9mc5BcuAZR308YhXUy+ OTIyyxgU2msYfTfyo2CI4frnt9RQ9TZAevZV6V9n8A0rkPf50MdqflwUbwSu/vQJHOBM MsbEA97wvOcp/xaOzkTp6xUm/Laub1jc5skt08VCdE4heJVP3mBa8JRi+s/oCSS975+2 EACw== X-Gm-Message-State: ALoCoQmhZKlDBG3AQoKHXE0NU3vai9mdf3Y2fVa+D0+fhAGw+Ep19DPU8Dj9DQmnaJYfBCiSm+ea X-Received: by 10.180.82.133 with SMTP id i5mr14674074wiy.50.1399885917702; Mon, 12 May 2014 02:11:57 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id uc3sm14973002wib.10.2014.05.12.02.11.56 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 12 May 2014 02:11:56 -0700 (PDT) From: Thomas Monjalon To: Prashant Upadhyaya Date: Mon, 12 May 2014 11:11:56 +0200 Message-ID: <1421183.oxreiJfeoT@xps13> Organization: 6WIND User-Agent: KMail/4.13 (Linux/3.14.2-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: Mon, 12 May 2014 09:11:51 -0000 Hi, Your email is invalid because of a "proprietary disclaimer". Please stop sending such emails. 2014-05-12 14:15, 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. > > Regards > -Prashant > > > [root@localhost ~]# cd dpdk-1.6.0r2/ > [root@localhost dpdk-1.6.0r2]# make install T=x86_64-default-linuxapp-gcc > ================== Installing x86_64-default-linuxapp-gcc > == Build scripts > == Build scripts/testhost > == Build lib > == Build lib/librte_eal > == Build lib/librte_eal/common > == Build lib/librte_eal/linuxapp > == Build lib/librte_eal/linuxapp/igb_uio > Building modules, stage 2. > MODPOST 1 modules > == Build lib/librte_eal/linuxapp/eal > == Build lib/librte_eal/linuxapp/kni > CC [M] > /root/dpdk-1.6.0r2/x86_64-default-linuxapp-gcc/build/lib/librte_eal/linuxap > p/kni/igb_ethtool.o > /root/dpdk-1.6.0r2/x86_64-default-linuxapp-gcc/build/lib/librte_eal/linuxap > p/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/linuxap > p/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] cc1: > all warnings being treated as errors > make[10]: *** > [/root/dpdk-1.6.0r2/x86_64-default-linuxapp-gcc/build/lib/librte_eal/linuxa > pp/kni/igb_ethtool.o] Error 1 make[9]: *** > [_module_/root/dpdk-1.6.0r2/x86_64-default-linuxapp-gcc/build/lib/librte_ea > l/linuxapp/kni] Error 2 make[8]: *** [sub-make] Error 2 > make[7]: *** [rte_kni.ko] Error 2 > make[6]: *** [kni] Error 2 > make[5]: *** [linuxapp] Error 2 > make[4]: *** [librte_eal] Error 2 > make[3]: *** [lib] Error 2 > make[2]: *** [all] Error 2 > make[1]: *** [x86_64-default-linuxapp-gcc_install] Error 2 > make: *** [install] Error 2 > [root@localhost dpdk-1.6.0r2]# > > > > "DISCLAIMER: This message is proprietary to Aricent and is intended solely > for the use of the individual to whom it is addressed. It may contain > privileged or confidential information and should not be circulated or used > for any purpose other than for what it is intended. If you have received > this message in error, please notify the originator immediately. If you are > not the intended recipient, you are notified that you are strictly > prohibited from using, copying, altering, or disclosing the contents of > this message. Aricent accepts no responsibility for loss or damage arising > from the use of the information transmitted by this email including damage > from virus."