-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathREADME
More file actions
21 lines (15 loc) · 754 Bytes
/
README
File metadata and controls
21 lines (15 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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 )