From 85b5fde272be6ab543aa866baebabddc24566bdb Mon Sep 17 00:00:00 2001 From: cheapie Date: Sat, 23 May 2026 20:14:34 -0500 Subject: Add initial content --- cross-toolchain/activate.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 cross-toolchain/activate.sh (limited to 'cross-toolchain') diff --git a/cross-toolchain/activate.sh b/cross-toolchain/activate.sh new file mode 100755 index 0000000..0bc429f --- /dev/null +++ b/cross-toolchain/activate.sh @@ -0,0 +1,6 @@ +#!/bin/bash +export PREFIX="/home/cheapie/rvcontroller/cross-toolchain/install" # Edit this for your system! +export TARGET=riscv32-none-elf +export PATH="$PREFIX/bin:$PATH" +export PS1="(cross) $PS1" +export CC=clang -- cgit v1.2.3