OpenCores
URL https://opencores.org/ocsvn/scarts/scarts/trunk

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scripts/] [scartsrc] - Rev 20

Go to most recent revision | Compare with Previous | Blame | View Log

#!/bin/sh

# Base source-directory of SCARTS Toolchain
export INST_SCARTS_TOOLCHAIN_DIR=/home/scarts/toolchain

# Subdirectories of toolchain components
export INST_SCARTS_TOOLCHAIN_GDB_DIR=$INST_SCARTS_TOOLCHAIN_DIR/scarts-gdb/gdb-6.8
export INST_SCARTS_TOOLCHAIN_GDB_SIM_DIR=$INST_SCARTS_TOOLCHAIN_GDB_DIR/sim
export INST_SCARTS_TOOLCHAIN_NEWLIB_DIR=$INST_SCARTS_TOOLCHAIN_DIR/scarts-newlib/newlib-1.17.0
export INST_SCARTS_TOOLCHAIN_NEWLIB_LIBGLOSS_DIR=$INST_SCARTS_TOOLCHAIN_NEWLIB_DIR/libgloss
export INST_SCARTS_TOOLCHAIN_NEWLIB_LIBC_INCLUDE_DIR=$INST_SCARTS_TOOLCHAIN_NEWLIB_DIR/newlib/libc/include

# Install directory (prefix) for built toolchain
export SCARTS_TOOLCHAIN_DIR=/opt/scarts
export SCARTS_TOOLCHAIN_BIN_DIR=$SCARTS_TOOLCHAIN_DIR/bin
export SCARTS_TOOLCHAIN_LIB_DIR=$SCARTS_TOOLCHAIN_DIR/lib
export SCARTS_TOOLCHAIN_LIB_SIM_DIR=$SCARTS_TOOLCHAIN_LIB_DIR/sim

export SCARTS_16_TOOLCHAIN_DIR=$SCARTS_TOOLCHAIN_DIR/scarts_16
export SCARTS_16_TOOLCHAIN_LIB_DIR=$SCARTS_16_TOOLCHAIN_DIR/lib
export SCARTS_32_TOOLCHAIN_DIR=$SCARTS_TOOLCHAIN_DIR/scarts_32
export SCARTS_32_TOOLCHAIN_LIB_DIR=$SCARTS_32_TOOLCHAIN_DIR/lib

# Add scarts-binaries to path
export PATH=$PATH:$SCARTS_TOOLCHAIN_BIN_DIR

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.