website/content/lab-notes/redox.md
2025-07-20 23:23:39 -04:00

20 lines
682 B
Markdown

---
title: Notes on building Redox OS
summary: From my attempts to try getting this bugger working on armv6
date: 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 like `mk/prefix.mk` might have information?
-