[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
BOUNCE rtl@rtlinux.org: Approval required: (fwd)
- To: rtl@rtlinux.org
- Subject: BOUNCE rtl@rtlinux.org: Approval required: (fwd)
- From: Der Herr Hofrat <der.herr@hofr.at>
- Date: Mon, 23 Jul 2001 17:30:20 +0200 (CEST)
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 <rtl@fsmlabs.com>; 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 <baraban@fsmlabs.com>
To: Sitaram Prasad <ksitaram@ctd.hcltech.com>
Cc: rtl@fsmlabs.com
Subject: Re: [rtl] usage of string functions in RT Linux
Message-ID: <20010722091232.C4829@fsmlabs.com>
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 (ksitaram@ctd.hcltech.com) 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 owner-rtl@fsmlabs.com -----
> -- [rtl] ---
> To unsubscribe:
> echo "unsubscribe rtl" | mail majordomo@rtlinux.org OR
> echo "unsubscribe rtl <Your_email>" | mail majordomo@rtlinux.org
> --
> For more information on Real-Time Linux see:
> http://www.rtlinux.org/
----- End of forwarded message from owner-rtl@fsmlabs.com -----