pfalcon / esp-open-sdk

Free and open (as much as possible) integrated SDK for ESP8266/ESP8285 chips
1.97k stars 623 forks source link

Compilation error due to non case-sensitivity on Msys2/MinGW32 #392

Closed djipi closed 2 years ago

djipi commented 2 years ago

[DEBUG] Testing '! ( -n )' [INFO ] Performing some trivial sanity checks [DEBUG] Testing '! ( -n )' [DEBUG] Testing '! ( -n )' [DEBUG] Testing '! ( -n )' [DEBUG] Testing '! ( -n )' [DEBUG] Testing '! ( -n )' [DEBUG] Testing '! ( -n )' [DEBUG] Testing '! ( -n )' [DEBUG] Testing '! ( -n )' [DEBUG] Testing '! ( -n )' [DEBUG] Testing '! ( -n )' [DEBUG] Testing '! ( -n )' [DEBUG] Testing '! ( -n )' [DEBUG] Sanitized 'CT_INSTALL_DIR': '/c/Projects/crosstool-ng/crosstool-ng-1.25.0_rc2/work-dir/' -> '/c/Projects/crosstool-ng/crosstool-ng-1.25.0_rc2/work-dir/' [DEBUG] ==> Executing: 'mkdir' '-p' '/c/Projects/crosstool-ng/crosstool-ng-1.25.0_rc2/work-dir/.build' [DEBUG] ==> Return status 0 [DEBUG] ==> Executing: 'rm' '-f' '/c/Projects/crosstool-ng/crosstool-ng-1.25.0_rc2/work-dir/.build/backtrace' [DEBUG] ==> Return status 0 [DEBUG] ==> Executing: 'touch' '/c/Projects/crosstool-ng/crosstool-ng-1.25.0_rc2/work-dir/.build/foo' [DEBUG] ==> Return status 0 [DEBUG] Testing '! ( -f /c/Projects/crosstool-ng/crosstool-ng-1.25.0_rc2/work-dir/.build/FOO )' [ERROR] Your file system in '/c/Projects/crosstool-ng/crosstool-ng-1.25.0_rc2/work-dir/.build' is not case-sensitive! [ERROR]
[ERROR] >> [ERROR] >> Build failed in step '(top-level)' [ERROR] >> [ERROR] >> Error happened in: CT_Abort[scripts/functions@487] [ERROR] >> called from: CT_TestAndAbort[scripts/functions@507] [ERROR] >> called from: main[scripts/crosstool-NG.sh@122] [ERROR] >> [ERROR] >> For more info on this error, look at the file: 'build.log' [ERROR] >> There is a list of known issues, some with workarounds, in: [ERROR] >> https://crosstool-ng.github.io/docs/known-issues/ [ERROR] >> [ERROR] >> If you feel this is a bug in crosstool-NG, report it at: [ERROR] >> https://github.com/crosstool-ng/crosstool-ng/issues/ [ERROR] >> [ERROR] >> Make sure your report includes all the information pertinent to this issue. [ERROR] >> Read the bug reporting guidelines here: [ERROR] >> http://crosstool-ng.github.io/support/ [ERROR]
[ERROR] (elapsed: 27518115:16.23)

I have tried to dig the problem but was out of luck, any input(s) are welcome. Thanks.