DPDK usage discussions
 help / color / mirror / Atom feed
* Building DPDK with Meson/Ninja using ICC
@ 2021-11-25 16:54 Leonid Bloch
  2021-11-29  8:58 ` David Marchand
  0 siblings, 1 reply; 2+ messages in thread
From: Leonid Bloch @ 2021-11-25 16:54 UTC (permalink / raw)
  To: users

Hi,

I'm trying to build DPDK 19.11.8 with Meson/Ninja using ICC. When using 
`make`, it's as simple as: `make T=x86_64-native-linuxapp-icc`.
So there are two questions:

1. How is the same achieved with DPDK 19.11.8 when using Meson/Ninja?
2. Is the answer to (1) still the same in newer DPDK versions?

I did not find anything about it in the documentation, except the 
`--cross-file` flag for meson, but there appears to be no adequate 
config file for this in `config/x86`.

Can anyone please assist?

Thanks,
Leonid.
___

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

* Re: Building DPDK with Meson/Ninja using ICC
  2021-11-25 16:54 Building DPDK with Meson/Ninja using ICC Leonid Bloch
@ 2021-11-29  8:58 ` David Marchand
  0 siblings, 0 replies; 2+ messages in thread
From: David Marchand @ 2021-11-29  8:58 UTC (permalink / raw)
  To: Leonid Bloch; +Cc: users

On Sun, Nov 28, 2021 at 1:57 PM Leonid Bloch <leonidb@asocscloud.com> wrote:
> I'm trying to build DPDK 19.11.8 with Meson/Ninja using ICC. When using
> `make`, it's as simple as: `make T=x86_64-native-linuxapp-icc`.
> So there are two questions:
>
> 1. How is the same achieved with DPDK 19.11.8 when using Meson/Ninja?
> 2. Is the answer to (1) still the same in newer DPDK versions?
>
> I did not find anything about it in the documentation, except the
> `--cross-file` flag for meson, but there appears to be no adequate
> config file for this in `config/x86`.
>
> Can anyone please assist?

To build in a directory called "x86_64-native-linuxapp-icc", please try:
$ CC=icc meson setup x86_64-native-linuxapp-icc
$ ninja-build -C x86_64-native-linuxapp-icc


-- 
David Marchand


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

end of thread, other threads:[~2021-11-29  8:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-25 16:54 Building DPDK with Meson/Ninja using ICC Leonid Bloch
2021-11-29  8:58 ` David Marchand

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