From the above compilation error, I understood that bionic_libc_x86.lib.a is not compiled with -fPIC flag enabled(which is needed for Position Independent code generation by compiler and that is what essentially needed in Shared LIb buiding(bionic_libstdc++.lib.so) that uses the above static library). So, i assigned -fPIC flag to compiler variable CC_OPT to resolve it, but it is not showing the effect.
So, can any one tell me how can I resolve it. Correct me if I'm wrong somewhere.
--
Thanks and Regards,
Paramesh.O
M.Tech.
Department of Computer Science and Engineering
I.I.T. Madras, Chennai, India