From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ob0-f179.google.com (mail-ob0-f179.google.com [209.85.214.179]) by dpdk.org (Postfix) with ESMTP id 69C0858E1 for ; Wed, 2 Jul 2014 11:55:47 +0200 (CEST) Received: by mail-ob0-f179.google.com with SMTP id uz6so11975399obc.24 for ; Wed, 02 Jul 2014 02:56:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=D4XWCQgISG0cF24fs0VxIk3gk1kHGc0B4RitJ8Eq/xk=; b=EsvvgSheSt/dkIRNB6o8smd3ruZYzBqSCIkgD0WG35Ie4YNL7Utdfn/brtYJUXz3zu w3vNHAWluH3p+T7wbOB6xbA6M8eQFIx+fN3ZVcI5eul0lBFE8BELUTWhcSHcBTVBegPC w2JueIKI1iX7TvS+IlTFkHZHTX6+Rl1Z//uzsrpxbs0r2zWs3b/m22dJxUzx2GW6zayP h2y2WcK5GWV5SJYKO6c+zlIPXBlVqoOv+QrSPu7AQl6Li1YjLRhrzbw/76+cRVBR1djT txWyy6CrD8QpxMstFW4KkiFYrMWetwxoZ8nXYLghPWZyBKQo0SiKb7G+/wU9FsNS45iD qQwQ== X-Gm-Message-State: ALoCoQkO2i1UIMYRvGW7G2pdKpKMi+dA5S4ouaZFw5bTi2hmT3EE+yx/YReBsBbYHl2OP8Uat5qo MIME-Version: 1.0 X-Received: by 10.182.116.161 with SMTP id jx1mr55966079obb.50.1404294967102; Wed, 02 Jul 2014 02:56:07 -0700 (PDT) Received: by 10.202.202.137 with HTTP; Wed, 2 Jul 2014 02:56:07 -0700 (PDT) In-Reply-To: References: Date: Wed, 2 Jul 2014 12:56:07 +0300 Message-ID: From: Alex Markuze To: sothy shan Content-Type: text/plain; charset=UTF-8 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 09:55:47 -0000 You need, to define the following variables before compiling, please refer to the DPDK documentation. export RTE_TARGET=x86_64-native-linuxapp-gcc export RTE_SDK=/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=x86_64 > > Stilll it is not working. Any wrong anywhere? > > Thanks for your reponse. > > Best regards > Sothy >