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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

1,051件の閲覧回数
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.

ラベル(4)
0 件の賞賛
返信
1 返信

989件の閲覧回数
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 件の賞賛
返信