Quando provo a compilare cross-compilatore gcc usando crosstool-ng sotto Cygwin (in esecuzione su Windows 7) ho il seguente messaggio:
$ /opt/ng-crosstool/bin/ct-ng build
[INFO ] Performing some trivial sanity checks
[ERROR] Your file system in '/devdir/.build' is *not* case-sensitive!
[00:02] / make: *** [build] Error 1
Provo ad aggiungere in \ etc \ fstab (come raccomandato qui ):
C:/forbuild /forbuild ext3 binary,posix=1
ma non aiuta Tuttavia, quando eseguo il comando mount ho il seguente risultato:
C:/cygwin/bin on /usr/bin type ntfs (binary,auto)
C:/cygwin/lib on /usr/lib type ntfs (binary,auto)
C:/forbuild on /forbuild type ntfs (binary)
C:/cygwin on / type ntfs (binary,auto)
C: on /cygdrive/c type ntfs (binary,posix=0,user,noumount,auto)
D: on /cygdrive/d type ntfs (binary,posix=0,user,noumount,auto)
Qual è il problema? Come posso usare Crosstool-ng in Cygwin?