Hi all,

I written a program in which two pthreads communicate each other through message queue.

On my linux machine i compiled it as cc -lpthread -lrt stm.c
it given me a.out and its running fine.

Now i would like to cross compile same program for arm .
How can i do that ? Please somebody point me in that direction.