public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* Re: Q: Can't build
@ 2012-02-01 18:07 Oron Peled
  0 siblings, 0 replies; 4+ messages in thread
From: Oron Peled @ 2012-02-01 18:07 UTC (permalink / raw)
  To: crossgcc

On Wednesday, 1 בFebruary 2012 19:17:33 Alexandr Zatevalov wrote:
> [ERROR]  Your file system in '/home/áÌÅËÓÁÎÄÒ/workspace/toolchain-
build/.build' is *not* case-sensitive!
> 
> Somebody know how to correct this?



Easy. Install a real OS....



(sorry, couldn't resist ;-)



-- 
Oron Peled                                 Voice: +972-4-8228492
oron@actcom.co.il                  http://users.actcom.co.il/~oron
“If I have seen a little further it is by standing on the shoulders of 
Giants."
 --Isaac Newton.



--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Q: Can't build
  2012-02-01 17:17 Alexandr Zatevalov
  2012-02-01 18:37 ` Oliver Schneider
@ 2012-02-01 20:58 ` Yann E. MORIN
  1 sibling, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2012-02-01 20:58 UTC (permalink / raw)
  To: crossgcc; +Cc: Alexandr Zatevalov

Alexandr, All,

On Wednesday 01 February 2012 18:17:33 Alexandr Zatevalov wrote:
> I try do build my cross-compiler by Crosstool_NG (it was installes for
> Cygwin (working on Windows7, 'C' Volume, NTFS)).
> But i see error.
> This is the text from log-file:
> 
> [ERROR]  Your file system in '/home/áÌÅËÓÁÎÄÒ/workspace/toolchain-build
> /.build' is *not* case-sensitive!

Windows' native file systems are *not* case-sensitive (they are case-
preserving, though). By default Cygwin 1.5 did not do anything special
to aleviate the issue, but there is an option when mounting the fie
systems in Cygwin to get care-sensitivity. You need to specify the 'managed'
mount option.

See for the (obsolete) Cygwin 1.5:
    http://cygwin.com/1.5/faq/faq-nochunks.html#faq.using.case-sensitive
and for Cygwin 1.7:
    http://cygwin.com/faq-nochunks.html#faq.using.case-sensitive

Cygwin 1.7, however, does not have this limitation, and file systems mounted
in Cygwin 1.7 are case-sensitive by default.

So, it seems you have an old version of Cygwin, in case you must use
managed mount points, os you must upgrade. This is alrady documented
in the known issues:

    http://crosstool-ng.org/hg/crosstool-ng/file/tip/docs/B%20-%20Known%20issues.txt#l77

(not the same symptom, but the same cause).

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Q: Can't build
  2012-02-01 17:17 Alexandr Zatevalov
@ 2012-02-01 18:37 ` Oliver Schneider
  2012-02-01 20:58 ` Yann E. MORIN
  1 sibling, 0 replies; 4+ messages in thread
From: Oliver Schneider @ 2012-02-01 18:37 UTC (permalink / raw)
  To: crossgcc

[-- Attachment #1: Type: text/plain, Size: 647 bytes --]

On 2012-02-01 17:17, Alexandr Zatevalov wrote:
> [ERROR]  Your file system in '/home/áÌÅËÓÁÎÄÒ/workspace/toolchain-build/.build' is *not* case-sensitive!
> 
> Somebody know how to correct this?
You might try to download the (now free of charge) "Windows Services for
UNIX" (SFU) as they provide the subsystem for it. NTFS is
case-sensitive, the Win32 subsystem is not. Unfortunately still cause
for a lot of bashing and misunderstandings.

Either way, the SFU don't provide the best performance, to put it
mildly. I would second the suggestion to install a VMM and then install
a proper Linux inside of that.


// Oliver


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Q: Can't build
@ 2012-02-01 17:17 Alexandr Zatevalov
  2012-02-01 18:37 ` Oliver Schneider
  2012-02-01 20:58 ` Yann E. MORIN
  0 siblings, 2 replies; 4+ messages in thread
From: Alexandr Zatevalov @ 2012-02-01 17:17 UTC (permalink / raw)
  To: crossgcc

I try do build my cross-compiler by Crosstool_NG (it was installes for Cygwin (working on Windows7, 'C' Volume, NTFS)).
But i see error.
This is the text from log-file:

[INFO ]  Performing some trivial sanity checks
[DEBUG]  Testing '! ( -n  )'
[DEBUG]  Testing '! ( -n  )'
[DEBUG]  Testing '! ( -n  )'
[DEBUG]  Testing '! ( -n  )'
[DEBUG]  ==> Executing: 'mkdir' '-p' '/home/áÌÅËÓÁÎÄÒ/workspace/toolchain-build/.build'
[DEBUG]  ==> Executing: 'touch' '/home/áÌÅËÓÁÎÄÒ/workspace/toolchain-build/.build/foo'
[DEBUG]  Testing '! ( -f /home/áÌÅËÓÁÎÄÒ/workspace/toolchain-build/.build/FOO )'
[ERROR]  Your file system in '/home/áÌÅËÓÁÎÄÒ/workspace/toolchain-build/.build' is *not* case-sensitive!

Somebody know how to correct this?
-- 
Best regards,
Alexandr

--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-02-01 20:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-01 18:07 Q: Can't build Oron Peled
  -- strict thread matches above, loose matches on Subject: below --
2012-02-01 17:17 Alexandr Zatevalov
2012-02-01 18:37 ` Oliver Schneider
2012-02-01 20:58 ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).