Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 786 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 786 Bytes

lowrisc-toolchains build

The original version of this readme has been altered for brevity.

Usage

Open a nix shell after cd'ing into the project's root dir. You can also configure it using direnv.

$ nix-shell

In the shell, just run the toolchain build scrip:

$ ./build-all.sh

The toolchain is produced as a compressed file: lowrisc-toolchain-rv32imcb-20220210-1.tar.xz

This file contains both the llvm and gcc toolchains.

Limitations