Answer the question
In order to leave comments, you need to log in
Where can I find the latest version of the arm toolchain?
Good day.
I am developing applications for the NEWPOS 8210 pos-terminal. We provided the following toolchain (from the documentation):
The toolchain for NEW8210 is based on ARM cross compile toolchain which has the version of glibc-2.9 gcc-4.3.4
arm-unknown-linux-gnu-g++
Answer the question
In order to leave comments, you need to log in
You see what's the matter, if you use a toolchain that is very different from the one that collects the libraries installed on the device, you have three options:
- rebuild and update all libraries on the device.
- create a separate directory hierarchy /lib, /usr/lib, ... into which to put the libraries (.so) of the new toolchain and in one way or another force the executable files compiled by the new toolchain to use them.
- link your executable files statically.
In the last option, almost any toolchain will suit you, the other two options are more confused.
https://elinux.org/Toolchains#Prebuilt_toolchains
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question