Re: Internal Error RTEMS API

2019-12-11 Thread Sebastian Huber
On 11/12/2019 11:04, vishav.vis...@dlr.de wrote: *** FATAL *** fatal source: 1 (INTERNAL_ERROR_RTEMS_API) fatal code: 4026597379 (0xf0010003) This error is unspecific. You can get it with a call to rtems_fatal_error_occurred() for example. I would set a break point to _Terminate() and use a d

Internal Error RTEMS API

2019-12-11 Thread Vishav.Vishav
Hi, I am creating a c++ rtems application. I have already been able to run a hello world application. In my current application, I declare a class object in the task function. This class has been defined in other .h and .cpp files which have been included in the current application. The applic