I am writing a code for leon3 processor in eCos I have got two threads and one waits for other to release the semaphore but when i am trying to release the semaphore it gives me error like watchpoint hal_idle_thread_action + 0xc I am not sure whether the semaphore is created or not.
I was previously working on RTEMS in that there is facility to check the status returned by any statement which create semaphore but in eCos there is no such facility.
Is there any method by which i can guarantee the creation of semaphore and please help me with the error.
I was previously working on RTEMS in that there is facility to check the status returned by any statement which create semaphore but in eCos there is no such facility.
Is there any method by which i can guarantee the creation of semaphore and please help me with the error.