/home/ubuntu/dynamorio/build/bin64/drrun -c /home/ubuntu/dynamorio/build/api/bin/libinscount.so -- \
/home/ubuntu/spec2017/bin/specperl -I"${_bin}/common" -I"${_bin}/${_lib}" -I"${_bin}" -I"${_bin}/lib" "${_bin}/${_loc}/${_tool}" $*
but this would fail at building the benchmark with the following message:
======================================================================
Client inscount is running
/usr/bin/ld: cannot find Instrumentation results: 30733113 instructions executed: No such file or directory
/usr/bin/ld: cannot find : No such file or directory
/usr/bin/ld: cannot find Instrumentation results: 3342562 instructions executed: No such file or directory
/usr/bin/ld: cannot find : No such file or directory
/usr/bin/ld: cannot find Instrumentation results:
8623990803 instructions executed: No such file or directory
/usr/bin/ld: cannot find : No such file or directory
/usr/bin/ld: cannot find Instrumentation results: 130732949 instructions executed: No such file or directory
/usr/bin/ld: cannot find : No such file or directory
/usr/bin/ld: cannot find Instrumentation results: 3317894 instructions executed: No such file or directory
/usr/bin/ld: cannot find : No such file or directory
/usr/bin/ld: cannot find Instrumentation results: 2467271 instructions executed: No such file or directory
/usr/bin/ld: cannot find : No such file or directory
/usr/bin/ld: error: could not unlink output file
collect2: error: ld returned 1 exit status
I cannot even tell what the missing file/directory is.