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

Subversion Repositories minsoc

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /minsoc/trunk/utils
    from Rev 81 to Rev 82
    Reverse comparison

Rev 81 → Rev 82

/setup/install_time.txt
0,0 → 1,5
Debian Linux | Intel Q6600 2.4 GHz | single core compilation
7 minutes
 
Cygwin on Windows XP | VMware virtual machine | Intel Q6600 2.4 GHz | single core compilation
50 minutes
/setup/minsoc-install.sh
166,7 → 166,18
#Compiling and Installing all packages
cecho "\nCompiling and installing packages"
# Installing the GNU Toolchain
execcmd "Installing GNU Toolchain" "cp -Rp or32-elf $DIR_TO_INSTALL/tools"
if [ "$ENV" == "Cygwin" ]
then
execcmd "Installing GNU Toolchain" "tar xf or32-elf-cygwin-1.7.tar.bz2 -C $DIR_TO_INSTALL/tools";
else
if [ $KERNEL_ARCH == "32" ];
then
execcmd "Installing GNU Toolchain" "tar xf or32-elf-linux-x86.tar.bz2 -C $DIR_TO_INSTALL/tools";
elif [ $KERNEL_ARCH == "64" ];
then
execcmd "Installing GNU Toolchain" "tar xf or32-elf-linux-x86_64.tar.bz2 -C $DIR_TO_INSTALL/tools";
fi
fi
PATH=$PATH:$DIR_TO_INSTALL/tools/or32-elf/bin
 
 

powered by: WebSVN 2.1.0

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