From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yw0-f173.google.com (mail-yw0-f173.google.com [209.85.161.173]) by dpdk.org (Postfix) with ESMTP id 015F0F96B for ; Mon, 27 Mar 2017 07:59:08 +0200 (CEST) Received: by mail-yw0-f173.google.com with SMTP id d191so24126880ywe.2 for ; Sun, 26 Mar 2017 22:59:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canonical-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=HXKlGUGN/o5pow8Um6iL7tPg0DtWLAXPmrbUiKE/P3U=; b=XkNf2/IWNJKBuy/Qbd6TePFI/LMFoXn6GCoUV+yCw0kHEhmFRMlMVZy14BnaY7DyRK c7ZaUjEZ8DxVxNG5I2lRLSBRyC44Lekt/PwhYWBm8ijyG6UDssbwNTUKBT0MDtgjCBgd UfyJAFNEnMw24wWpudo4LZVQQDkLuzzWlpS7BldGHOiTsa5KFvmzNtIYGVU8oN84KFdu VQRyX6XT6lKILnoDJQgQiIN/GIS4hbUZBnuGa2TOyId7Z+V+czjnfI3p28B881BIRIk0 bRDG6qU38u10HhG69u4gotVwADwgr8wDQsf6mi9q1hySXXuoORO1ZTM88srto/w7DG3z yf7w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=HXKlGUGN/o5pow8Um6iL7tPg0DtWLAXPmrbUiKE/P3U=; b=WcFWNp2rfJ+EewOl359026QM4TgA6Dwf/KEhdESHYOlxyww0WDfMhH4Enz5ImeZYq0 PS7Wj6O4VrCT2ScRY5dUzdno7CLs8udDElzfZIOXEuWmWce6N0+A0R9OzXIpEKN6wZrw K9WUgpOhMvtmaHF8xBRZh+r3ivFSZ1i5raawxuwQZyLwVC1F7BAjX8msr6EbL1N8TBwQ WvwY+sjRary70xgxGapCeV/PczmvtjHfiM/bmIM4xrtegRZQfs5oJimDQMc7PB8crgff m5gC1ByPUGoM1OJ7mRjSCMbysqNd/+V3+9aXaiX/eaYPi6OV3uIljevApfuOrazSKOyt vELQ== X-Gm-Message-State: AFeK/H3+aCrXTjXa4jHV6PVMw/rGjNYGk/V3fnoPjmKhKooaXqdWbOPrDCHsUa4eD0szxUvpZhlyVB3OMg4g3ycG X-Received: by 10.129.42.194 with SMTP id q185mr16800164ywq.156.1490594347956; Sun, 26 Mar 2017 22:59:07 -0700 (PDT) MIME-Version: 1.0 Received: by 10.129.27.11 with HTTP; Sun, 26 Mar 2017 22:58:37 -0700 (PDT) In-Reply-To: References: From: Christian Ehrhardt Date: Mon, 27 Mar 2017 07:58:37 +0200 Message-ID: To: "De Lara Guarch, Pablo" Cc: Ashwini Thaokar , "dev@dpdk.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] DPDK installation X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 05:59:09 -0000 On Fri, Mar 24, 2017 at 8:22 PM, De Lara Guarch, Pablo < pablo.de.lara.guarch@intel.com> wrote: > Looks like you don't have icc installed. > Use the x86_64-native-linuxapp-gcc instead: > > make install T=x86_64-native-linuxapp-gcc > Ack to that, and since there are more dependencies you might want to satisfy to can at least get close very easily. Since DPDK is in Ubuntu you can with one line get what we use to build it. $ sudo apt-get build-dep dpdk I say only "close" since this is what we used to build the version in the respective release, e.g. dpdk 2.2 in xenial. And also extra deps can depend on your config still. P.S. ok, maybe a few more lines if you have not yet uncommented the deb-src lines in /etc/apt/sources.list, but "apt-get build-dep" will tell you so if needed. -- Christian Ehrhardt Software Engineer, Ubuntu Server Canonical Ltd