From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ua0-f172.google.com (mail-ua0-f172.google.com [209.85.217.172]) by dpdk.org (Postfix) with ESMTP id E4E511BD5E for ; Tue, 15 May 2018 05:53:06 +0200 (CEST) Received: by mail-ua0-f172.google.com with SMTP id d4-v6so9875965ual.10 for ; Mon, 14 May 2018 20:53:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=LNTe7uWHN8x2G3x5HNm1RXwYpszqnA/ttXop4v36A30=; b=p2SzA238kV58Evyobt2TNNZahiGJkeQWr/3c7fKTVC4lRhtI4Slac9mtC4ll8PuFct GdLQ61WCkc+RrHgLoVMsI/yqeMnNiVd81F0d3OSpdtH+WNNgg1eb+7wemTI//OO7OzE7 Rk0BbeLsEj8B2DgzQK+TSTkLeDi1i2BaA1EDDEYNa3l6vPVyE3KrKn4474ZUNMv5txd1 Ei7g3YOSfWuilDeZBYwwgXj1wY07Wr6zZLZzptru+AiSJfRzgaHmB3M9Aa09pgWomCWX oGVmDBZ3GdH0Nu8aAwog235AoiNOMKyCtL3Hp5vyYufAbn0S74Ab13pw4T5Jx3c7RjKG QhiA== 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=LNTe7uWHN8x2G3x5HNm1RXwYpszqnA/ttXop4v36A30=; b=miYSn3aTC7Mf+zWXSOCR+qprZailLVC86xJNjLoXgGMZr/8thgbzhQ79DaCcxoLG/e Cb+iPengHB/boBmuP3tWbBDTEa2O7KdkdeJh7FWCv1fNh/bciaNmjQgFBd7jw+P7sSIT /++5gDHERvW3CzT5JH4ZFiCEqueDzsym1X/o0f52krpohUrn2WILFrv1dgKcAkoJ9EBh bbgEOW/cKBgV6ZUkEjdO4xT5pNpamXnGq+f0OcdDryZes+ns6QZqL8yjPmqZf9Htf67Q stIM7Mzg4Wrl/jEkejHl9PMdgz32ht4jyK/wiX3M1vjRjVwmDFsVh6vg0/ta4AreKuQp 1EnQ== X-Gm-Message-State: ALKqPwd1dKwTslp0fX1tAST1fxIpa7ALVkyxx4QN6H02VL/cBeEcscO+ gJEg5j2S5Dl+P6WrDGNw61q5mDhfXIT9/hKL7rw= X-Google-Smtp-Source: AB8JxZpDBaZCpbL2LQgebxOlKvyuanVogcQ+Yd4pDZm8Io7soEa9iD3rvJyHrPXGfffCAxFwLQHfOeL5HrPDQEWtLi8= X-Received: by 2002:ab0:1d2:: with SMTP id 76-v6mr14515850ual.200.1526356384858; Mon, 14 May 2018 20:53:04 -0700 (PDT) MIME-Version: 1.0 Received: by 10.31.189.15 with HTTP; Mon, 14 May 2018 20:53:04 -0700 (PDT) In-Reply-To: References: From: Muhammad Zain-ul-Abideen Date: Tue, 15 May 2018 08:53:04 +0500 Message-ID: To: santosh kumar Cc: users Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-users] need help: Compiling Dpdk on Ubuntu 14.04.1 "gcc: error: : No such file or directory" . X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2018 03:53:07 -0000 hey, i noticed you are mixing i686 and x86. kindly share the output of "uname -a". if its not 32 bit use 14 option. Regards: Zain ul Abideen Disclaimer: The information contained in this e-mail and any attachments is confidential; it is intended only for use of the individual or entity named above. If the reader of this message is not the intended recipient, you are notified that any dissemination, distribution or use of this information is strictly prohibited. If you have received this communication in error, please delete it and email confirmation to the sender. Thank You. On Mon, May 14, 2018 at 8:12 PM, santosh kumar wrote: > Hi folks, > > could ypu please provide info for below error. > > while building dpdk through running ./usertools/dpdk-setup.sh , hitting > below error > > > [8] i686-native-linuxapp-gcc > > [9] i686-native-linuxapp-icc > > [10] ppc_64-power8-linuxapp-gcc > > [11] x86_64-native-bsdapp-clang > > [12] x86_64-native-bsdapp-gcc > > [13] x86_64-native-linuxapp-clang > > [14] x86_64-native-linuxapp-gcc > > [15] x86_64-native-linuxapp-icc > > [16] x86_x32-native-linuxapp-gcc > > > Option: 8 > > > Configuration done using x86_64-native-linuxapp-gcc > == Build lib/librte_compat > > == Build lib/librte_eal > > == Build lib/librte_eal/common > > == Build lib/librte_eal/linuxapp > > == Build lib/librte_eal/linuxapp/eal > > CC eal.o > > gcc: error: : No such file or directory > > make[7]: *** [eal.o] Error 1 > > make[6]: *** [eal] Error 2 > > make[5]: *** [linuxapp] Error 2 > > make[4]: *** [librte_eal] Error 2 > > make[3]: *** [lib] Error 2 > > make[2]: *** [all] Error 2 > > make[1]: *** [pre_install] Error 2 > > make: *** [install] Error 2 > > ------------------------------------------------------------------------------ > > RTE_TARGET exported as i686-native-linuxapp-gcc > > ------------------------------------------------------------------------------ > > > Set Up : > > 1. Dpdk Version : dpdk-stable-17.11.2 > > Uname -a > > Linux ubuntu 3.19.0-25-generic #26~14.04.1-Ubuntu SMP Fri Jul 24 21:18:00 > UTC 2015 i686 i686 i686 GNU/Linux > > *Selected Adapter Types: Intel PRO/1000MT Server 82545EM (Virtual Box on > Mac)* > > > Regards, > > *Santosh Jeergi *