From 2ecf97e382b4aff25bb97ea730a0c36d08747998 Mon Sep 17 00:00:00 2001 From: cheapie Date: Mon, 25 May 2026 14:01:06 -0500 Subject: Add big-endian railroad crossing sample and big-endian versions of libraries --- cross-toolchain/activate-be.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 cross-toolchain/activate-be.sh (limited to 'cross-toolchain') diff --git a/cross-toolchain/activate-be.sh b/cross-toolchain/activate-be.sh new file mode 100755 index 0000000..1e300fe --- /dev/null +++ b/cross-toolchain/activate-be.sh @@ -0,0 +1,6 @@ +#!/bin/bash +export PREFIX="/home/cheapie/rvcontroller/cross-toolchain/install" # Edit this for your system! +export TARGET=riscv32be-none-elf +export PATH="$PREFIX/bin:$PATH" +export PS1="(cross-be) $PS1" +export CC=clang -- cgit v1.2.3