I try to compile redis on Ubunut 19.10. Cross compile with arm-hisiv500-linux-gcc. I got this error:
debug.c:39:22: Fatal Error: execinfo.h:No such file or directory
#include <execinfo.h>
There is no execinfo.h in the src folder. How to resolve it?