audk/Tools/gcc
bbahnsen 63ee273cb0 Added a note for Cygwin.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@70 6f19259b-4bc3-4df7-8a09-765794883524
2006-04-27 17:55:26 +00:00
..
README.txt Added a note for Cygwin. 2006-04-27 17:55:26 +00:00
tianoCross-gcc-4.0 Make unix format 2006-04-26 23:12:11 +00:00
tianoCross-gcc-4.1 Fix Binutils URL 2006-04-27 00:04:35 +00:00

README.txt

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

You may run these scripts to build a Tiano Cross compiler. They have been
tested on Cygwin, OS X and Linux. You should expect to hack on these scripts to
make them work on your system. You may need to install additional tools on your
system to make the scripts work.

You will need

  A recent version of gcc that is able to produce executables for the machine
    that you want to run this compiler on (the host machine).
  wget or curl
  tar
  bzip
  gzip
  bash
  and possibly others

CYGWIN Notes

You must have the directory mounted as binary, or the build will not succeed.
In the example below, /workspace is mounted as binary.

C:\cygwin\bin on /usr/bin type user (textmode)
C:\cygwin\lib on /usr/lib type user (textmode)
c:\workspace on /workspace type system (binmode)
C:\cygwin on / type user (textmode)
c: on /cygdrive/c type user (textmode,noumount)
n: on /cygdrive/n type user (textmode,noumount)