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