Re: CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER macro issue

2019-07-23 Thread Sebastian Huber
On 23/07/2019 21:30, Michel Macena wrote: Hi, I have compiled a test code for an ERC32 target board and loaded it using gdb, the code: #include #include #include rtems_task Init(   rtems_task_argument ignored ) {     uint16_t a=6;     printf( "Hell

CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER macro issue

2019-07-23 Thread Michel Macena
Hi, I have compiled a test code for an ERC32 target board and loaded it using gdb, the code: #include > > #include > #include > > rtems_task Init( > rtems_task_argument ignored > ) > { > > uint16_t a=6; > printf( "Hello World Michel\n" ); > printf( "numero: %d\n",a ); > > > } > >