<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from text --><style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<meta content="text/html; charset=UTF-8">
<style type="text/css" style="">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
<div dir="ltr">
<div id="x_divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:#000000; font-family:Calibri,Helvetica,sans-serif">
<p>Hello,</p>
<p><br>
</p>
<p>Thank you very much for your input. I added the mentioned configurations and it works.
<br>
</p>
<p><br>
</p>
<p>Regards</p>
<p>Vishav<br>
</p>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> Sebastian Huber <sebastian.huber@embedded-brains.de><br>
<b>Sent:</b> 12 December 2019 09:06:09<br>
<b>To:</b> Vishav, Vishav<br>
<b>Cc:</b> users@rtems.org<br>
<b>Subject:</b> Re: Shell in RTEMS</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">On 12/12/2019 08:19, Vishav.Vishav@dlr.de wrote:<br>
> Hello,<br>
> <br>
> 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.<br>
<br>
I think it is impossible to start a shell with your configuration. Maybe <br>
there is a bug in rtems_shell_init() so that RTEMS_SUCCESSFUL is <br>
returned in an error case. I would change the configuration to:<br>
<br>
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER<br>
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER<br>
#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 32<br>
#define CONFIGURE_UNIFIED_WORK_AREAS<br>
#define CONFIGURE_UNLIMITED_OBJECTS<br>
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE<br>
#define CONFIGURE_INIT<br>
#include <rtems/confdefs.h><br>
<br>
-- <br>
Sebastian Huber, embedded brains GmbH<br>
<br>
Address : Dornierstr. 4, D-82178 Puchheim, Germany<br>
Phone   : +49 89 189 47 41-16<br>
Fax     : +49 89 189 47 41-09<br>
E-Mail  : sebastian.huber@embedded-brains.de<br>
PGP     : Public key available on request.<br>
<br>
Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.<br>
</div>
</span></font>
</body>
</html>