espressif / ESP8266_RTOS_SDK

Latest ESP8266 SDK based on FreeRTOS, esp-idf style.
http://bbs.espressif.com
Apache License 2.0
3.26k stars 1.56k forks source link

Error in configuring ESP8266 RTOS SDK development environment on Linux??? (GIT8266O-851) #1274

Open UFO281 opened 3 months ago

UFO281 commented 3 months ago

when I run this command

wls@ubuntu:~/esp/ESP8266_RTOS_SDK/examples/get-started/hello_world$ make all

Encountered this error:

Building partitions from /home/wls/esp/ESP8266_RTOS_SDK/components/partition_table/partitions_singleapp.csv... WARNING: Missing submodule components/json/cJSON... Attempting 'git submodule update --init components/json/cJSON' in esp-idf root directory... Submodule 'components/json/cJSON' (git@github.com:DaveGamble/cJSON.git) registered for path 'components/json/cJSON' Cloning into '/home/wls/esp/ESP8266_RTOS_SDK/components/json/cJSON'... Submodule path 'components/json/cJSON': checked out '3c8935676a97c7c97bf006db8312875b4f292f6c' WARNING: Missing submodule components/lwip/lwip... Attempting 'git submodule update --init components/lwip/lwip' in esp-idf root directory... Submodule 'components/lwip/lwip' (git@github.com:espressif/esp-lwip.git) registered for path 'components/lwip/lwip' Cloning into '/home/wls/esp/ESP8266_RTOS_SDK/components/lwip/lwip'...

Submodule path 'components/lwip/lwip': checked out '4fd84abace0cd8a5a709c194fa54afb3cd39b3f7' WARNING: Missing submodule components/mbedtls/mbedtls... Attempting 'git submodule update --init components/mbedtls/mbedtls' in esp-idf root directory... Submodule 'components/mbedtls/mbedtls' (git@github.com:espressif/mbedtls.git) registered for path 'components/mbedtls/mbedtls' Cloning into '/home/wls/esp/ESP8266_RTOS_SDK/components/mbedtls/mbedtls'...

UFO281 commented 3 months ago

who can help me ????? please!!

UFO281 commented 3 months ago

The development environment of Lexin's ESP8266 is too complex!

karnigen commented 3 months ago

For me, everything works fine for version 3.4 as it should. Just use make menuconfig andmake flash, and it works right away. Maybe for ESP8266, it's not as well-documented as for ESP32, so if needed, look for inspiration there.

It seems that the RTOS for ESP8266 was not installed as described.

0smr commented 3 months ago

@UFO281 As far as I can see, there are no errors in your logs.

UFO281 commented 3 months ago

@UFO281 As far as I can see, there are no errors in your logs.

But he can't work properly

UFO281 commented 2 months ago

no, had error is compile error


发件人: SMR @.> 发送时间: 2024年4月9日 8:45 收件人: espressif/ESP8266_RTOS_SDK @.> 抄送: wls @.>; Mention @.> 主题: Re: [espressif/ESP8266_RTOS_SDK] Error in configuring ESP8266 RTOS SDK development environment on Linux??? (GIT8266O-851) (Issue #1274)

@UFO281https://github.com/UFO281 As far as I can see, there are no errors in your logs.

― Reply to this email directly, view it on GitHubhttps://github.com/espressif/ESP8266_RTOS_SDK/issues/1274#issuecomment-2043941015, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AQPORQEVY5FT3AENEGTWIXLY4M22HAVCNFSM6AAAAABF2P42XCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBTHE2DCMBRGU. You are receiving this because you were mentioned.

XiaoXianNv-boot commented 2 months ago

子模块未初始化,请检查网络