I'm unable to find documentation about what libraries must be installed on the target in order for code compiled with gcc-arm-8.3-2019.03-x86_64-aarch64-linux-gnu to work properly on the target.
In release notes, I can see that runtime-gcc-*.tar.xz is required. This archive contains libstdc++. Do I also need to copy sysroot-*.tar.xz to my target?
I'm planning to use Ubuntu as a base for my target. Changing libstdc++ and libc will turn it into FrankenUbuntu.