[dpdk-dev] DPDK installation
    De Lara Guarch, Pablo 
    pablo.de.lara.guarch at intel.com
       
    Fri Mar 24 20:22:12 CET 2017
    
    
  
Hi Ashwini,
> -----Original Message-----
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Ashwini Thaokar
> Sent: Friday, March 24, 2017 7:14 PM
> To: dev at 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
    
    
More information about the dev
mailing list