Compiling without libc
Posted
by knizz
on Stack Overflow
See other posts from Stack Overflow
or by knizz
Published on 2010-03-30T20:32:47Z
Indexed on
2010/03/31
1:23 UTC
Read the original article
Hit count: 399
I want to compile my C-code without the (g)libc. How can I deactivate it and which functions depend on it?
I tried -nostdlib but it doesn't help.
© Stack Overflow or respective owner