OpenCores
URL https://opencores.org/ocsvn/riscv_vhdl/riscv_vhdl/trunk

Subversion Repositories riscv_vhdl

[/] [riscv_vhdl/] [trunk/] [rtl/] [patches/] [build-rv64ima.sh] - Blame information for rev 5

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 5 sergeykhbr
#! /bin/bash
2
#
3
# Script to build RISC-V ISA simulator, proxy kernel, and GNU toolchain.
4
# Tools will be installed to $RISCV.
5
 
6
. build.common
7
 
8
echo "Starting RISC-V Toolchain build process"
9
 
10
build_project riscv-fesvr --prefix=$RISCV
11
build_project riscv-isa-sim --prefix=$RISCV --with-fesvr=$RISCV --with-isa=RV64IM
12
build_project riscv-gnu-toolchain --prefix=$RISCV --disable-float
13
CC= CXX= build_project riscv-pk --prefix=$RISCV --host=riscv64-unknown-elf
14
build_project riscv-tests --prefix=$RISCV/riscv64-unknown-elf
15
 
16
echo -e "\\nRISC-V Toolchain installation completed!"

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.