We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi Experts,
During the compilation of Linux kernel is the GCC toolchain is differently build for user space code, glibc code and Kernel space code ?
If yes why it is build so ?
Regards,
Techguyz
I'm not sure about your talking ?
Are you talking about the .so file ?
In this case the .SO is only a source of object
specificaly code in assembler, for the drivers for exemple.
But not limited exclusivly to a non-user space code. (in ARM FIQ)
Regard's