Re: [Rtl](no subject)

2002-09-27 Thread Der Herr Hofrat

> Hi
> pardon me if the question is repeated.i understand that in general
> standard library functions cannot be used with rtlinux.Does that mean we
> cannot use functions from string.h (like
> strcpy,strcmp,memcpy,memcmp)also.

many string functions are available (some are arch specific) in kernel space 
as independant implementation so :

memcpy memset memmove memscan memcmp memchr
strcpy strncpy strsep strcat strncat strcmp strncmp strchr
strrchr strlen strstr strtok simple_strtol strpbrk sprintf  
strsep

(anybody know where to find a *complete* list per arch ?)

so not the entire set is available.

you can with limitations, include libraries by statically linking them into i
your module - see the examples/fp/Makefile for how to do that - but be aware 
of that this may have side effects as even simple functions may allocate 
dynamik resources.

hofrat 
___
Rtl mailing list
[EMAIL PROTECTED]
http://www2.fsmlabs.com/mailman/listinfo.cgi/rtl



[Rtl](no subject)

2002-09-27 Thread D Naga Krishna Mohan

Hi
pardon me if the question is repeated.i understand that in general
standard library functions cannot be used with rtlinux.Does that mean we
cannot use functions from string.h (like
strcpy,strcmp,memcpy,memcmp)also.
thanks 
krishna mohan.

___
Rtl mailing list
[EMAIL PROTECTED]
http://www2.fsmlabs.com/mailman/listinfo.cgi/rtl



[rtl] (No Subject)

2002-05-10 Thread Madan Jampani

Hi,
 Compile the kernel using kgcc.
I had a similar problem when I compiled the kernel with gcc.
It was fine when I recompiled using kgcc.

regards
Madan.
--

On Thu, 09 May 2002 17:22:41  
 SAMBASIVA RAO GATTA wrote:
>
>Hi
>
>I am facing the problem while executing "sh scripts/insrtl".It has been 
>haging and i have to forcibly do hard reboot.I am having RTlinux3.1 and 
>Redhat 7.2 (linux kernel 2.4.4).I could able to login system under rtlinux 
>but couldnt insert any module because of this problem.
>
>Any pointers would be highly appreciated.
>
>G.Sambasiva rao
>
>_
>MSN Photos is the easiest way to share and print your photos: 
>http://photos.msn.com/support/worldwide.aspx
>
>-- [rtl] ---
>To unsubscribe:
>echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
>echo "unsubscribe rtl " | mail [EMAIL PROTECTED]
>--
>For more information on Real-Time Linux see:
>http://www.rtlinux.org/
>
>


-- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl " | mail [EMAIL PROTECTED]
--
For more information on Real-Time Linux see:
http://www.rtlinux.org/




[rtl] (No Subject)

2002-05-10 Thread Madan Jampani

Hi,
 Compile the kernel using kgcc.
I had a similar problem when I compiled the kernel with gcc.
It was fine when I recompiled using kgcc.

regards
Madan.
--

On Thu, 09 May 2002 17:22:41  
 SAMBASIVA RAO GATTA wrote:
>
>Hi
>
>I am facing the problem while executing "sh scripts/insrtl".It has been 
>haging and i have to forcibly do hard reboot.I am having RTlinux3.1 and 
>Redhat 7.2 (linux kernel 2.4.4).I could able to login system under rtlinux 
>but couldnt insert any module because of this problem.
>
>Any pointers would be highly appreciated.
>
>G.Sambasiva rao
>
>_
>MSN Photos is the easiest way to share and print your photos: 
>http://photos.msn.com/support/worldwide.aspx
>
>-- [rtl] ---
>To unsubscribe:
>echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
>echo "unsubscribe rtl " | mail [EMAIL PROTECTED]
>--
>For more information on Real-Time Linux see:
>http://www.rtlinux.org/
>
>


-- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl " | mail [EMAIL PROTECTED]
--
For more information on Real-Time Linux see:
http://www.rtlinux.org/