where can download the imx.6q cross compiler which version is higher than 4.6.2?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

where can download the imx.6q cross compiler which version is higher than 4.6.2?

515 Views
1315347738
Contributor I

where can download the imx.6q cross compiler which version is higher than 4.6.2?

so,we can use the higher version cross compiler to support some features of c++11.

Labels (4)
0 Kudos
1 Reply

453 Views
joanxie
NXP TechSupport
NXP TechSupport

Install the Ubuntu toolchain gcc-aarch64-linux-gnu GNU C compiler for the arm64 architecture:
$ sudo apt-get install gcc-aarch64-linux-gnu
Export the environment variables:
$ export ARCH=arm64
$ export CROSS_COMPILE=/usr/bin/aarch64-linux-gnu-

you can refer to these steps to download the ubuntu toolchain

0 Kudos