|
|
In my free time I work on personal projects with linux. These are mostly born
of a personal need, and are being made available to others in case there is a
wider need.
Current projects :
- Cross Compilers from Fedora 12 to i486, x86_64, powerpc, powerp64, sparc, and sparc64 Linux OS. Sysroot and biarch where possible
- perl-IO-Stty package to make perl-Expect happier with automating tasks.
Fedora 12 yum repository for my packages.
Cross Compilers built with and providing :
- GNU binutils 2.20.51.0.4
- GNU GCC 4.4.2 (Languages : C, C++, Obj-C, Obj-C++, Fortran, ADA)
- GNU libc 2.11
- Linux Kernel 2.6.32.2 (headers)
- GNU ncurses 5.7
- zlib 1.2.3
How to install
- Decide on the target you wish
- i486
- x86_64
- powerpc
- powerpc64
- sparc
- sparc64
- Install with yum (or your favorite tool)
- yum install cross-glibc-i486-unknown-linux-gnu
|