From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qg0-f46.google.com (mail-qg0-f46.google.com [209.85.192.46]) by dpdk.org (Postfix) with ESMTP id 38B3058E1 for ; Wed, 2 Jul 2014 14:23:41 +0200 (CEST) Received: by mail-qg0-f46.google.com with SMTP id q107so4541279qgd.19 for ; Wed, 02 Jul 2014 05:24:01 -0700 (PDT) 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=lLlcrNF775Rs+RrJTFYNi5lRNc6ihuL49jnEHliA2hs=; b=oWtgSMcgRXP0zMH9bOV7Sn9YmXEP6dYgJC6MHFDYEhHIyZk5REcHUDDjOJ+USzSKsB srIy4WJyiMPHq6yHgtN/ekem0KSqRjeDLlM8VNsc1WWh8BbT41EWwubFFkZIwV09NTcl lDFE0jPlIbLc/PXqYXF5tQKl5EUj4EuFJ2LEPhISVphUi5SZP2HkOJJm/hkm5vjvbDn2 GsfQWdvx1XSwN6M0W2sArmdRWOOOrHVMNodtaemfreiMpp1UzEV3WbDzmIuNzfmHY4jd NfVWRGjvbMj5g9EiEL43QVXDCb1t7kBnssRlby8ooB7Du47OQeT58Wo1tdNMpi8Nh3BZ H9bg== MIME-Version: 1.0 X-Received: by 10.140.20.98 with SMTP id 89mr77481999qgi.33.1404303841024; Wed, 02 Jul 2014 05:24:01 -0700 (PDT) Received: by 10.229.54.10 with HTTP; Wed, 2 Jul 2014 05:24:00 -0700 (PDT) In-Reply-To: References: Date: Wed, 2 Jul 2014 14:24:00 +0200 Message-ID: From: sothy shan To: Alex Markuze Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] Intel DPDK: exception_path:RTE_ARCH 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, 02 Jul 2014 12:23:41 -0000 I followed and error is there again. See more description here: make didnot worked. I still use 1.6. :-) cubiq@WKS-LNX-006:~$ ${RTE_SDK} cubiq@WKS-LNX-006:~$ ${RTE_TARGET} cubiq@WKS-LNX-006:~$ export RTE_SDK=3D/home/cubiq/sothy/dpdk-1.6.0r2 cubiq@WKS-LNX-006:~$ export RTE_TARGET=3Dx86_64-native-linuxapp-gcc cubiq@WKS-LNX-006:~$ cd ${RTE_SDK} cubiq@WKS-LNX-006:~/sothy/dpdk-1.6.0r2$ cd examples/exception_path/ cubiq@WKS-LNX-006:~/sothy/dpdk-1.6.0r2/examples/exception_path$ make /home/cubiq/sothy/dpdk-1.6.0r2/mk/rte.extvars.mk:71: /home/cubiq/sothy/dpdk-1.6.0r2/x86_64-native-linuxapp-gcc/.config: Aucun fichier ou dossier de ce type /home/cubiq/sothy/dpdk-1.6.0r2/mk/rte.vars.mk:99: *** RTE_ARCH is not defined. Arr=C3=AAt. cubiq@WKS-LNX-006:~/sothy/dpdk-1.6.0r2/examples/exception_path$ On Wed, Jul 2, 2014 at 11:56 AM, Alex Markuze wrote: > You need, to define the following variables before compiling, please refe= r > to the DPDK documentation. > > > export RTE_TARGET=3Dx86_64-native-linuxapp-gcc > > export RTE_SDK=3D/home/user/dpdk > > > On Wed, Jul 2, 2014 at 12:48 PM, sothy shan wrote: > >> Hello! >> >> I started playing Intel DPDK example. I used to compile exception_path >> code. >> When I do make command "make", I got an error, >> >> RTE_ARCH is not set. So I set the variable via terminal bash using >> >> export RTE_ARCH=3Dx86_64 >> >> Stilll it is not working. Any wrong anywhere? >> >> Thanks for your reponse. >> >> Best regards >> Sothy >> > >