Re: [dpdk-dev] [PATCH v3 0/2] add a macro to disable support of backtrace

2017-05-05 Thread Thomas Monjalon
05/05/2017 15:18, Thomas Monjalon: > Some LIBC implementation like musl doesn't support backtrace() > and backtrace_symbols() declared in execinfo.h. > Currently some DPDK customers fail to build DPDK with musl. > In order to build DPDK with musl, there is a need to > remove references to execinfo.

[dpdk-dev] [PATCH v3 0/2] add a macro to disable support of backtrace

2017-05-05 Thread Thomas Monjalon
Some LIBC implementation like musl doesn't support backtrace() and backtrace_symbols() declared in execinfo.h. Currently some DPDK customers fail to build DPDK with musl. In order to build DPDK with musl, there is a need to remove references to execinfo.h. Add a configuration parameter which defau