Hello,
Thank you very much for your input. I added the mentioned configurations and it works. Regards Vishav ________________________________ From: Sebastian Huber <sebastian.hu...@embedded-brains.de> Sent: 12 December 2019 09:06:09 To: Vishav, Vishav Cc: users@rtems.org Subject: Re: Shell in RTEMS On 12/12/2019 08:19, vishav.vis...@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.hu...@embedded-brains.de PGP : Public key available on request. Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.
_______________________________________________ users mailing list users@rtems.org http://lists.rtems.org/mailman/listinfo/users