glibc
Where are syscalls located in glibc source
So I was looking through the linux glibc source and I don\'t see where it actually does anything.The following is from io/chdir.c but it is indicative of many of the source files.What\'s going on here[详细]
2023-03-16 05:57 分类:问答Why glibc binary is called libc.so.6 not a libc.so.1 or libc.so.4?
The modern glibc binary is called libc.so.6 in Linux. Why is \"6\" used here? The libc.so.1 or libc.so.8 can be good names too IM开发者_Go百科HO.[详细]
2023-03-15 13:41 分类:问答error while using make to compile Glibc-2.11.1 for Linux From Scratch
I am building LFS and I am in the part where we need to install Glibc-2.11.1 http://www.linuxfromscratch.org/lfs/view/6.6/chapter05/glibc.html[详细]
2023-03-14 01:18 分类:问答where to find select() source code in glibc source?
i am trying to find the select() source code (linux, i386 arch) in the glibc source code, but i cannot find anything (related to the said architecture)开发者_如何学Python[详细]
2023-03-12 22:25 分类:问答Looking for C source code for snprintf()
I need to port snprintf() to another platform that does not fully support GLibC. I am looking 开发者_运维问答for the underlying declaration in the Glibc 2.14 source code.I follow many function calls,[详细]
2023-03-12 22:24 分类:问答How to build a reliable toolchain
Please guide me through the steps required to build a basic toolchain sufficient to build a bootable linux image and discuss why things should be done the way you suggest.[详细]
2023-03-12 13:35 分类:问答How to compile glibc for use without an operating system
I would like to compile the functions of glibc to an ob开发者_如何学运维ject file which will then be linked to a program which I am running on a computer without any operating system. Some functions,[详细]
2023-03-12 08:02 分类:问答Does linking an `-lpthread` changes application behaviour? (Linux, Glibc)
I have a question: if we have an application, which uses no threads, we can link it in two ways: 1) Link as usual, without -lpthread and -ldl[详细]
2023-03-11 10:18 分类:问答Executing binary: `GLIBCXX_3.4.11' not found
I\'m trying to run some pre-compiled code but I\'m getting the following error: ./bin/stipdet: /cm/shared/apps/gcc/4.3.4/lib64/libstdc++.so.开发者_如何学Go6: version `GLIBCXX_3.4.11\' not found (requ[详细]
2023-03-11 04:07 分类:问答stack overflow when pass -pie flags to gcc
I\'am trying to port fedora to mips cpu,some packages like \"sudo\" \"krb5\", following is the Makefile of \"sudo\" generated by configure which \"-fpie\" \"-pie\"flagswas auto added.[详细]
2023-03-06 16:35 分类:问答