From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qa0-f50.google.com (mail-qa0-f50.google.com [209.85.216.50]) by dpdk.org (Postfix) with ESMTP id A7D316A95 for ; Thu, 11 Dec 2014 14:37:55 +0100 (CET) Received: by mail-qa0-f50.google.com with SMTP id w8so3508805qac.37 for ; Thu, 11 Dec 2014 05:37:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=z/ubZwJrq8WtxSxU97zmjwy6F62TrT4tWdZYqqSjAkI=; b=zswYjha/BzG5JxYD8uRWX5Vt/SeRu8K4gof5yXCT8hSUtDrzE1p2N9/2q+yjPZTXA+ 2b8iM1ZLP5VBV1ldyQtWQ8gvb8evlV7CMrLIro1nqkYLweaXpfSnDolfL9ZgUlaTi4d0 LzvFz4oCATXlxpLL1PikzcU6/i7sjaJcmI/xWK29jyLYuU0W2jJ4p1auwIWou9fuWMUt Lg8tfplfNeTZwioGYuTOCp01FpiQp/9QzghQ9W7DuI7aI+vHbCr0/eBh12I28MShGzQs q2eS7UzBkgqlr1UFmPhgRXt6lS2724WHZqrixc4wmENTnntGLwbQDmUlUivgwW8AKHuF ln4A== MIME-Version: 1.0 X-Received: by 10.140.21.167 with SMTP id 36mr18325979qgl.25.1418305075026; Thu, 11 Dec 2014 05:37:55 -0800 (PST) Received: by 10.229.25.68 with HTTP; Thu, 11 Dec 2014 05:37:54 -0800 (PST) In-Reply-To: <54897E59.4090708@bisdn.de> References: <54897E59.4090708@bisdn.de> Date: Thu, 11 Dec 2014 14:37:54 +0100 Message-ID: From: sothy shan To: Marc Sune Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Cc: "dev@dpdk.org" 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 13:37:56 -0000 Hi Marc! Thank for your response. But I tried double check.Propelly set those values. Actually I found the file inside x86_64-native-linuxapp-gcc/include/rte_config.h. But when I compile DPDK OVS, it does not find the file. I got same error/ lib/dpdk-link.c:25:24: fatal error: rte_config.h: No such file or directory #include Best regards Sothy On Thu, Dec 11, 2014 at 12:22 PM, Marc Sune wrote: > 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 >> > >