> 
> when i do "make test"
> 
> it is not showing output .then i tinkered the make file changed the
> sleep from 3 to 10, still iam not getting output
> 
> then i tried "rtlinux start hello", then it shows the message that hello
> modules is included with all the other rtlinux modules.
> 
> and when i stopped the program using "rtlinux stop hello" , then its
> giving a kernel dump ......
> 
> then i again started using "rtlinux start hello"
> then the program is printing "iam here my argument is 0" in infinite
> loop
> its not stopping , so i CTRl+ALT+del the computer and again restarted...

no need for C-A-D - what happened is that it was writing the kernel messages 
to the console you were sitting at so you don't see the prompt - simply type
rmmod hello into the endless stream and the module will be removed - then 
the shell can return a prompt again.

> 
> and again started the program using "rtlinux start hello",it just showed
> that hello module is include withn all other modules.
> and this time i stopped the program using "rtlinux stop hello 2>xyz" so
> that i can see what error is coming .
>  
> the xyz file consist this lines.
> 
> "/usr/bin/rtlinux: line 161:  1028 Segmentation fault ${RMMOD} $modules"
> 
> i think problem is with "rtlinux stop hello " is the problem really
> related with program or my installation...

hard to say whats going wron - try insmod hello.o and rmmod hello in examples/hello/ 
if that works then your install is probalbly fine. can you reproduce the problem with 
rtlinux stop/start ?

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

Reply via email to