C link library for AmigaOS/m68k
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.
 
 
 
 
 
Go to file
Krystian Bacławski e7bfc563a4
Remove maintainer information due to ownership transfer.
4 years ago
examples Move sources root to main directory. 9 years ago
manifests Handle __CTOR_LIST__ and __DTOR_LIST__ initialization. 7 years ago
sources Handle __CTOR_LIST__ and __DTOR_LIST__ initialization. 7 years ago
.gitignore Fix reference to device initialization routine. 8 years ago
Makefile.in Move sources root to main directory. 9 years ago
Product-Info Move sources root to main directory. 9 years ago
README.BETA Move sources root to main directory. 9 years ago
README.md Remove maintainer information due to ownership transfer. 4 years ago
configure Devise a counterpart for libnix13. 7 years ago
configure.in Devise a counterpart for libnix13. 7 years ago
install-sh Move sources root to main directory. 9 years ago
libnix.texi Move sources root to main directory. 9 years ago
mkinstalldirs Move sources root to main directory. 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:

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.