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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [toolchain_script/] [MOF_ORSOC_TCHN_v5b_or32-elf.sh] - Diff between revs 1774 and 1775

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 1774 Rev 1775
Line 89... Line 89...
#       readline package, so the GNU readline package must be used.
#       readline package, so the GNU readline package must be used.
# TODO: OS X build things - or1ksim segfaults when run for some reason.
# TODO: OS X build things - or1ksim segfaults when run for some reason.
 
 
## A function we'll call throughout the setup process to check if the previous
## A function we'll call throughout the setup process to check if the previous
## command finished without error
## command finished without error
function check_exit_code {
check_exit_code()
 
{
    if [ $? -ne 0 ]
    if [ $? -ne 0 ]
    then
    then
        echo
        echo
        echo "############################ERROR#############################"
        echo "############################ERROR#############################"
        echo
        echo

powered by: WebSVN 2.1.0

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