Re: [dpdk-dev] DPDK Installation

2017-03-30 Thread Christian Ehrhardt
On Wed, Mar 29, 2017 at 9:43 PM, Ashwini Thaokar wrote: > > You must put some 'source' URIs in your sources.list Given the error message you likely want to user "apt build-dep" to automatically get all dependencies to build a dpdk app by pulling in what Ubuntu uses to build DPDK. Since this is

[dpdk-dev] DPDK Installation

2017-03-29 Thread Ashwini Thaokar
Hi, I have been trying to install dpdk on my VMware Fusion with Ubuntu 16.04.1 on Mac. I've got many errors and tried troubleshooting but still I am not able to run the hello world example application. I'm thinking of starting from scratch. Please suggest me some link on how to install DPDK and ru

Re: [dpdk-dev] DPDK installation

2017-03-26 Thread Christian Ehrhardt
On Fri, Mar 24, 2017 at 8:22 PM, De Lara Guarch, Pablo < pablo.de.lara.gua...@intel.com> wrote: > Looks like you don't have icc installed. > Use the x86_64-native-linuxapp-gcc instead: > > make install T=x86_64-native-linuxapp-gcc > Ack to that, and since there are more dependencies you might wan

Re: [dpdk-dev] DPDK installation

2017-03-24 Thread De Lara Guarch, Pablo
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

[dpdk-dev] DPDK installation

2017-03-24 Thread Ashwini Thaokar
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 error