Top "Uclibc" questions

uclibc is a version of the C standard library for embedded systems

Cross compiling for MIPS router from x86

My end goal is to compile wireless tools for my old Actiontec modem/router so I can configure it as …

linux gcc embedded mips uclibc
Sample example program to get the malloc consolidate error

I want to test the mcheck functionality on my PC first to detect the malloc consolidate error. This way, i …

c malloc valgrind embedded-linux uclibc
Which library shall I add to get fcntl64, stat64, ... resolved?

I'm trying to build a project for ARM uClibc environment, but I've some functions missing. Can not find which library …

c gcc cross-compiling uclibc