Re: Missing arm_switch_reg is blowing up the build. And time is going way too fast.

2019-08-05 Thread Chris Johns
On 6/8/19 2:45 am, gro...@chichak.ca wrote: > Good morning. > > I did a pull to rebuild the tools and RTEMS from the head for STM32F4 and > cpukit/libdebugger/rtems-debuger-arm.c blows up in function > arm_debug_unlock_abort with ‘arm_switch_reg’ undeclared. Ouch. > This was working about a

Serial port issues

2019-08-05 Thread Michel Macena
Hi, I'm working with an ERC 32 target board and would like to read strings or any characters in the serial input (UART). regular C printf() function works well but when I try fgets(), scanf() or fgetc() the board just does not get the string or any character, is there any RTEMS specific ways to get

Missing arm_switch_reg is blowing up the build. And time is going way too fast.

2019-08-05 Thread groups
Good morning. I did a pull to rebuild the tools and RTEMS from the head for STM32F4 and cpukit/libdebugger/rtems-debuger-arm.c blows up in function arm_debug_unlock_abort with ‘arm_switch_reg’ undeclared. This was working about a week ago when I used the same scripts to pull, build the tools