hi,
i am making a project in which i am using QT at the front end and RTLinux at the backhand. My application involve making a FIFO in RTLinux,creating a thread, writting Data into fifo in the thread and reading the data at qt end.For reading i have to make a thread in the QT & read the data there.
but the problem is i am not able to make syncroniation between RTLinux and QT.
i tried with semaphores but it did'nt worked.
pl help me to solve the problem

bye