4lDO2 049a5156d7 Implement PT_INTERP, and thus dynamic linking.
With this change, gcc can now successfully compile a tiny program that
printfs an integer returned from a function, from a dynamically linked
library that it compiled as well.

Rustc however, is orders of magnitude more complex, and the next step is
to fix constructors which require access to `environ`, in ld.so
2022-07-26 21:34:48 +02:00
2019-01-14 14:22:24 -07:00
2018-11-14 20:52:12 +01:00
2021-03-16 21:47:04 -06:00
2018-07-11 09:59:28 -06:00
2020-08-07 14:16:45 +00:00
2021-01-03 16:04:40 +01:00
2020-09-30 11:40:38 +02:00
2022-07-26 21:32:56 +02:00
2018-03-08 19:45:16 -07:00
2021-02-27 19:11:25 -07:00
2020-02-14 18:42:38 +00:00
2019-02-20 19:27:18 +01:00
2018-08-27 06:35:30 -06:00
2018-03-07 17:29:33 -07:00
2022-07-26 21:32:56 +02:00
2018-09-05 13:03:46 +00:00
2021-03-01 21:19:04 -07:00
2019-08-04 19:05:45 +02:00
2020-05-27 20:24:59 -06:00

relibc build

relibc is a portable POSIX C standard library written in Rust. It is under heavy development, and currently supports Redox and Linux.

The motivation for this project is twofold: Reduce issues the redox crew was having with newlib, and create a safer alternative to a C standard library written in C. It is mainly designed to be used under redox, as an alternative to newlib, but it also supports linux syscalls via the sc crate.

Contributing

Supported OSes

  • Redox OS
  • Linux

Supported architectures

  • x86_64
  • Aarch64
S
Description
RedBear Operating System, based on RedoxOS. Licenced under MIT license.
https://redbearos.org
Readme MIT 18 GiB
Languages
C 37.5%
C++ 37.2%
JavaScript 6.7%
QML 3.4%
HTML 3.2%
Other 11.4%