ESP-IDF in MacOSX 10.14 (Mojave) - make issue

JoaoLopesF
Posts: 59
Joined: Thu Aug 17, 2017 5:40 pm

ESP-IDF in MacOSX 10.14 (Mojave) - make issue

Postby JoaoLopesF » Thu Oct 25, 2018 3:09 pm

Hi, I update my MacOSX to Mojave.

And I now when I use make:

Code: Select all

make[1]: *** No rule to make target `/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/ctype.h', needed by `mconf.o'.  Stop.
I install Xcode beta with support to Mojave, but the makefile allways use MacOSX10.13.sdk/

And the clang is updated to 10.0.0 in Mojave
This occurs when I make an symbolic link to MacOSX10.13.sdk:

Code: Select all

make[1]: *** No rule to make target `/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/9.1.0/include/limits.h', needed by `mconf.o'.  Stop.
ma
Have and update to support MacOSX Mojave ?

ESP_igrr
Posts: 2067
Joined: Tue Dec 01, 2015 8:37 am

Re: ESP-IDF in MacOSX 10.14 (Mojave) - make issue

Postby ESP_igrr » Thu Oct 25, 2018 10:57 pm

Can you please try going to $IDF_PATH/tools/kconfig and running find . -name '*.d' -rm there, and then make clean?

JoaoLopesF
Posts: 59
Joined: Thu Aug 17, 2017 5:40 pm

Re: ESP-IDF in MacOSX 10.14 (Mojave) - make issue

Postby JoaoLopesF » Fri Oct 26, 2018 2:41 pm

@ESP_igrr, it works. thanks a lot

Who is online

Users browsing this forum: ESP_ondrej, ESP_Roland and 112 guests