|
|
@ -5,8 +5,7 @@ programs. For convenience, a bash script has been written to attempt to automate
|
|
|
|
the majority of the compilation/installation process. This process is based of
|
|
|
|
the majority of the compilation/installation process. This process is based of
|
|
|
|
off various tutorials from [osdev.org](wiki.osdev.org).
|
|
|
|
off various tutorials from [osdev.org](wiki.osdev.org).
|
|
|
|
|
|
|
|
|
|
|
|
Some programs are required for the build process. A list can be found [here]
|
|
|
|
Some programs are required for the build process. A list can be found [here](https://wiki.osdev.org/GCC_Cross-Compiler#Installing_Dependencies). Once
|
|
|
|
(https://wiki.osdev.org/GCC_Cross-Compiler#Installing_Dependencies). Once
|
|
|
|
|
|
|
|
installed, just run the script:
|
|
|
|
installed, just run the script:
|
|
|
|
```
|
|
|
|
```
|
|
|
|
./create-toolchain.sh
|
|
|
|
./create-toolchain.sh
|
|
|
|