From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0.salzburgresearch.at (mx0.salzburgresearch.at [78.104.175.164]) by dpdk.org (Postfix) with ESMTP id 11DB45A4B for ; Wed, 5 Aug 2015 12:07:32 +0200 (CEST) X-Virus-Scanned: by Salzburg Research on mx0.salzburgresearch.at DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=salzburgresearch.at; s=srfg; t=1438769251; bh=HKYbBC5LRA8J9odi5zfQRbsxeVd2m5QCNLv5kWWUJ24=; h=Subject:References:To:From:Date:In-Reply-To:From; b=cGqnH0Nebdc+VMbw1qGnMw/OZg5KUyJP/+GKGp7N7s2QKRuexdFgpV1+nZjIAlPKK 5KIhd4tz4iD/BKsGrA6MDO4I8b5I6xMLzii/yX2iWccqwldOlyDXv0uX3WbLqTefqR fO5VVUJiL2JdIkoe3MFPT7w3drZwwAXEtAeop4GY= Received: from mail01.salzburgresearch.at (mail01.salzburgresearch.at [172.16.0.31]) by mx0.salzburgresearch.at (Postfix) with ESMTPS id A82E8200EC4 for ; Wed, 5 Aug 2015 12:07:30 +0200 (CEST) Received: from [172.16.96.142] (anc42.salzburgresearch.at [172.16.96.142]) by mail01.salzburgresearch.at (Postfix) with ESMTPSA id 9C2A05196 for ; Wed, 5 Aug 2015 12:07:30 +0200 (CEST) References: <55C1C677.4040106@salzburgresearch.at> To: dev@dpdk.org From: Stefan Binna X-Forwarded-Message-Id: <55C1C677.4040106@salzburgresearch.at> Message-ID: <55C1E062.6010009@salzburgresearch.at> Date: Wed, 5 Aug 2015 12:07:30 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <55C1C677.4040106@salzburgresearch.at> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] rte_config.h: No such file or directory in DPDK 2.1.0-rc3 and DPDK 2.0.0 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: Wed, 05 Aug 2015 10:07:32 -0000 Hi, I am seeking help regarding DPDK 2.1.0 -rc3 as well as DPDK 2.0.0 on Ubuntu 14.04 (Kernel 3.19.0-031900-generic) and openvswitchdpdk.l.1.1.0-27.gz. I can install both DPDK-versions without errors by help of following commands: export RTE_SDK=$(pwd) export RTE_TARGET="x86_64-ivshmem-linuxapp-gcc" make CONFIG_RTE_BUILD_COMBINE_LIBS=y CONFIG_RTE_BUILD_SHARED_LIB=y install T="$RTE_TARGET" But when I try to compile the Open vSwitch by help of following commands: ./boot.sh ./configure RTE_SDK=$(RTE_SDK) --disable-ssl make I always get following errors: lib/dpdk-link.c:25:24: fatal error: rte_config.h: No such file or directory #include compilation terminated. make[2]: *** [lib/dpdk-link.o] Error 1 make[2]: Directory »/root/ovs_dpdk/openvswitch« is left make[1]: *** [all-recursive] Error 1 make[1]: Directory »/root/ovs_dpdk/openvswitch« is left make: *** [all] Error 2 Tried Workarounds: Workaround 1: Tried to copy the file rte_config.h (found in dpdk/include/) manually to openvswitch/lib Result 1: Still couldn't make the build Workaround 2: Setting the RTE_SDK variable to dpdk/x86_64-ivshmem-linuxapp-gcc path instead of just to dpdk path Result 2: Still couldn't make the build Workaround 3: Use DPDK 1.7.1 Result 3: Can't even compile DPDK 1.7.1 Thanks! Stefan.