DPDK usage discussions
 help / color / mirror / Atom feed
From: Rami Rosen <roszenrami@gmail.com>
To: users@dpdk.org, t-pehous@microsoft.com
Subject: Re: [dpdk-users] Building app with source in subdirectory ?doesn't work
Date: Sun, 9 Sep 2018 13:51:29 +0300	[thread overview]
Message-ID: <CAKoUAr=FAteMyQoSJ-vcfZjimfwAfNFfmsHcrPgrhLhJEMm-yg@mail.gmail.com> (raw)

HI Peter,

>I tried debugging the `Makefile` via `make D=1` but it doesn't output any debug >information before failing on abovementioned message.

You need to run "make V=1" in order to get debug messages in the build
process, and not D=1. I would suggest that you will try again with V=1
and post the log here.

Second, where is the Makefile (with SRC-y) that you mentioned located ?

If I understand correctly, you added the "tst" folder under the root DPDK tree.

Third: usually applications are added under the examples folder or the
app folder, and you can follow recent patches of adding app under
examples, unless it is mandatory that the tst folder you added will be
under the root DPDK folder.

Regards,
Rami Rosen

             reply	other threads:[~2018-09-09 10:51 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-09 10:51 Rami Rosen [this message]
2018-09-09 18:21 ` Petr Houska
2018-09-10  9:14   ` Rami Rosen
2018-09-10 16:47     ` Petr Houska
  -- strict thread matches above, loose matches on Subject: below --
2018-09-09  4:49 Petr Houska

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='CAKoUAr=FAteMyQoSJ-vcfZjimfwAfNFfmsHcrPgrhLhJEMm-yg@mail.gmail.com' \
    --to=roszenrami@gmail.com \
    --cc=t-pehous@microsoft.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).