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

Set file format to binary at linker stage #90

Open
GCPanic opened this issue Dec 6, 2023 · 1 comment
Open

Set file format to binary at linker stage #90

GCPanic opened this issue Dec 6, 2023 · 1 comment

Comments

@GCPanic
Copy link

GCPanic commented Dec 6, 2023

By adding OUTPUT_FORMAT(binary) at top of linker.ld, we can have plain binary output at linker's output.
And we can avoid objcopy step.

@cirosantilli
Copy link
Owner

I didn't know that one. Though in general .elf files can still be useful for debugging purposes.

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

2 participants