https://github.com/egor00f/newlib
newlib from kolibrios repo
https://github.com/egor00f/newlib
c kolibrios newlibc
Last synced: 3 months ago
JSON representation
newlib from kolibrios repo
- Host: GitHub
- URL: https://github.com/egor00f/newlib
- Owner: Egor00f
- Created: 2025-01-13T13:48:07.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-13T15:43:37.000Z (4 months ago)
- Last Synced: 2025-03-04T06:14:24.393Z (3 months ago)
- Topics: c, kolibrios, newlibc
- Language: C
- Homepage:
- Size: 239 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# newlib for kolibrios
This is newlib from kolibrios repository.
## Build
static library:
```
make static
```shared library:
```
make shared
```package:
```
make package
```