Hi Ashwini,
> -----Original Message----- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Ashwini Thaokar > Sent: Friday, March 24, 2017 7:14 PM > To: dev@dpdk.org > Subject: [dpdk-dev] DPDK installation > > 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 Looks like you don't have icc installed. Use the x86_64-native-linuxapp-gcc instead: make install T=x86_64-native-linuxapp-gcc