linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Semaphores in eldk4.1
@ 2007-11-30 16:33 Stuart Hodgson
  2007-11-30 18:10 ` Ben Warren
  2007-11-30 22:27 ` Wolfgang Denk
  0 siblings, 2 replies; 3+ messages in thread
From: Stuart Hodgson @ 2007-11-30 16:33 UTC (permalink / raw)
  To: linuxppc-embedded

Hi,

I have been suing the eldk4.1 tool chain for a few months now and have 
not not encountered any problems with building until now. I build for 
two slightly different archs, ppc_85xx and ppx_82xx.

The problem I have come up against is related to some of the semaphore 
functions in semaphore.h, namely sem_wait, sem_post. This was originally 
noticed in a third party driver I am porting from one board to another 
but a small test program has shown the same results.

Calls to these functions on the ppc_82xx platform return -1 with an 
error code of 38, in this case meaning  ENOSYS (not implemented). On the 
ppc_85xx the same program executes fine, thus I conclude that it is 
specific to the libc-2.3.5 for ppc_82xx. Has anyone else come across 
this problem, I did find one thread but there was no conclusion listed.

I also can not find anything stating that these functions are not 
implemented for the 82xx arch compared with others for the eldk4.1

Thanks

Stuart

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Semaphores in eldk4.1
  2007-11-30 16:33 Semaphores in eldk4.1 Stuart Hodgson
@ 2007-11-30 18:10 ` Ben Warren
  2007-11-30 22:27 ` Wolfgang Denk
  1 sibling, 0 replies; 3+ messages in thread
From: Ben Warren @ 2007-11-30 18:10 UTC (permalink / raw)
  To: Stuart Hodgson; +Cc: linuxppc-embedded

HI Stuart,

Stuart Hodgson wrote:
> Hi,
>
> I have been suing the eldk4.1 tool chain for a few months now and have 
> not not encountered any problems with building until now. I build for 
> two slightly different archs, ppc_85xx and ppx_82xx.
>
> The problem I have come up against is related to some of the semaphore 
> functions in semaphore.h, namely sem_wait, sem_post. This was originally 
> noticed in a third party driver I am porting from one board to another 
> but a small test program has shown the same results.
>
> Calls to these functions on the ppc_82xx platform return -1 with an 
> error code of 38, in this case meaning  ENOSYS (not implemented). On the 
> ppc_85xx the same program executes fine, thus I conclude that it is 
> specific to the libc-2.3.5 for ppc_82xx. Has anyone else come across 
> this problem, I did find one thread but there was no conclusion listed.
>
>   
These work fine for me with ppc_6xx architecture and ELDK 4.1, although 
they didn't with ELDK 4.0. In that case, I was getting ENOSYS on 
sem_open() and sem_init(). Do these functions return 0 for you? I assume 
you're using a kernel that supports POSIX semaphores (I think that 
started at 2.6.12) and that you're using the glibc version of ELDK and 
not ulibc.
> I also can not find anything stating that these functions are not 
> implemented for the 82xx arch compared with others for the eldk4.1
>
> Thanks
>
> Stuart
> _______________________________________________
> Linuxppc-embedded mailing list
> Linuxppc-embedded@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-embedded
>
>   
regards,
Ben

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Semaphores in eldk4.1
  2007-11-30 16:33 Semaphores in eldk4.1 Stuart Hodgson
  2007-11-30 18:10 ` Ben Warren
@ 2007-11-30 22:27 ` Wolfgang Denk
  1 sibling, 0 replies; 3+ messages in thread
From: Wolfgang Denk @ 2007-11-30 22:27 UTC (permalink / raw)
  To: Stuart Hodgson; +Cc: linuxppc-embedded

In message <47503B5A.6090604@quadrics.com> you wrote:
> 
> I have been suing the eldk4.1 tool chain for a few months now and have 

Please post ELDK related questions on the ELDK mailing list instead,
see http://lists.denx.de/mailman/listinfo/eldk

> The problem I have come up against is related to some of the semaphore 
> functions in semaphore.h, namely sem_wait, sem_post. This was originally 
> noticed in a third party driver I am porting from one board to another 
--------------------------^^^^^^^^
> but a small test program has shown the same results.

What exactly are you talking about? Device driver (i. e. kernel)
code, or application (i. e. user space) code ?

> Calls to these functions on the ppc_82xx platform return -1 with an 
> error code of 38, in this case meaning  ENOSYS (not implemented). On the 

Did you enable the CONFIG_SYSVIPC option in your Linux kernel
configuration?

> ppc_85xx the same program executes fine, thus I conclude that it is 
> specific to the libc-2.3.5 for ppc_82xx. Has anyone else come across 
> this problem, I did find one thread but there was no conclusion listed.

There is absolutley no difference between ppc_85xx and ppc_82xx as
far as library sources or configuration are concerned. The problem is
most probably in your Linux kernel, I guess.

> I also can not find anything stating that these functions are not 
> implemented for the 82xx arch compared with others for the eldk4.1

Provide a test program that fails for yuou, and we can provide much
better comments.

But please post followups on the ELDK mailing list.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
Old programmers never die, they just become managers.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-11-30 22:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-30 16:33 Semaphores in eldk4.1 Stuart Hodgson
2007-11-30 18:10 ` Ben Warren
2007-11-30 22:27 ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).