Hi, I'm trying to cross-compile util-linux 2.33.2 for an arm64 device, make command work fine but install no, this is the error: libtool: error: error: relink 'libblkid.la' with the above command before installing it Makefile:5836: recipe for target 'install-usrlib_execLTLIBRARIES' failed
OS: ubuntu 16.04 Commands: ./configure --host=aarch64-linux-gnu --prefix="/usr" make -j8 sudo make install DESTDIR="${ROOTFSBUILDS}/util-linux" Thanks in advance Mihamed