On Thu, Jan 30, 2020 at 11:53 AM Hemant Agrawal <hemant.agra...@nxp.com> wrote: > Can you elaborate more, how are you compiling? are you using the > v19.11.0 tag? > event/dpaa is dependent on crypto/dpaa_sec > > but code do take care of it.
Yes, the v19.11 tag. Using ./devtools/test-build.sh, and I hit the issue once with the i686-native-linux-gcc+shared+debug+default. I could not find a dependency in the makefiles for this. But meson has this dependency. drivers/event/dpaa/meson.build deps += ['pmd_dpaa', 'pmd_dpaa_sec'] I suppose I can catch it because I build with -j28. I have been burning^Wcompiling a lot, those weeks, but this is the first time I caught it. -- David Marchand