summaryrefslogtreecommitdiff
path: root/BaseTools/building-gcc.txt
diff options
context:
space:
mode:
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2008-04-07 16:29:26 +0000
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2008-04-07 16:29:26 +0000
commited4c327ca34f1f16eda8c80183ecdd6960f2f335 (patch)
tree08c7cc045e6e87762b35cdd0e5e8782f173f0c35 /BaseTools/building-gcc.txt
parentd729895f71756d54a1b5a849ebf4396ee628b2c1 (diff)
downloadedk2-platforms-ed4c327ca34f1f16eda8c80183ecdd6960f2f335.tar.xz
edk2/BaseTools:
Reference BaseTools source for gcc instructions & scripts. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4997 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BaseTools/building-gcc.txt')
-rw-r--r--BaseTools/building-gcc.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/BaseTools/building-gcc.txt b/BaseTools/building-gcc.txt
new file mode 100644
index 0000000000..886e2da552
--- /dev/null
+++ b/BaseTools/building-gcc.txt
@@ -0,0 +1,15 @@
+To use GCC with the BaseTools project for edk2 based development purposes,
+you will need to build a GCC based cross-compiler (in addition to binutils).
+
+Instructions for building GCC for this purpose can be found under the
+BaseTools source tree. (In addition to the instructions, you will also
+find scripts to help automate the build process.)
+
+If you do not have a tianocore.org account, you can make use of the 'guest'
+account with an empty password.
+
+In a web browser, you can 'browse' the relavent source at this location:
+ https://buildtools.tianocore.org/source/browse/buildtools/trunk/BaseTools/gcc
+
+Or, with subversion, you can download the relavent source with this command:
+ svn co https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools/gcc