Hello everyone,
I’m using VisualGDB to develop user-application code for and embedded target.
Target specs are:
- CPU: aarch64
- Kernel: 5.4.70
- Root filesystem: from Ubuntu 18.04.6 (Bionic beaver)
The latest version of gcc that I can get from apt (on the target) is: gcc v7.5 w/ GLIBC v2.27
On my host PC (the one that I use to develop) I’m using gcc v10.3 downloaded from the ARM toolchain website.
I’ve done the syncroot synchronization, so the libraries on the host PC and the target should be the same.
Is it enough or there could be some kind of error due to the fact that I’m using a more recent version of gcc with respect to my distro’s package?
Thank you