I hit a pair of head-scratchers while cross-compiling SystemTap on Ubuntu 18.04 for aarch64:
During ./configure
configure: error: missing elfutils development headers/libraries
During make (link stage)
/usr/bin/ld: libstrfloctime.a(...):...
When working with Linux drivers, firmware arrays, or system commands, one of the most common problems I’ve run into is multiple definition errors or...