Skip to content

FloDarPie/riscv-gnu-toolchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

RiscV


Risc-V toolchain

Ready to use toolchain toward Risc-V architectures.
More information about cooking your self compiler on the official repo.

Compiled on Debian 12 toward 64 bits and 32 bits architecture.

Download here


Exemple uses

RISCV=path/to/toolchain

GCC toolchain (32)

$RISCV/bin/riscv32-unknown-linux-gnu-gcc -o hello_world hello_world.c

Clang toolchain

$RISCV/bin/clang -march=rv64imafdc -o hello_world hello_world.c

About

Ready to use toolchain toward Risc-V architectures. More information on the official repo.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors