Last but not least, we need a gcc top-level script to set up some things for us (placed somewhere in PATH, ideally): gcc-8.sh: Shell 1 2 3 4 5 #!/bin/bash root=/usr/local/root64 export PATH=$root/usr/bin/:$PATH export LD_LIBRARY_PATH=$root/lib/aarch64-li...