On 11/6/19 5:42 am, richard.glos...@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 _______________________________________________ users mailing list users@rtems.org http://lists.rtems.org/mailman/listinfo/users