You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
tomhea
changed the title
Implement the toolchain's overheads
Implement the arm compiler toolchain's overheads
Sep 18, 2023
The text was updated successfully, but these errors were encountered: