Page 1 of 1

Setting up toolchain in MacOS failed with "file system is not case-sensitive" error

Posted: Tue Feb 06, 2018 1:31 pm
by John Kuang
I was following
https://esp-idf.readthedocs.io/en/lates ... ratch.html
step by step to setup toolchain on my MacBook Pro (macOS High Sierra Version 10.13.2).
Everything was OK until
./ct-ng build
where I got an
[ERROR] Your file system in '/Users/kuang/esp/crosstool-NG/.build' is *not* case-sensitive!
Ask for help and thanks in advance.

Re: Setting up toolchain in MacOS failed with "file system is not case-sensitive" error

Posted: Sat Apr 14, 2018 2:10 pm
by kolban
Looking at the docs here,

http://esp-idf.readthedocs.io/en/latest ... rom-source

I seem to see a paragraph that reads:

"Create a case-sensitive filesystem image: ...". Might this be the issue?