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
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
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
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