URL
https://opencores.org/ocsvn/or1k/or1k/trunk
[/] [or1k/] [trunk/] [toolchain_script/] [MOF_ORSOC_TCHN_v5a_or32-elf.sh] - Diff between revs 1772 and 1775
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 1772 |
Rev 1775 |
Line 87... |
Line 87... |
# 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
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.