F1C100s_projects
F1C100s_projects copied to clipboard
simple loader make problem and solution
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