From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf0-f48.google.com (mail-lf0-f48.google.com [209.85.215.48]) by dpdk.org (Postfix) with ESMTP id 7DFE5D1E6 for ; Fri, 24 Mar 2017 20:13:51 +0100 (CET) Received: by mail-lf0-f48.google.com with SMTP id x137so2666643lff.3 for ; Fri, 24 Mar 2017 12:13:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=husky-neu-edu.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=Gn31NsHFN4e+Oe0rxhhYy1H9GsCi/WvcCEuk8NeRYrs=; b=P2E3p9txms3uGcNJRZ+yg0uGJOjZWR53rpsF/x3pPsxWWYNnmyqh6nefksVxhbAUdL 5QHsOb822+YJ+yVVeByEaQvKTBzx8kGfF/s/2jzKGGFQZp+1kqSNe+n8rhXllE1TyyEf hZtfnuKMoj1umK6WyFbSl4qmihvSpsNP4TstVjTgr0HMj0EqzJlz0+ue8xmNHyVNqlY0 J+L8+wd6/PSSd8Xiyy1Svf8QfE0TuHtABPF3DQ6e/xG0JzDURA4Hl1FzG8PqYKSWQZwP w+ek2WeOrW6VEinhXH6tLGecdjullByLeAgR73cPocNCW67bkdARl402Il+s27g+7hKB sjJA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=Gn31NsHFN4e+Oe0rxhhYy1H9GsCi/WvcCEuk8NeRYrs=; b=pjAIgq1KxKbj4LNqMxKnCePaIdDxKN9FNjfF5/U4qCyLJaiU4IIEdWVESXrvdTOKkF +eQTdIM6z7yW8tAJZ+AC/ECnEZ/GVQUY4yWhPhcbEU2HuD7zcCige86e6o+v/fux46DZ 9xibKaH4ccLBMe33gS8skk3WqIgUwQhwn2sNTyPBHIPE47q1f8ewryZOaK285LCgnLj6 p7UI1074Z4gcwafyoHggF056EkUTGvory1SUYfLQsycbC7fqqOXWZzEH7aOJHlOWQd5z 924ni9Ig8g82O12yaTavFyIW/8maqnjk5lfVcQZhNb5933OHywpV9/faEK/zYOb0PkEl IaSg== X-Gm-Message-State: AFeK/H2jaqzqe2lTjjRtq2v3gkueBF1kCkk3Kzk4zxXBzuGJV0qixhC0oB664Shaa6hIJxBs6h4j3kV6+MZucA== X-Received: by 10.25.15.198 with SMTP id 67mr4613500lfp.53.1490382830771; Fri, 24 Mar 2017 12:13:50 -0700 (PDT) MIME-Version: 1.0 Received: by 10.25.25.82 with HTTP; Fri, 24 Mar 2017 12:13:50 -0700 (PDT) From: Ashwini Thaokar Date: Fri, 24 Mar 2017 15:13:50 -0400 Message-ID: To: dev@dpdk.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [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: Fri, 24 Mar 2017 19:13:51 -0000 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= 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