You can chat about native SDK questions and issues here.

User avatar
By HALU
#91646 Hi all,

I use ESP8266_RTOS_SDK by setup follow guide below. :)

https://docs.espressif.com/projects/esp8266-rtos-sdk/en/latest/get-started/index.html

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?
Last edited by HALU on Thu Jun 17, 2021 3:04 pm, edited 1 time in total.
User avatar
By QuickFix
#91652 I'm not a Linux expert, but every step in a set of instructions is there for a reason, in this instance it's needed for the compiler to find all things it needs.

Maybe this will get you going: How to set your $PATH variable in Linux. :idea:
User avatar
By HALU
#91660
QuickFix wrote:I'm not a Linux expert, but every step in a set of instructions is there for a reason, in this instance it's needed for the compiler to find all things it needs.

Maybe this will get you going: How to set your $PATH variable in Linux. :idea:


Thank you very much, QuickFix. :)

I will install again. But all step is use minGW32, right?

:?: I am not sure, because my notebook use Windows10 64-bits, so Should I use minGW32 or minGW64?

:?: Moreover, instruction has tell about "Download the toolchain for the ESP8266",

https://dl.espressif.com/dl/xtensa-lx10 ... -win32.zip

but it does not have about setup detail.

Do you know how to setup it?
User avatar
By QuickFix
#91673 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.