where can download the imx.6q cross compiler which version is higher than 4.6.2?
‎04-18-2019
12:18 AM
780 Views
1315347738
Contributor I
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
1 Reply
‎04-22-2019
10:57 PM
718 Views
joanxie
NXP TechSupport
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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