Search code examples
configurationbuildrootuclibc

How to compile using uclibc?


Hi all I have installed buildroot toolchain and am able to compile simple "Hello World" program which runs on uClibc based chroot. However I am confused how to do so for programs that use ./configure as how to ask it to use the uclibc based toolchain and not the glibc based toolchain present in my system. My OS is Fedora and it is i386 based machine.I want to compile programs using uClibc for the same platform.


Solution

  • buildroot contains the package directory where there are numerous examples how to do it