Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Building-Dart-SDK-for-ARM-or-RISC-V.md #56983

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/Building-Dart-SDK-for-ARM-or-RISC-V.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ The Dart VM runs on a variety of ARM processors on Linux and Android. This docum

The build scripts download a Clang toolchain that can target IA32, X64, ARM, ARM64 or RISCV64 and run on an X64 or ARM64 host. For these cases, you do not need to install a cross-compiler yourself. For other cases, like building on a RISCV64 host or targeting RISCV32, you will need to manually install a toolchain.

## General
IMPORTANT: You must follow instructions for Getting the [source](https://github.com/dart-lang/sdk/blob/main/docs/Building.md#source) before attempting to build. Just cloning a GitHub repo or downloading and unpacking a ZIP of the SDK repository would not work.

## Linux

If you are running Debian/Ubuntu, you can obtain a cross-compiler by doing the following:
Expand Down