<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Hello:
<p>I am using RTEMS 4.5.0 with pc386 BSP. I have a problem (may be a bug?):
If I try to create a timer (using rtems_timer_create) I get a system hang-up. 
At the very begining I though it was because a mistake in configuration
options, so I cheched them and they were OK.
<p>Then I tried compiling my application for the Posix BSP. After that
I tried to follow the program execution using GDB, but it was not
able to insert a breakpoint inside rtems_timer_create function or even
step into it, at the calling point the application failed. So, I put a
lot of debuging messages inside rtems_timer_create (using printk), recompiled
the system and tried to run my application again (with pc386 BSP), but
I did not see a single message, only a system hang-up.
<p>Have someone had the same problem? Could it be a gcc problem? or, did
I miss some configuration option while compiling RTEMS?
<p>I thank you any help.
<pre> 
Camilo Alejandro Arboleda
Ascom Colombia S.A.
<A HREF="http://www.ascom.com">http://www.ascom.com</A></pre>
 </html>