Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

simple loader make problem and solution #7

Open
ESBNMN opened this issue Sep 26, 2022 · 0 comments
Open

simple loader make problem and solution #7

ESBNMN opened this issue Sep 26, 2022 · 0 comments

Comments

@ESBNMN
Copy link

ESBNMN commented Sep 26, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant