Results 1 to 1 of 1
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 ...
- 08-21-2011 #1Just Joined!
- Join Date
- Jun 2011
- Posts
- 15
How to cross compile for ARM , program containing pthreads
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.


Reply With Quote
