You can chat about native SDK questions and issues here.

User avatar
By HALU
#91711
QuickFix wrote:No sorry, I don't use the native SDK.

I only looked at your specific question (and noticing you didn't follow the exact steps required) and gave you an answer on the path-problem.


Ok. Thank you very much. :)
User avatar
By Builder
#91897
HALU wrote:Hi all,

Until "Configure" `step,

I use minGW32 terminal for "make menuconfig" below.

Image

The error has occured. :shock:

make: *** No rule to make target '/home/xxxx/esp/hello_world/menuconfig', stop.

:?: How can I fix this problem?

PS.
I skipped "Setup Path to ESP8266_RTOS_SDK" step. Because I don't know, how can I setup Path?
I setup all steps through minGW32 all, I am not sure, is it correct or not?


You're not supposed to configure the SDK, but your project. Or in other words, you need to create one (or copy one from examples), and run menuconfig in the project root directory. Trying menuconfig in my SDK root gives me the same error...

And you absolutely MUST set the path variables. No way around that, I'm afraid...