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: 385

Filed under:
|
|
|
|

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

Related posts about gcc

Related posts about glibc