]> git.proxmox.com Git - mirror_edk2.git/blob - Tools/gcc/README.txt
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@72 6f19259b...
[mirror_edk2.git] / Tools / gcc / README.txt
1 You may run these scripts to build a Tiano Cross compiler. They have been
2 tested on Cygwin, OS X and Linux. You should expect to hack on these scripts to
3 make them work on your system. You may need to install additional tools on your
4 system to make the scripts work.
5
6 You will need
7
8 A recent version of gcc that is able to produce executables for the machine
9 that you want to run this compiler on (the host machine).
10 wget or curl
11 tar
12 bzip
13 gzip
14 bash
15 and possibly others
16
17 CYGWIN Notes
18
19 You must have the directory mounted as binary, or the build will not succeed.
20 In the example below, /workspace is mounted as binary.
21
22 C:\cygwin\bin on /usr/bin type user (textmode)
23 C:\cygwin\lib on /usr/lib type user (textmode)
24 c:\workspace on /workspace type system (binmode)
25 C:\cygwin on / type user (textmode)
26 c: on /cygdrive/c type user (textmode,noumount)
27 n: on /cygdrive/n type user (textmode,noumount)
28
29