Re: RTEMS Shell Problem

2019-06-11 Thread Chris Johns
On 12/6/19 12:55 am, Alan Cudmore wrote: > That should work. I am currently using the shell on various LEON3 boards using > rcc-1.3-rc6.  > My RTEMS config has this note: > /* POSIX Keys are needed for the Shell */ > #define CONFIGURE_MAXIMUM_POSIX_KEYS                   32 > #define CONFIGURE_MAXI

Re: RTEMS Shell Problem

2019-06-11 Thread Alan Cudmore
That should work. I am currently using the shell on various LEON3 boards using rcc-1.3-rc6. My RTEMS config has this note: /* POSIX Keys are needed for the Shell */ #define CONFIGURE_MAXIMUM_POSIX_KEYS 32 #define CONFIGURE_MAXIMUM_POSIX_KEY_VALUE_PAIRS64 ( my values are p

Re: RTEMS Shell Problem

2019-06-10 Thread Chris Johns
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

RTEMS Shell Problem

2019-06-10 Thread Richard.Glossop
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_NEED