uclibc
How do I do a static build with uclibc
I have a uclibc toolchain that works. I can compile a simple hello.c program statically (a开发者_开发技巧rm-linux-gcc hello.c -o hello -static -s) but source packages are automatically compiled dynami[详细]
2023-04-12 13:51 分类:问答Is there an equivalent of set_new_handler() for malloc() failures?
In C++, you can arrange for a function to be called whenever new fails.Is there a way to have a function called whenever malloc fails?Assume that malloc is being called from third-party libraries that[详细]
2023-01-28 12:55 分类:问答Glibc and uClibc side by side on one system
Is it possible to have glibc and uClibc based applications running side-by-side on one system? Background: We have binary gcc based cross-compiler configured to link with uClibc. We have cross-compil[详细]
2023-01-23 20:49 分类:问答Any porting available of backtrace for uclibc?
We are running the uclibc linux on ARM 9. The problem is uclibc doesn\'t support backtrace. When a core dump happens, I cannot grab the call stack.[详细]
2022-12-24 18:54 分类:问答