[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
rtems_libio_init in 4.8.0
- Date: Fri, 23 May 2008 18:51:50 +0200
- From: lacroix.antoine at free.fr (Antoine Lacroix)
- Subject: rtems_libio_init in 4.8.0
You're right Joel, I'm a bit ashamed of my mistake. Strange, it worked fine
in 4.7.1 without the manager declaration.
Thanks a lot Joel.
John
----- Original Message -----
From: "Joel Sherrill" <joel.sherrill at oarcorp.com>
To: "John Pickwick" <john.pickwick at free.fr>
Cc: "RTEMS Users Mailing List" <rtems-users at rtems.com>
Sent: Friday, May 23, 2008 4:03 PM
Subject: Re: rtems_libio_init in 4.8.0
> John Pickwick wrote:
>> Hi to all,
>>
>> I have migrated my application from rtems4.7.1/leon2 to rtems4.8.0/leon2
>> and
>> it now fails during boot up phase. I have isolated the source of the
>> fatal
>> error call: in rtems_libio_init the first call to rtems_semaphore_create
>> fails and returns with code RTEMS_TOO_MANY.
>>
>> I have not changed anything in my configuration settings, does anybody
>> have
>> a clue or a hint about differences in confdefs.h requirements between
>> 4.7.1
>> and 4.8.0 ?
>>
> I don't know of anything obvious in confdefs.h.
>
> Is your application build with the semaphore manager
> (e.g. MANAGERS = xxx)? If you don't include the semaphore
> manager, this is very likely to happen.
>> Thanx,
>> John
>>
>> _______________________________________________
>> rtems-users mailing list
>> rtems-users at rtems.com
>> http://rtems.rtems.org/mailman/listinfo/rtems-users
>>
>
>
> --
> Joel Sherrill, Ph.D. Director of Research & Development
> joel.sherrill at OARcorp.com On-Line Applications Research
> Ask me about RTEMS: a free RTOS Huntsville AL 35805
> Support Available (256) 722-9985
>
>
> _______________________________________________
> rtems-users mailing list
> rtems-users at rtems.com
> http://rtems.rtems.org/mailman/listinfo/rtems-users
>