Files
Dong Heng 1826ff03f4 Merge branch 'bugfix/fix_compile_failed_when_CONFIG_ESP8266_WIFI_CONNECT_OPEN_ROUTER_WHEN_PWD_IS_SET_is_unset' into 'master'
fix(esp8266): fix compile failed when CONFIG_ESP8266_WIFI_CONNECT_OPEN_ROUTER_WHEN_PWD_IS_SET is unset

See merge request sdk/ESP8266_RTOS_SDK!1263
2020-01-07 14:20:50 +08:00
..

README

esp-idf compile and 'AR' user program as target library 'libmain.a', so we should not use
library which is named 'libmain.a'. We use 'libcore.a' instead of it.

As I konwn, you can do following:

1. rename libmain.a to libcore.a
2. change text 
        "*libmain.a:spi_flash.o(.literal .text .literal.* .text.*)"
   to
        "*libcore.a:spi_flash.o(.literal .text .literal.* .text.*)"
   in file 'eagle.app.v6.common.ld'