how to compile c to .s code example Example: how to compile c code to a .so gcc -shared -o libhello.so -fPIC hello.c