DPDK usage discussions
 help / color / mirror / Atom feed
From: RICCARDO RUSSO <riccardo.russo79@gmail.com>
To: users@dpdk.org
Subject: [dpdk-users] PKTGEN-DPDK install
Date: Mon, 23 Apr 2018 10:16:40 +0200	[thread overview]
Message-ID: <CAAbvOZRWB6EJ=L5qB6JrBeDHbgU42wNgdZYCugnLbOnYBxyLoA@mail.gmail.com> (raw)

Hello,
I need help on installing PKTGEN-DPDK for Centos7. Here there is my
procedure:

$ yum -y install yum-plugin-fastestmirror
$ yum -y update
$ yum -y install git gcc numactl-devel libpcap-devel kernel-devel
libarchive readline-devel
$ wget http://dpdk.org/browse/dpdk-stable/snapshot/dpdk-stable-18.02.tar.gz
$ tar xzvf dpdk-stable-18.02.tar.gz
$ wget http://dpdk.org/browse/apps/pktgen-dpdk/snapshot/pktgen-3.5.0.tar.gz
$ tar xzvf pktgen-3.5.0.tar.gz
$ wget http://www.lua.org/ftp/lua-5.3.4.tar.gz
$ tar xzvf lua-5.3.4.tar.gz

$ reboot
$ cd /root/dpdk-stable-18.02
$ make install T=x86_64-native-linuxapp-gcc DESTDIR=install
$ cd /root/lua-5.3.4
$ make linux test

$ cd /root/pktgen-3.5.0
$ export RTE_SDK=/root/dpdk-stable-18.02
$ export RTE_TARGET=x86_64-native-linuxapp-gcc
$ make
== app
make[2]: *** No rule to make target
`/root/pktgen-3.5.0/app/../lib/lua/src/x86_64-native-linuxapp-gcc/lib/librte_lua.a'.
Stop.
make[1]: ***
[/root/pktgen-3.5.0/app/../lib/lua/src/x86_64-native-linuxapp-gcc/lib/librte_lua.a]
Error 2

Rr

             reply	other threads:[~2018-04-23  8:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-23  8:16 RICCARDO RUSSO [this message]
2018-04-23  9:09 ` RICCARDO RUSSO

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='CAAbvOZRWB6EJ=L5qB6JrBeDHbgU42wNgdZYCugnLbOnYBxyLoA@mail.gmail.com' \
    --to=riccardo.russo79@gmail.com \
    --cc=users@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).