RTEMS Shell Problem
Chris Johns
chrisj at rtems.org
Mon Jun 10 23:39:58 UTC 2019
On 11/6/19 5:42 am, Richard.Glossop at L3T.com wrote:
> I’m trying to launch the shell on a LEON3 platform using rcc-1.3-rc6
> I’m getting a pthread_setspecific(shell_current_env_key) error on the console
> which I believe is causing the shell thread
>
> to exit. I can see this code in shell.c
> In the RTEMS config I have:
>
> #define CONFIGURE_APPLICATION_NEEDS_LIBBLOCK
> #define CONFIGURE_SHELL_COMMANDS_INIT
> #define CONFIGURE_SHELL_COMMANDS_ALL
Does adding ...
#define CONFIGURE_MAXIMUM_POSIX_KEYS (5)
help?
> #include <rtems/shellconfig.h>
I see what you have is what he shell guide has so it may need to be updated to
include this settings.
Chris
More information about the users
mailing list