Re: [dpdk-users] Building app with source in subdirectory ?doesn't work

2018-09-09 Thread Petr Houska
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=

Re: [dpdk-users] Building app with source in subdirectory ?doesn't work

2018-09-09 Thread Rami Rosen
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