Shell in RTEMS

Vishav.Vishav at dlr.de Vishav.Vishav at dlr.de
Thu Dec 12 08:22:16 UTC 2019


Hello,


Thank you very much for your input. I added the mentioned configurations and it works.


Regards

Vishav

________________________________
From: Sebastian Huber <sebastian.huber at embedded-brains.de>
Sent: 12 December 2019 09:06:09
To: Vishav, Vishav
Cc: users at rtems.org
Subject: Re: Shell in RTEMS

On 12/12/2019 08:19, Vishav.Vishav at dlr.de wrote:
> Hello,
>
> I will check if I am compiling with NDEBUG. As far as failed assertion is concerned, I printed the return value of rtems_shell_init and it was 0 meaning RTEMS_SUCCESSFUL.

I think it is impossible to start a shell with your configuration. Maybe
there is a bug in rtems_shell_init() so that RTEMS_SUCCESSFUL is
returned in an error case. I would change the configuration to:

#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 32
#define CONFIGURE_UNIFIED_WORK_AREAS
#define CONFIGURE_UNLIMITED_OBJECTS
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
#define CONFIGURE_INIT
#include <rtems/confdefs.h>

--
Sebastian Huber, embedded brains GmbH

Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone   : +49 89 189 47 41-16
Fax     : +49 89 189 47 41-09
E-Mail  : sebastian.huber at embedded-brains.de
PGP     : Public key available on request.

Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/users/attachments/20191212/b722d923/attachment-0001.html>


More information about the users mailing list