Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 10 and Version 11 of TBR/Review/Debugging/Start


Ignore:
Timestamp:
08/07/07 17:24:37 (17 years ago)
Author:
Rsg
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TBR/Review/Debugging/Start

    v10 v11  
    196196
    197197RTEMS has very tight default configuration limits.  Not being able to open a file or create a socket is a common error which indicates that you need to configure enough open file descriptors.  By default, the constant CONFIGURE_LIBIO_MAXIMUM_DESCRIPTORS is set to 3 for stdin, stdout, and stderr.  You will need to set it to the appropriate value for your application.
     198=  Optional Debugging Tools Provided by RTEMS  =