370 Embedded Linux System Design and Development
The above-explained implementation is the one that is most widely used
in m68k-based processors and was contributed by Paul Dale. There are other
implementations of shared library available in uClinux. XFLAT from Cadenux
is another shared library implementation used widely on ARM processors.
FRV-uClinux also has an implementation of shared library. Each implementa-
tion has been done with different design goals, addressing variant concerns.
10.7 Porting Applications to uClinux
In this section we discuss the steps necessary to create uClinux programs and
shared libraries and what points should be considered before porting an
application from standard Linux to uClinux.
10.7.1 Creating uClinux Programs
uClinux ...