This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

External headers required for i386-linux-newlib


I hadn't really intended to do this, but once you've gone so far down
a certain path, it's difficult to turn back.

I've compiled an exhaustive list of the glibc and Linux headers
required to compile a i386-linux-newlib toolchain. I've split it into
the headers required to compile gcc and the headers required to
compile newlib. I'm not certain what use this is yet, but I thought
the information might be useful to someone. So, here goes.

Cheers!
Shaun

~ GCC ~
features.h
sched.h
asm/param.h
asm/posix_types.h
asm/types.h
bits/confname.h
bits/environments.h
bits/posix_opt.h
bits/sched.h
bits/sigaction.h
bits/siginfo.h
bits/signum.h
bits/sigset.h
bits/sigstack.h
bits/sigthread.h
bits/statfs.h
bits/statvfs.h
bits/types.h
bits/wordsize.h
gnu/stubs.h
linux/autoconf.h
linux/compiler.h
linux/config.h
linux/posix_types.h
linux/stddef.h
linux/types.h

~ newlib ~
aio.h
byteswap.h
elf.h
endian.h
fenv.h
fenvinline.h
fstab.h
ftw.h
gnu-versions.h
mntent.h
nl_types.h
poll.h
stdio_ext.h
sysexits.h
syslog.h
ucontext.h
asm-generic/errno-base.h
asm-generic/errno.h
asm/errno.h
asm/fcntl.h
asm/ioctl.h
asm/ioctls.h
asm/sigcontext.h
asm/stat.h
asm/termbits.h
asm/termios.h
asm/unistd.h
bits/byteswap.h
bits/endian.h
bits/errno.h
bits/fenv.h
bits/ipc.h
bits/ipctypes.h
bits/local_lim.h
bits/mman.h
bits/msq.h
bits/poll.h
bits/posix1_lim.h
bits/posix2_lim.h
bits/resource.h
bits/sem.h
bits/sigcontext.h
bits/sockaddr.h
bits/stdio_lim.h
bits/time.h
bits/uio.h
bits/xopen_lim.h
gnu/lib-names.h
linux/dirent.h
linux/errno.h
linux/fcntl.h
linux/kernel.h
linux/limits.h
linux/list.h
linux/stat.h
linux/sysctl.h
linux/termios.h
linux/time.h
linux/times.h
linux/unistd.h
linux/wait.h
rpcsvc/yp_prot.h
rpcsvc/ypclnt.h
sys/gmon.h
sys/gmon_out.h
sys/ipc.h
sys/mman.h
sys/mount.h
sys/msg.h
sys/poll.h
sys/procfs.h
sys/sem.h
sys/statfs.h
sys/statvfs.h
sys/syscall.h
sys/sysctl.h
sys/syslog.h
sys/timex.h
sys/ucontext.h
sys/uio.h
sys/un.h
sys/user.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]