On 31/1/20 3:12 am, M. Dodson wrote:
> *** I am hitting the mailing list with two questions because I’m not sure
> they’re sufficiently related to be in the same email. Much of this
> information
> will be the identical between them, but the traces will be different. ***
>
> I am trying to buil
On Thu, Jan 30, 2020, 10:57 AM Gedare Bloom wrote:
> Hi Mike,
>
> Just a thought, but it looks like you're compiling a 'c' program (based on
> file extension) with the c++ headers and libraries. This could be the
> source of the errors.
>
On second thought, it looks like the error trace is start
Hi Mike,
Just a thought, but it looks like you're compiling a 'c' program (based on
file extension) with the c++ headers and libraries. This could be the
source of the errors.
Gedare
On Thu, Jan 30, 2020, 9:13 AM M. Dodson wrote:
> *** I am hitting the mailing list with two questions because I
Thanks for the quick response, Joel.
We have BSP_PRESS_KEY_FOR_RESET set to 0. Also, note that we have
installed a user fatal error extension, but the keypress must occur before
the extension will run.
And, just to reiterate what Jonathan said, this only occurs some of the
time. Most of the tim
On Thu, Jan 30, 2020 at 10:09 AM Jonathan Brandmeyer <
jbrandme...@planetiq.com> wrote:
> We're seeing some unexpected behavior. It appears as though sometimes the
> exit() function will wait until a key is pressed on the shell before
> actually shutting down RTEMS. This is independent of whethe
*** I am hitting the mailing list with two questions because I’m not sure
they’re sufficiently related to be in the same email. Much of this information
will be the identical between them, but the traces will be different. ***
I am trying to build the simplest of demo applications from the Rob
*** I am hitting the mailing list with two questions because I’m not sure
they’re sufficiently related to be in the same email. Much of this information
will be the identical between them, but the traces will be different. ***
I am trying to build the simplest of demo applications from the Rob
We're seeing some unexpected behavior. It appears as though sometimes the
exit() function will wait until a key is pressed on the shell before
actually shutting down RTEMS. This is independent of whether or not the
exit()ing thread is the shell thread or a different one.
We're using the zynq BSP