diff options
| author | cheapie <no-email-for-you@example.com> | 2026-05-25 14:01:06 -0500 |
|---|---|---|
| committer | cheapie <no-email-for-you@example.com> | 2026-05-25 14:01:06 -0500 |
| commit | 2ecf97e382b4aff25bb97ea730a0c36d08747998 (patch) | |
| tree | 766ba234b73390a78cc3eae8ad3a2c09df7faead /cross-toolchain | |
| parent | 6ecdb461c1a823f9c2ff007457ee9963d7e1f681 (diff) | |
| download | rvcontroller-2ecf97e382b4aff25bb97ea730a0c36d08747998.tar rvcontroller-2ecf97e382b4aff25bb97ea730a0c36d08747998.tar.gz rvcontroller-2ecf97e382b4aff25bb97ea730a0c36d08747998.tar.bz2 rvcontroller-2ecf97e382b4aff25bb97ea730a0c36d08747998.tar.xz rvcontroller-2ecf97e382b4aff25bb97ea730a0c36d08747998.zip | |
Add big-endian railroad crossing sample and big-endian versions of libraries
Diffstat (limited to 'cross-toolchain')
| -rwxr-xr-x | cross-toolchain/activate-be.sh | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
