mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-11-02 21:40:10 +08:00
1. support "make size", "make size-files", "make size-components" and "make size-symbols" 2. add esp-idf style link file including "esp8266.ld" and "esp8266.project.ld.in" 3. add link advaced generation file to components of esp8266 and spi_flash
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'