Hi,
> OK, your reply clarifies the issue. I confirm that I could reproduce
> the same issue you had following your reply. So something is missing,
> or maybe if the use case is justified, maybe additional work should be
> done in the build system (maybe related to
> mk/rte.extsubdir.mk) to supp
Hi Petr,
OK, your reply clarifies the issue. I confirm that I could reproduce
the same issue
you had following your reply. So something is missing, or maybe if the
use case is justified, maybe
additional work should be done in the build system (maybe related to
mk/rte.extsubdir.mk) to support it (
Hi,
> >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=
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 pos
Hi,
I'm having troubles creating a working Makefile for DPDK app that has source
files in subdirectories.
Minimal repro I created uses the `helloworld` sample with following changes:
1. Add `tst` subdirectory to project's root
2. Add empty `tst.c` file to such subdirectory
3. Modify orig