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