DPDK usage discussions
 help / color / mirror / Atom feed
* How to build DPDK without usertools/dpdk-setup.sh?
@ 2024-09-11 13:39 David Aldrich
  2024-09-11 15:52 ` David Marchand
  0 siblings, 1 reply; 5+ messages in thread
From: David Aldrich @ 2024-09-11 13:39 UTC (permalink / raw)
  To: users

Hi

With dpdk v.19.11.14 I built dpdk for target 'x86_64-native-linux-gcc'
using usertools/dpdk-setup.sh (option 44).

The resulting directory structure included:

$ ls dpdk-stable-19.11.14/x86_64-native-linux-gcc
app  build  include  kmod  lib  Makefile

I am now moving to dpdk v.20.11.10 in which usertools/dpdk-setup.sh is
deprecated. I build with:

$ meson -Dexamples=all build
$ cd build
$ ninja

which results in:

$ ls build
app          buildtools             config  drivers   lib
meson-logs     meson-uninstalled   usertools
build.ninja  compile_commands.json  doc     examples  meson-info
meson-private  rte_build_config.h

which is quite different to the v.19 build. For example, there is now
no 'include' directory.

I don't want to 'install' because I am experimenting with different
dpdk versions.

Is it possible to produce a target directory in v.20.11.10 similar to
that of dpdk-stable-19.11.14/x86_64-native-linux-gcc?

Best regards
David

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-09-11 17:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-11 13:39 How to build DPDK without usertools/dpdk-setup.sh? David Aldrich
2024-09-11 15:52 ` David Marchand
2024-09-11 15:59   ` David Aldrich
2024-09-11 16:11   ` Richardson, Bruce
2024-09-11 17:01     ` David Aldrich

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).