URL
https://opencores.org/ocsvn/minsoc/minsoc/trunk
Subversion Repositories minsoc
Compare Revisions
- This comparison shows the changes necessary to convert path
/
- from Rev 114 to Rev 115
- ↔ Reverse comparison
Rev 114 → Rev 115
/minsoc/branches/rc-1.0/utils/setup/minsoc-install.sh
175,7 → 175,7
execcmd "cd build" |
execcmd "../configure --target=or32-elf --disable-werror --prefix=$DIR_TO_INSTALL/tools" |
execcmd "Compiling GDB" "make" |
make install 1>>${DIR_TO_INSTALL}/progress.log 2>>${DIR_TO_INSTALL}/error.log #avoid Fedora failing due to missing Makeinfo |
make install 1>>${SCRIPT_DIR}/progress.log 2>>${SCRIPT_DIR}/error.log #avoid Fedora failing due to missing Makeinfo |
PATH=$PATH:${DIR_TO_INSTALL}/tools/bin |
|
|
/minsoc/branches/rc-1.0/utils/setup/configure.sh
1,4 → 1,4
. beautify.sh |
. ${SCRIPT_DIR}/beautify.sh |
|
#Configuring MinSoC |
cecho "\nConfiguring MinSoC" |