- français
- English
Compiling uClibc
Compiling the my_kernel_tree linux headers (the linux tree under our reposiory):
make headers_install ARCH=cava INSTALL_HDR_PATH=dest_headers_install
Specify the cava architecture and link the headers to uclibc
make menuconfig
Compile uclibc:
make CROSS_COMPILE=cava-linux-
make CROSS_COMPILE=cava-linux- PREFIX=dest_uclibc install