I just try to build this as the Readme said, i.e. install the dependencies -> . /autogen -> ./configure.sh -> make, but problem occurs:
$ make
Making all in src
make[1]: Entering directory '/home/ros/benchmarking/src'
...
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../inc -I/home/ros/benchmarking/inc -I/home/ros/benchmarking/ext/libcjson/ -I/home/ros/benchmarking/ext/libini/src -I/home/ros/benchmarking/ext/libmfa/inc/ -I/home/ros/benchmarking/ext/libswo/ -I/home/ros/benchmarking/ext/openocd/src -g -O2 -MT libpipeline_la-itm2mem_info.lo -MD -MP -MF .deps/libpipeline_la-itm2mem_info.Tpo -c itm2mem_info.c -fPIC -DPIC -o .libs/libpipeline_la-itm2mem_info.o
itm2mem_info.c:11:10: fatal error: info.h: No such file or directory
11 | #include <info.h>
| ^~~~~~~~
compilation terminated.
make[1]: *** [Makefile:760: libpipeline_la-itm2mem_info.lo] Error 1
make[1]: Leaving directory '/home/ros/benchmarking/src'
make: *** [Makefile:429: all-recursive] Error 1
Is it possible that I missed something?