You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
386 B
8 lines
386 B
#! /bin/bash |
|
|
|
TOOLCHAIN_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" |
|
|
|
export MD32_NEWLIB_HOME=$TOOLCHAIN_ROOT/ToolChain/md32/md32-elf |
|
export MD32_NEWLIB_OPT="-lc -lsoftfloat_gnu -lgloss -lm" |
|
export MS15E30_GNU_LIB=$TOOLCHAIN_ROOT/Md32/nml/s15r30_md32_v3.0/lib/softfloat/lib/Release |
|
export PATH=$TOOLCHAIN_ROOT/ToolChain/install_md32/bin:$TOOLCHAIN_ROOT/ToolChain/md32/bin:$PATH
|
|
|