]>
Commit | Line | Data |
---|---|---|
1 | To use GCC with the BaseTools project for edk2 based development purposes, | |
2 | you will need to build a GCC based cross-compiler (in addition to binutils). | |
3 | ||
4 | Instructions for building GCC for this purpose can be found under the | |
5 | BaseTools source tree. (In addition to the instructions, you will also | |
6 | find scripts to help automate the build process.) | |
7 | ||
8 | If you do not have a tianocore.org account, you can make use of the 'guest' | |
9 | account with an empty password. | |
10 | ||
11 | In a web browser, you can 'browse' the relavent source at this location: | |
12 | https://buildtools.tianocore.org/source/browse/buildtools/trunk/BaseTools/gcc | |
13 | ||
14 | Or, with subversion, you can download the relavent source with this command: | |
15 | svn co https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/gcc |