Aproved: rtl.pass
>From owner-rtl Sat Jul 21 23:15:59 2001
Received: from hq.fsmlabs.com (localhost [[UNIX: localhost]])
by hq.fsmlabs.com (8.11.2/8.11.2) with ESMTP id f6M5Fvp11413
for <[EMAIL PROTECTED]>; Sat, 21 Jul 2001 23:15:58 -0600
Received: (qmail 4936 invoked by uid 1000); 22 Jul 2001 05:12:32 -0000
Date: Sun, 22 Jul 2001 09:12:32 +0400
From: Michael Barabanov <[EMAIL PROTECTED]>
To: Sitaram Prasad <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]
Subject: Re: [rtl] usage of string functions in RT Linux
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <219446B9B371D511A3530002441924760EEF63@DEVI>
User-Agent: Mutt/1.3.18i
Organization: FSMLabs
Some string functions are implemented in the kernel and are available
for RTLinux modules. memset is certainly among them. You need <linux/string.h>
header file. Also, use -static option to "ld" to prevent link errors.
Michael.
Sitaram Prasad ([EMAIL PROTECTED]) wrote:
>
> > Hi all,
> >
> > I have doubt whether we can use string manipulation functions in RT
> > Linux modules.
> > I used them and i am getting unresolved symbol 'memset' while linking.
> > I will have to link with libgcc to get rid of this problem or is there
> > any other way for this.
> > Whether string manipulation functions can be used or not in RT Linux.
> >
> > Thanks in advance,
> > Sitaram
> >
>
> ----- End of forwarded message from [EMAIL PROTECTED] -----
> -- [rtl] ---
> To unsubscribe:
> echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
> echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
> --
> For more information on Real-Time Linux see:
> http://www.rtlinux.org/
----- End of forwarded message from [EMAIL PROTECTED] -----
----- End of forwarded message from [EMAIL PROTECTED] -----
-- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
--
For more information on Real-Time Linux see:
http://www.rtlinux.org/