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

Subversion Repositories openrisc

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /openrisc/trunk/toolchain_install_scripts
    from Rev 74 to Rev 75
    Reverse comparison

Rev 74 → Rev 75

/MOF_ORSOC_TCHN_v5c_or32-elf.sh
86,6 → 86,7
# 110310 - Moved or1ksim to its own directory in the chosen install directory
# 140310 - Fixed problem with mkdir command
# 140310 - Fixed ncurses header checking
# 010410 - Fixed ncurses header checking on Cygwin (added -I path to gcc cmd)
 
# TODO: OS X build things - need an "elf.h" from some Linux machine's
# /usr/local/include dir and put in Mac's /usr/local/include dir -
147,7 → 148,7
# Compile a simple program, including the header we're checking for
echo "#include <$1.h>" > header_check.c
echo "int main () { return 0; }" >> header_check.c
gcc header_check.c
gcc header_check.c -I/usr/include/$1
}
 
check_essential_build_tools()

powered by: WebSVN 2.1.0

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