_Scheduler_priority_Ready_queue_first assert fail

2019-04-15 Thread Jython
No, later i know returrned 0 is OK, so how to debug the scheduler problem? ___ users mailing list users@rtems.org http://lists.rtems.org/mailman/listinfo/users

Re: SPARC-RTEMS5-GDB and RTEMS Fatal error !

2019-04-15 Thread Chris Johns
On 16/4/19 5:25 am, Michel Macena wrote: > Hi, I have compiled a code for an ERC32 target board and loaded it using gdb, > the code: > > #include > #include > #include > > > rtems_task Init( >   rtems_task_argument ignored > ) > { > >     printf( "Hello World

RTEMS Open Class in Huntsville AL US June 3- 7

2019-04-15 Thread Joel Sherrill
Hi There will be an RTEMS Open Class in Huntsville Alabama the week of June 3-7. June 3 - Getting Started June 4 - 7 - Open Class Details and registration forms at http://rtems.com/trainingschedule. If you have questions at all about the class, feel free to email me directly. I continue to loo

SPARC-RTEMS5-GDB and RTEMS Fatal error !

2019-04-15 Thread Michel Macena
Hi, I have compiled a code for an ERC32 target board and loaded it using gdb, the code: #include > #include > #include > > > rtems_task Init( > rtems_task_argument ignored > ) > { > > printf( "Hello World Michel\n" ); > printf( "Hello World Michel\n" ); > printf( "Hello World Mich