F1C100s_projects icon indicating copy to clipboard operation
F1C100s_projects copied to clipboard

simple loader make problem and solution

Open ESBNMN opened this issue 2 years ago • 0 comments

New version xpack-arm-none-eabi-gcc-11.3.1-1.1 needs an edit in f1c100s_sram.ld file like below

SECTIONS { .text : { PROVIDE(__image_start = .); PROVIDE(__text_start = .); build/start.o (.text) (.text) *(.init.text) *(.exit.text) (.glue) *(.note.gnu.build-id) PROVIDE(__text_end = .); } > sram

ESBNMN avatar Sep 26 '22 19:09 ESBNMN