DPDK patches and discussions
 help / color / mirror / Atom feed
From: Ashwini Thaokar <thaokar.a@husky.neu.edu>
To: dev@dpdk.org
Subject: [dpdk-dev] DPDK installation
Date: Fri, 24 Mar 2017 15:13:50 -0400	[thread overview]
Message-ID: <CAFxnBGHSdXT0G+hUOOfApbR1S0CpXUcSuiWRE4mfd+nxhPdyQg@mail.gmail.com> (raw)

I have downloaded a tar file of latest version of DPDK and extracted it on
my VMware Fusion running Ubuntu 16.04 on Mac OS X .

I'm trying to install and make targets, using the make install
T=<target> command
in the top-level DPDK directory.

 make install T=x86_64-native-linuxapp-icc

The following errors are displayed:

make[5]: Nothing to be done for 'depdirs'.
Configuration done
/bin/sh: 1: icc: not found
/bin/sh: 1: test: -lt: unexpected operator
/bin/sh: 1: icc: not found
/bin/sh: 1: test: -ge: unexpected operator
/bin/sh: 1: icc: not found
/bin/sh: 1: icc: not found
/bin/sh: 1: test: -eq: unexpected operator
/bin/sh: 1: icc: not found
/bin/sh: 1: test: -ge: unexpected operator
/bin/sh: 1: icc: not found
== Build lib
/bin/sh: 1: icc: not found
/bin/sh: 1: icc: not found
/bin/sh: 1: test: -lt: unexpected operator
/bin/sh: 1: icc: not found
/bin/sh: 1: test: -ge: unexpected operator
/bin/sh: 1: icc: not found
/bin/sh: 1: icc: not found
/bin/sh: 1: test: -eq: unexpected operator
/bin/sh: 1: icc: not found
/bin/sh: 1: test: -ge: unexpected operator
/bin/sh: 1: icc: not found
== Build lib/librte_compat
/bin/sh: 1: icc: not found
/bin/sh: 1: icc: not found
/bin/sh: 1: test: -lt: unexpected operator
/bin/sh: 1: icc: not found
/bin/sh: 1: test: -ge: unexpected operator
/bin/sh: 1: icc: not found
/bin/sh: 1: icc: not found
/bin/sh: 1: test: -eq: unexpected operator
/bin/sh: 1: icc: not found
/bin/sh: 1: test: -ge: unexpected operator
/bin/sh: 1: icc: not found
== Build lib/librte_eal
/bin/sh: 1: icc: not found
/bin/sh: 1: icc: not found
/bin/sh: 1: test: -lt: unexpected operator
/bin/sh: 1: icc: not found
/bin/sh: 1: test: -ge: unexpected operator
/bin/sh: 1: icc: not found
/bin/sh: 1: icc: not found
/bin/sh: 1: test: -eq: unexpected operator
/bin/sh: 1: icc: not found
/bin/sh: 1: test: -ge: unexpected operator
/bin/sh: 1: icc: not found
== Build lib/librte_eal/common
/bin/sh: 1: icc: not found
/bin/sh: 1: icc: not found
/bin/sh: 1: test: -lt: unexpected operator
/bin/sh: 1: icc: not found
/bin/sh: 1: test: -ge: unexpected operator
/bin/sh: 1: icc: not found
/bin/sh: 1: icc: not found
/bin/sh: 1: test: -eq: unexpected operator
/bin/sh: 1: icc: not found
/bin/sh: 1: test: -ge: unexpected operator
/bin/sh: 1: icc: not found
== Build lib/librte_eal/linuxapp
/bin/sh: 1: icc: not found
/bin/sh: 1: icc: not found
/bin/sh: 1: test: -lt: unexpected operator
/bin/sh: 1: icc: not found
/bin/sh: 1: test: -ge: unexpected operator
/bin/sh: 1: icc: not found
/bin/sh: 1: icc: not found
/bin/sh: 1: test: -eq: unexpected operator
/bin/sh: 1: icc: not found
/bin/sh: 1: test: -ge: unexpected operator
/bin/sh: 1: icc: not found
== Build lib/librte_eal/linuxapp/eal
/bin/sh: 1: icc: not found
/bin/sh: 1: icc: not found
/bin/sh: 1: test: -lt: unexpected operator
/bin/sh: 1: icc: not found
/bin/sh: 1: test: -ge: unexpected operator
/bin/sh: 1: icc: not found
/bin/sh: 1: icc: not found
/bin/sh: 1: test: -eq: unexpected operator
/bin/sh: 1: icc: not found
/bin/sh: 1: test: -ge: unexpected operator
/bin/sh: 1: icc: not found
  CC eal.o
/bin/sh: 1: icc: not found
/home/ashwinithaokar/Desktop/dpdk-17.02/mk/internal/rte.compile-pre.mk:138:
recipe for target 'eal.o' failed
make[7]: *** [eal.o] Error 127
/home/ashwinithaokar/Desktop/dpdk-17.02/mk/rte.subdir.mk:61: recipe for
target 'eal' failed
make[6]: *** [eal] Error 2
/home/ashwinithaokar/Desktop/dpdk-17.02/mk/rte.subdir.mk:61: recipe for
target 'linuxapp' failed
make[5]: *** [linuxapp] Error 2
/home/ashwinithaokar/Desktop/dpdk-17.02/mk/rte.subdir.mk:61: recipe for
target 'librte_eal' failed
make[4]: *** [librte_eal] Error 2
/home/ashwinithaokar/Desktop/dpdk-17.02/mk/rte.sdkbuild.mk:78: recipe for
target 'lib' failed
make[3]: *** [lib] Error 2
/home/ashwinithaokar/Desktop/dpdk-17.02/mk/rte.sdkroot.mk:126: recipe for
target 'all' failed
make[2]: *** [all] Error 2
/home/ashwinithaokar/Desktop/dpdk-17.02/mk/rte.sdkinstall.mk:85: recipe for
target 'pre_install' failed
make[1]: *** [pre_install] Error 2
/home/ashwinithaokar/Desktop/dpdk-17.02/mk/rte.sdkroot.mk:101: recipe for
target 'install' failed
make: *** [install] Error 2

             reply	other threads:[~2017-03-24 19:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-24 19:13 Ashwini Thaokar [this message]
2017-03-24 19:22 ` De Lara Guarch, Pablo
2017-03-27  5:58   ` Christian Ehrhardt
2017-03-29 19:43 [dpdk-dev] DPDK Installation Ashwini Thaokar
2017-03-30  5:58 ` Christian Ehrhardt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAFxnBGHSdXT0G+hUOOfApbR1S0CpXUcSuiWRE4mfd+nxhPdyQg@mail.gmail.com \
    --to=thaokar.a@husky.neu.edu \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).