DPDK usage discussions
 help / color / mirror / Atom feed
From: David Marchand <david.marchand@redhat.com>
To: Leonid Bloch <leonidb@asocscloud.com>
Cc: users <users@dpdk.org>
Subject: Re: Building DPDK with Meson/Ninja using ICC
Date: Mon, 29 Nov 2021 09:58:14 +0100	[thread overview]
Message-ID: <CAJFAV8wZrMrx3TK3zNFnV0mC0UiaQPcqxCA2Oindwud1jyD6cQ@mail.gmail.com> (raw)
In-Reply-To: <cfe188c2-0310-efb3-0e73-e7d57639bcd7@asocscloud.com>

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


      reply	other threads:[~2021-11-29  8:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-25 16:54 Leonid Bloch
2021-11-29  8:58 ` David Marchand [this message]

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=CAJFAV8wZrMrx3TK3zNFnV0mC0UiaQPcqxCA2Oindwud1jyD6cQ@mail.gmail.com \
    --to=david.marchand@redhat.com \
    --cc=leonidb@asocscloud.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).