[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [rtl] semaphores in rtl 2.3
- To: rtl@fsmlabs.com
- Subject: Re: [rtl] semaphores in rtl 2.3
- From: Anders Gnistrup <agn@city.dk>
- Date: Thu, 16 Aug 2001 10:32:36 +0200
- References: <3B79EDA6.4DC8929E@gmx.at>
- User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.2) Gecko/20010726 Netscape6/6.1
Peter S Groessinger wrote:
> hi all,
>
> i'm a newbie to programming modules for the rt linux kernel. i have
> minirtl 2.2.14- rtl v2.3 installed on a mops pc104.
>
> the problem i have is that i can not insmod a module which makes use of
> the sem_init, sem_wait and sem_post functions. these symbols appear to
> be unresolved when loading the module.
The funktions is part of a module, and the module is not installed by
standard. I think the module in named rtl_posixio.o. insert the the
module and you should be up and running.
If you can use a mutex, use the module mutex.o
if you insist using semaphores I "think" that you should look in the
or you could shift to RTLinux 3.1 ;-)
Anders Gnistrup