linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Gerhard Jaeger <g.jaeger@sysgo.com>
To: <linuxppc-embedded@lists.linuxppc.org>
Subject: Re: Error calling timer_create
Date: Wed, 19 May 2004 08:52:58 +0200	[thread overview]
Message-ID: <200405190852.58747.g.jaeger@sysgo.com> (raw)
In-Reply-To: <200405190509.PAA20836@sprint.tenix.com>


Hi,

ENOSYS means, that the function is not implemented on your system, probaly
your glibc is somwhat outdatet. I remember the same thing here some time
ago before using glibc-2.2.5. Updating your CDK should help.

Ciao,
  Gerhard

On Wednesday 19 May 2004 07:09, MERRITT Nigel wrote:
[SNIPSNAP]
> // Initialise the timer.
> if (timer_create(CLOCK_REALTIME, &stEvent, &nTimerId))
> {
>    printf("Timer could not be created (err=%d).\n", errno);
>    return -1;
> }
> .
> .
> .
>
> ... with the result:
>
>    Timer could not be created (err=38).
>
> The code obviously compiles so I can't work out why it would claim the
> function does not exist.  The code is compiled with static linking so all
> libraries should be included in the executable.
>
> Any help would be appreciated...
>
>    NJM


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

      reply	other threads:[~2004-05-19  6:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-19  5:09 Error calling timer_create MERRITT Nigel
2004-05-19  6:52 ` Gerhard Jaeger [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200405190852.58747.g.jaeger@sysgo.com \
    --to=g.jaeger@sysgo.com \
    --cc=linuxppc-embedded@lists.linuxppc.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).