mirror of
https://github.com/eggman/rtl_ameba_gcc_sample.git
synced 2024-11-01 03:34:17 +00:00
fix linkerscript for warning sh_link not set for section .ARM.exids . I referer http://blog.kmckk.com/archives/4950141.html .
This commit is contained in:
parent
c5193c485c
commit
fd568ee584
1 changed files with 0 additions and 1 deletions
|
@ -145,7 +145,6 @@ SECTIONS
|
||||||
{
|
{
|
||||||
*(.ARM.exidx* .gnu.linkonce.armexidx.*)
|
*(.ARM.exidx* .gnu.linkonce.armexidx.*)
|
||||||
|
|
||||||
. = ALIGN(4);
|
|
||||||
/* All data end */
|
/* All data end */
|
||||||
__data_end__ = .;
|
__data_end__ = .;
|
||||||
__ram_image2_text_end__ = .;
|
__ram_image2_text_end__ = .;
|
||||||
|
|
Loading…
Reference in a new issue