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