-->
Page 1 of 2

Use ESP8266_RTOS_SDK, make menuconfig error.

PostPosted: Tue Jun 15, 2021 10:23 pm
by HALU
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?

Re: Use ESP8266_RTOS_SDK, make menuconfig error.

PostPosted: Thu Jun 17, 2021 2:59 am
by QuickFix
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:

Re: Use ESP8266_RTOS_SDK, make menuconfig error.

PostPosted: Thu Jun 17, 2021 3:19 pm
by HALU
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?

Re: Use ESP8266_RTOS_SDK, make menuconfig error.

PostPosted: Fri Jun 18, 2021 9:58 am
by QuickFix
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.