xflat 0.1.5 review
DownloadeXtended FLAT (XFLAT) is a binary format that supports dynamic shared libraries on MMU-less Linux (uClinux) platforms. XFLAT is a
|
|
eXtended FLAT (XFLAT) is a binary format that supports dynamic shared libraries on MMU-less Linux (uClinux) platforms.
XFLAT is a mature suite of development tools including compiler, dynamic loader, loader, linker and support tools.
Configure and Build Procedure:
1) Run the configure script to instantiate a canned configuration.
see ./configure.sh --help for more information
./configure.sh
2) Source setenv to define environment variables
source ./setenv
3) Patch the kernel
cd xflat/kernel/
./patch_kernel ../../linux-x.x.x
4) Make the toolchain
cd buildroot
make
5) Make the kernel
cd linux-x.x.x
make
Steps 2) and 3) should be performed only once. Steps 1), 4) and 5) should
be repeated to re-build the system.
See also config//README for instructions specific to the
selected configuration.
What's New in This Release:
Verifed xflat-ld C++ linking support
Added documentation for the state of C++ in XFLAT
Fixed spurious prompts for FPU in uClibc build
xflat 0.1.5 search tags