You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 years ago | |
---|---|---|
examples | 9 years ago | |
manifests | 7 years ago | |
sources | 7 years ago | |
.gitignore | 8 years ago | |
Makefile.in | 9 years ago | |
Product-Info | 9 years ago | |
README.BETA | 9 years ago | |
README.md | 4 years ago | |
configure | 7 years ago | |
configure.in | 7 years ago | |
install-sh | 9 years ago | |
libnix.texi | 9 years ago | |
mkinstalldirs | 9 years ago |
README.md
libnix: C link library for AmigaOS/m68k
Short description: Fork of libnix from sourceforge.net.
Overview
libnix is used in conjuction with m68k-amigaos-toolchain project. It's standard C link library (similar to glibc or newlib, but quite incomplete) for gcc cross compiler targeting AmigaOS/m68k systems.
There are several initiatives trying to bring up an updated C link library for AmigaOS/m68k systems:
- libnix-3.0 by Diego Casorran
- clib2 by Olaf Barthel
- arosc.library in Amiga Research Operating System source tree
For now I decided to use original sources by Jeff Shepher et al., perhaps I'll merge Diego Casorran's changes if I find them indispensable.