mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-22 01:27:11 +08:00
fix(esp8266): read only section must be align by 4 bytes
This commit is contained in:
@ -175,7 +175,7 @@ SECTIONS
|
||||
_flash_cache_start = ABSOLUTE(0);
|
||||
} >iram0_2_seg
|
||||
|
||||
.flash.rodata ALIGN(1) :
|
||||
.flash.rodata ALIGN(4) :
|
||||
{
|
||||
_rodata_start = ABSOLUTE(.);
|
||||
|
||||
|
Reference in New Issue
Block a user