From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-la0-f47.google.com (mail-la0-f47.google.com [209.85.215.47]) by dpdk.org (Postfix) with ESMTP id 957142C7A for ; Mon, 9 Feb 2015 20:25:09 +0100 (CET) Received: by labge10 with SMTP id ge10so15621663lab.12 for ; Mon, 09 Feb 2015 11:25:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=CPhLuTEWjVlKHOKANXPIvrAQ7foXwlUSR456LARhR28=; b=PIIlp9h0vS6IBpBZX4HUURcaMr3f2wjzzQoJSUN7FEn9LtY7vFJdRSVPZk2KVbZLDd qm4jhKeOgL4vDPX/BiOiu+Pbx2Vevq4u1vV8JraMc+rpPZS3tJPPoMxGzDJLfl8WffJK jae3So9I3xDI+LrO8P/GnWYog9iI5CM4Y3G22e/0ZS8ChI6aTp3B0qu/odOO+sdQFPZG rxF8RjXCLlfcmZ3/gC0J+RBUnnwdilmZKc+KuvKDVnRXfdM71ROn/YLkr2VYLvNJi1M4 /nYtvs8T+NcDoVWOdhlJ++rtcQRN3OeX4P7yte3nptMgwvzSWUwT2tK4dCXYykJyo3uv g1QA== MIME-Version: 1.0 X-Received: by 10.112.72.132 with SMTP id d4mr8991931lbv.70.1423509909212; Mon, 09 Feb 2015 11:25:09 -0800 (PST) Received: by 10.25.214.92 with HTTP; Mon, 9 Feb 2015 11:25:09 -0800 (PST) Date: Tue, 10 Feb 2015 00:55:09 +0530 Message-ID: From: Shankari Vaidyalingam To: dev@dpdk.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] Error while executing make - Pktgen-DPDK 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, 09 Feb 2015 19:25:09 -0000 Hi, I'm trying to compile the DPDK code coming along with the Pktgen-DPDK. I got the source code of Pktgen-DPDK by cloning the Git repository using - sudo git clone git://github.com/Pktgen/Pktgen-DPDK.git I'm getting the below error when I tried executing make: from /home/controller/software/Pktgen-DPDK/dpdk/lib/librte_eal/linuxapp/kni/ethtool/igb/e1000_hw.h:31, from /home/controller/software/Pktgen-DPDK/dpdk/lib/librte_eal/linuxapp/kni/ethtool/igb/e1000_api.h:31, from /home/controller/software/Pktgen-DPDK/dpdk/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/e1000_82575.c:38: /home/controller/software/Pktgen-DPDK/dpdk/lib/librte_eal/linuxapp/kni/ethtool/igb/kcompat.h:3864:63: error: missing binary operator before token "~" make[10]: *** [/home/controller/software/Pktgen-DPDK/dpdk/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/e1000_82575.o] Error 1 make[9]: *** [_module_/home/controller/software/Pktgen-DPDK/dpdk/x86_64-native-linuxapp-gcc/build/lib/librte_eal/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-native-linuxapp-gcc_install] Error 2 make: *** [install] Error 2 Please let me know how to resolve this issue. Regards Shankari.V