So, I need to cross-compile the C library for MySQL client using arm-linux-gcc. I have arm-linux-gcc installed and working, but I am not sure how to create the .so.<BR><BR>I downloaded the source ...
I am trying to cross compile ncurses. In the make file i dont see any refrences to gcc, to change to my cross compiler. Where can I change my compiler ...