Hello,
Thank you very much for your input. I added the mentioned configurations and it
works.
Regards
Vishav
From: Sebastian Huber
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
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
]
Sent: Donnerstag, 12. Dezember 2019 08:05
To: Vishav, Vishav; users@rtems.org
Subject: Re: Shell in RTEMS
Hello,
I am a bit surprised that you don't get a failed assertion. Do you
compile with NDEBUG?
Please have a look at the RTEMS configuration documentation
https://docs.rtems.org/bra
Hello,
I am a bit surprised that you don't get a failed assertion. Do you
compile with NDEBUG?
Please have a look at the RTEMS configuration documentation
https://docs.rtems.org/branches/master/c-user/configuring_a_system.html
in particular
https://docs.rtems.org/branches/master/c-user/conf
Hi,
I want to have a simple shell application. I am compiling the application from
RTEMS5 Toolchain and then booting this app from uboot on the target. Following
is my source code:
#include
#include
#include
#include
#include
#include
#include
extern "C" {
rtems_task Init(
rtems