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

[tools] Emit better formats than .c for binary file conversion. #24

Open
asiekierka opened this issue Nov 4, 2023 · 2 comments
Open
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@asiekierka
Copy link
Contributor

Ideally, we'd have #embed, but we're not in that world right now.

.s files may be faster - it would be fairly easy to adapt the converter to those - as would .o files - which would be a bit harder.

@asiekierka asiekierka added enhancement New feature or request help wanted Extra attention is needed labels Nov 4, 2023
@asiekierka
Copy link
Contributor Author

Or just generate a .s file that does an .incbin.

@asiekierka
Copy link
Contributor Author

wf-bin2s has been implemented. Maybe that's enough.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant