From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx.bisdn.de (mx.bisdn.de [185.27.182.31]) by dpdk.org (Postfix) with ESMTP id EF7A01F7 for ; Thu, 11 Dec 2014 12:22:02 +0100 (CET) Received: from [172.16.250.156] (unknown [172.16.250.156]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mx.bisdn.de (Postfix) with ESMTPSA id 717B1A3299 for ; Thu, 11 Dec 2014 12:22:02 +0100 (CET) Message-ID: <54897E59.4090708@bisdn.de> Date: Thu, 11 Dec 2014 12:22:01 +0100 From: Marc Sune User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.2.0 MIME-Version: 1.0 To: dev@dpdk.org References: In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] rte_config.h missing in DPDK 1.7.1 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, 11 Dec 2014 11:22:03 -0000 This usually shows up when you are attempting to compile your DPDK application without properly defining RTE_SDK and RTE_TARGET (where DPDK source resides). Just double check if they are properly defined and exported marc On 11/12/14 12:17, sothy shan wrote: > Hi! > I am seeking help on installing DPDK OVS with DPDK 1.7.1 on ubuntu 14.04. > If any body knows solutin, please let me. > > I compile in a typical way for DPDK 1.7.1 with x86_64_native-linuxaap-gcc. > command: > > make config T=x86_64-native-linuxapp-gcc > make > > It compiled and worked. I am able to run testpmd appplication also. > > But I start to compile DPDK OVS, DPDK OVS gives error. The erros is : > > CC lib/dpdk-link.lo > lib/dpdk-link.c:25:24: fatal error: rte_config.h: No such file or directory > #include > > Please help where is wrong. WhenI search in DPDK 1.7.1 folder, I > couldnt find rte_config.h file. > > Thank you very much for your help. > > Best regards > Sothy