From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pawel Wodkowski Subject: Re: Error while executing make - Pktgen-DPDK Date: Tue, 10 Feb 2015 08:48:33 +0100 Message-ID: <54D9B7D1.3060300@intel.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit To: Shankari Vaidyalingam , "dev-VfR2kkLFssw@public.gmane.org" Return-path: In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" On 2015-02-09 20:25, Shankari Vaidyalingam wrote: > 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 On Ubuntu 12.04 you need to apply this patch http://dpdk.org/ml/archives/dev/2014-August/004771.html if you are using github repo. I don't think this repo is maintained anymore. You can use this repo http://dpdk.org/browse/apps/pktgen-dpdk/. Pawel > > 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 > -- Pawel