ARM AArch64
Guide for users with ARM computers
Linux VM Setup
1. Use Precompiled Toolchain (Recommended)
Step 1: Download the zipped toolchain
Step 2: Unzip toolchain
Step 3: Add binaries to PATH
Step 4: Place PATH in ~/.bashrc (Optional)
2. Compiling Your Own Toolchain (Advanced)
Step 1: Clone the RISC-V GNU Toolchain
Step 2: Install prerequisites
Debian/Ubuntu
Fedora/CentOS/RHEL
Step 3: Build Toolchain
Step 4: Add binaries to PATH
Step 5: Place PATH in ~/.<shell>rc (Optional)
3. Using your cross-compiler
Last updated
