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

Implement the arm compiler toolchain's overheads #194

Closed
tomhea opened this issue Dec 10, 2022 · 1 comment
Closed

Implement the arm compiler toolchain's overheads #194

tomhea opened this issue Dec 10, 2022 · 1 comment
Labels
backlog This should be worked on, someday.. enhancement New feature or request

Comments

@tomhea
Copy link
Owner

tomhea commented Dec 10, 2022

  • make the compilation, from c to arm, work. arm-none-eabi-gcc (decide on the compiler flags).
  • Implement a linker script (the zero-to-main series) that also uses the memory layout we want.
  • Implement the newlib basic-functions (such as _write, _sbrk) (using illegal opcodes? that way the functions will be implemented in fj with the help of the parser)
@tomhea tomhea changed the title Implement the toolchain's overheads Implement the arm compiler toolchain's overheads Sep 18, 2023
@tomhea tomhea added the enhancement New feature or request label Sep 18, 2023
@tomhea tomhea added the backlog This should be worked on, someday.. label Nov 18, 2023
@tomhea
Copy link
Owner Author

tomhea commented Dec 14, 2024

Moved to the c2fj repo, using riscv32i instead of armv7.

@tomhea tomhea closed this as completed Dec 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog This should be worked on, someday.. enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant