Loading MakeBuildScriptArchive.sh 100755 → 100644 +2 −0 Original line number Diff line number Diff line #!/usr/bin/env bash echo -e "\e[1;31;40m These scripts are deprecated! \e[0m" cd ./src tar -cf ../BuildScripts.tar * cd .. Loading README.md +10 −0 Original line number Diff line number Diff line Loading @@ -2,7 +2,17 @@ This repository contains build and automation scripts I use for my research. ## InstallCrossCompiler.sh The `InstallCrossCompiler.sh` script installs a MicroBlaze and an ARM cross compiler for bare metal application. See the `docs` directory for a detailed description of this script. ## MakeBuildScripsArchive.sh **The `MakeBuildScriptsArchive.sh` is deprecated and got replaced by new scripts.** The new scripts will be uploaded as soon as they are easy to handle (for other than the developer). The `MakeBuildScriptsArchive.sh` creates an archive (.tar.gz) with a set of build scripts. This archive must be extracted inside the workspace directory it shall be used. Loading Loading
MakeBuildScriptArchive.sh 100755 → 100644 +2 −0 Original line number Diff line number Diff line #!/usr/bin/env bash echo -e "\e[1;31;40m These scripts are deprecated! \e[0m" cd ./src tar -cf ../BuildScripts.tar * cd .. Loading
README.md +10 −0 Original line number Diff line number Diff line Loading @@ -2,7 +2,17 @@ This repository contains build and automation scripts I use for my research. ## InstallCrossCompiler.sh The `InstallCrossCompiler.sh` script installs a MicroBlaze and an ARM cross compiler for bare metal application. See the `docs` directory for a detailed description of this script. ## MakeBuildScripsArchive.sh **The `MakeBuildScriptsArchive.sh` is deprecated and got replaced by new scripts.** The new scripts will be uploaded as soon as they are easy to handle (for other than the developer). The `MakeBuildScriptsArchive.sh` creates an archive (.tar.gz) with a set of build scripts. This archive must be extracted inside the workspace directory it shall be used. Loading