<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    I'm using sparc-rtems4.11-gcc to compyle a rtems C source file.<br>
    I compiled allthing as indicatedin web Quick start without any
    problems.<br>
    When I try to compile a simplke rtems C source code the following
    errors appears:<br>
    <br>
    <b><small>- In function `bsp_get_work_area':/../../...../  
        undefined reference to `rdb_start'<br>
        - In function `_Thread_Handler':/../../......./ undefined
        reference to `_init'</small></b><br>
    <br>
    Has anybody seen these kind of errors before? I'm not able to solve
    them?<br>
    Here my compilation options:<br>
    <br>
    <b><small>sparc-rtems4.11-gcc
        -B/opt/rtems-4.11/sparc-rtems4.11/leon2/lib \<br>
                        -specs
        /opt/rtems-4.11/sparc-rtems4.11/leon2/lib/bsp_specs \<br>
                        -mcpu=v8 -qrtems
        -L/opt/rtems-4.11/sparc-rtems4.11/leon2/lib</small></b><br>
    <br>
    PS: I'm using Eclipse as IDE.<br>
    <br>
    Thanks a lot!<br>
    <br>
        Luca<br>
    <br>
  </body>
</html>