This shows you the differences between two versions of the page.
| 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 [2025/05/14 21:57] (current) nick |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== | + | {{indexmenu_n> |
| + | |||
| + | |||
| + | ====== | ||
| ===== 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) | + | 1. The following software packages of Ubuntu 16.04 (64-bit) |
| ```shell | ```shell | ||
| Line 13: | Line 16: | ||
| ``` | ``` | ||
| - | 2. Toolchains | + | 2. Toolchains for U-Boot |
| ```shell | ```shell | ||
| $ sudo mkdir / | $ sudo mkdir / | ||
| $ cd / | $ cd / | ||
| - | $ wget https:// | + | $ wget https:// |
| - | $ wget https:// | + | $ wget https:// |
| $ sudo tar -xvJf gcc-linaro-7.3.1-2018.05-i686_aarch64-elf.tar.xz -C / | $ sudo tar -xvJf gcc-linaro-7.3.1-2018.05-i686_aarch64-elf.tar.xz -C / | ||
| $ sudo tar -zxvf xpack-riscv-none-embed-gcc-8.3.0-1.2-linux-x64.tar.gz -C / | $ sudo tar -zxvf xpack-riscv-none-embed-gcc-8.3.0-1.2-linux-x64.tar.gz -C / | ||
| ``` | ``` | ||
| - | 3. Toolchains | + | 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 | + | The main toolchain for the Linux kernel is provided |
| ===== Further Reading ===== | ===== Further Reading ===== | ||
| [[http:// | [[http:// | ||
| + | |||