This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Requirements for the target when cross compiling with gcc-arm-8.3-2019.03-x86_64-aarch64-linux-gnu

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