682 B
Executable file
682 B
Executable file
| title | summary | date |
|---|---|---|
| Notes on building Redox OS | From my attempts to try getting this bugger working on armv6 | 2025-05-08 |
Redox OS
32-bit arm ports?
-
currently fails at trying to get relibc-install.tar.gz from https://static.redox-os.org/toolchain/arm-unknown-redox/
- makes sense, it doesn't exist
-
can't build relibc for arm
- seems to depend on gcc, ld, ar, nm, and objcopy to exist for
arm-unkown-gcc, also ld.so(?) - looks like we need to port this? https://gitlab.redox-os.org/redox-os/gcc
- need to get a toolchain to target
arm-unknown-redox - https://gitlab.redox-os.org/redox-os/rust
- seems to depend on gcc, ld, ar, nm, and objcopy to exist for
-
seems like
mk/prefix.mkmight have information?