tree: 1979cec3399395414eec3b6a25e8a7e1b11190f4 [path history] [tgz]
  1. kelvin_v2_toolchain_build.sh
  2. README.md
  3. toolchain_rockylinux_image.dockerfile
toolchain/build_scripts/README.md

Build kelvin_v2 toolchain in Rock linux

The following instructions describe how to build and export a toolchain for kelvin_v2

Build and run docker image

$ docker build --no-cache -t toolchain_test -f toolchain_rockylinux_image.dockerfile .

open toolchain_test container in interactive mode and mount current directory

$ docker run -v `pwd`:/toolchain/build_scripts -w /toolchain/build_scripts toolchain_test bash kelvin_v2_toolchain_build.sh

The toolchain artifacts will be located at rv32_out