Services - tools - models - for embedded software development
3.5.3.
Building and installing uClibc
The uClibc library is built and installed using make.
make all
make install
Note
There is no need to set the CC environment variable
(as suggested by the MOF website). The use of the
CROSS_COMPILER_PREFIX parameter ensures the
OpenRISC tool chain is used.
Important
The uClibc make file dependencies are not complete. If any
parameters are changed, run make clean before
rebuilding.