Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:vim1s:development:android:install-toolchains

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
products:sbc:vim1s:development:android:install-toolchains [2022/07/17 21:31]
127.0.0.1 external edit
products:sbc:vim1s:development:android:install-toolchains [2022/09/28 09:41] (current)
nick
Line 1: Line 1:
-====== VIM4 Install Toolchans ======+{{indexmenu_n>5}} 
 + 
 + 
 +====== VIM1S Install Toolchains ======
  
 ===== Introduction ===== ===== Introduction =====
Line 5: Line 8:
 To build the VIMs SDK source code, you need to install the extra toolchains for cross-compiling: To build the VIMs SDK source code, you need to install the extra toolchains for cross-compiling:
  
-1. Use Ubuntu 16.04 (64-bit) to build an environment for compiling Android. The following software packages need to be installed:+1. The following software packages of Ubuntu 16.04 (64-bit) shall be installed for compiling Android
  
 ```shell ```shell
Line 13: Line 16:
 ``` ```
  
-2. Toolchains required for U-boot:+2. Toolchains for U-Boot
  
 ```shell ```shell
Line 24: Line 27:
 ``` ```
  
-3. Toolchains required for the Linux kernel:+3. Toolchains for the Linux kernel
  
 ```shell ```shell
-sudo apt-get install gcc-4.8-aarch64-linux-gnu +sudo apt-get install gcc-4.8-aarch64-linux-gnu 
 ``` ```
-The main toolchain required for the Linux kernel is included in the SDK `prebuilts/clang/host/linux-x86/clang-r383902/bin`.+The main toolchain for the Linux kernel is provided in the SDK ''prebuilts/clang/host/linux-x86/clang-r383902/bin''.
  
 ===== Further Reading ===== ===== Further Reading =====
  
 [[http://openlinux.amlogic.com/|Amlogic Openlinux Website]]. [[http://openlinux.amlogic.com/|Amlogic Openlinux Website]].
 +
  
Last modified: 2022/07/17 21:31 by 127.0.0.1