forked from iDroid-Project/OpeniBoot-toolchain
-
Notifications
You must be signed in to change notification settings - Fork 0
OpeniBoot toolchain installer script
Liquid-Syn/OpeniBoot-toolchain
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Using build-toolchain -------------------------- This script will build the GNU ARM toolchain from scratch. It must be run as root due to the fact that it installs the bins in /usr/local. It will use /tmp/ipl-toolchain for temporary storage. If you would like to override this path you can set the environment variable $TOOLCHAIN_PATH to the location of your temporary storage directory. It's important to note that the files are not cleaned up after the install. You will have to run clean for it to cleanup the packages/src directories. The commands are as follows: ## Make toolchain ./build-toolchain.sh make ## Clean toolchain ./build-toolchain.sh clean Logs are stored in $TOOLCHAIN_PATH/build.log ( by default /tmp/ipl-toolchain/build.log )
About
OpeniBoot toolchain installer script
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Shell 100.0%