From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: David Aldrich <David.Aldrich@emea.nec.com>
Cc: "Wiles, Keith" <keith.wiles@intel.com>,
"Pavey, Nicholas" <npavey@akamai.com>,
users@dpdk.org
Subject: Re: [dpdk-users] Problem building DPDK libraries
Date: Thu, 17 Nov 2016 18:27:54 +0100 [thread overview]
Message-ID: <2043280.LySBNQhaCd@xps13> (raw)
In-Reply-To: <4b8b000b0230457992c1f3fa45b22536@EUX13SRV1.EU.NEC.COM>
2016-11-17 17:02, David Aldrich:
> You are all very helpful. Thank you.
>
> I'm afraid 'make install' isn't working:
>
> # make install
> make[1]: Nothing to be done for 'pre_install'.
> ================== Installing /usr/local/
> cp: cannot stat 'build/lib/*': No such file or directory
> /root/dpdk-2.2.0/mk/rte.sdkinstall.mk:116: recipe for target 'install-runtime' failed
> make[3]: *** [install-runtime] Error 1
The canonical commands are:
make config T=x86_64-native-linuxapp-gcc
make -j3
make install DESTDIR=myinstall
You can change build/.config if needed.
The install step is optional.
There is also
make help
next prev parent reply other threads:[~2016-11-17 17:27 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-17 15:51 David Aldrich
2016-11-17 15:59 ` Thomas Monjalon
2016-11-17 16:05 ` David Aldrich
2016-11-17 16:09 ` Wiles, Keith
2016-11-17 16:24 ` David Aldrich
2016-11-17 16:28 ` David Aldrich
2016-11-17 16:47 ` David Aldrich
2016-11-17 16:54 ` Pavey, Nicholas
2016-11-17 16:56 ` David Aldrich
2016-11-17 16:58 ` Pavey, Nicholas
2016-11-17 17:00 ` Wiles, Keith
2016-11-17 17:02 ` David Aldrich
2016-11-17 17:16 ` Wiles, Keith
2016-11-17 17:23 ` David Aldrich
2016-11-17 17:31 ` Thomas Monjalon
2016-11-17 17:27 ` Thomas Monjalon [this message]
2016-11-17 18:38 ` Pavey, Nicholas
2016-11-17 16:56 ` Wiles, Keith
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=2043280.LySBNQhaCd@xps13 \
--to=thomas.monjalon@6wind.com \
--cc=David.Aldrich@emea.nec.com \
--cc=keith.wiles@intel.com \
--cc=npavey@akamai.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).