From 63ee273cb0667491a5e96512992dca6a0873c147 Mon Sep 17 00:00:00 2001 From: bbahnsen Date: Thu, 27 Apr 2006 17:55:26 +0000 Subject: [PATCH 1/1] Added a note for Cygwin. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@70 6f19259b-4bc3-4df7-8a09-765794883524 --- Tools/gcc/README.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Tools/gcc/README.txt b/Tools/gcc/README.txt index 0ec853d386..71c31a8aa7 100644 --- a/Tools/gcc/README.txt +++ b/Tools/gcc/README.txt @@ -14,3 +14,16 @@ You will need 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) + + -- 2.39.2