From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <sothy.e98@gmail.com>
Received: from mail-qc0-f171.google.com (mail-qc0-f171.google.com
 [209.85.216.171]) by dpdk.org (Postfix) with ESMTP id EA1DF30D
 for <dev@dpdk.org>; Wed,  2 Jul 2014 11:48:35 +0200 (CEST)
Received: by mail-qc0-f171.google.com with SMTP id w7so9504148qcr.2
 for <dev@dpdk.org>; Wed, 02 Jul 2014 02:48:56 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
 h=mime-version:date:message-id:subject:from:to:content-type;
 bh=i3sQPmFufkVxl0l4MJXWtTUJ4RbnI4Cyi7NjFYBhbXY=;
 b=oTFbkbwCaSx6i3/pF2qcSmswkcD0xdlxPGFp+ntMNBTNeBh9edafLMrVjJ7nESVzPh
 q+RXhXrBd2YjtqPm0rZKR0z6ufdQJyHZcr/r/9ukCCHJck9U6whlhgaiGZaRkOsHCQqV
 D8CzZPCD2UALQw/AG52X9YOr/0Ir5+LdAb8ZY8GPQxPvWKx9PFq4DpUJY0jLrNCIj1z5
 wWx4LazkTKwH04lD0W9W4ZnQgVLxtRn0N5jcK7YcO00dKegWUIoMzkYto4U3YW4LNx/7
 9T+tbf4SpgRyLgY/dRX8rpb/wxJ3el3OCKSrO86kE6nbPZzBMj9tCWTtgZ6oKQ5yX4Gy
 mDgg==
MIME-Version: 1.0
X-Received: by 10.140.41.116 with SMTP id y107mr76378728qgy.78.1404294535993; 
 Wed, 02 Jul 2014 02:48:55 -0700 (PDT)
Received: by 10.229.54.10 with HTTP; Wed, 2 Jul 2014 02:48:55 -0700 (PDT)
Date: Wed, 2 Jul 2014 11:48:55 +0200
Message-ID: <CAHcF_0YYXi8KiVReuZW7YTWLLDL0A7Ui1fb4qTJpo0C7JoPqRw@mail.gmail.com>
From: sothy shan <sothy.e98@gmail.com>
To: dev@dpdk.org
Content-Type: text/plain; charset=UTF-8
X-Content-Filtered-By: Mailman/MimeDel 2.1.15
Subject: [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 <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 02 Jul 2014 09:48:36 -0000

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