I am using Version 8-2018-q4-major Linux 64-bit on ubuntu 16.04 with openocd to talk to a STM32f4-discovery board. I also have ncurses version 6.0.
When I run arm-none-eabi-gdb to debug my code everything seems to be working fine when I have gdb in the command line mode. However when I enable tui mode and run a command for example: "i reg", gdb prints the first line of the command to the end of "i reg" so the output looks something like "i regr0 0x0 0" and the rest of the output from gdb is displayed normally.
I am using Version 8-2018-q4-major Linux 64-bit on ubuntu 16.04 with openocd to talk to a STM32f4-discovery board. I also have ncurses version 6.0.
When I run arm-none-eabi-gdb to debug my code everything seems to be working fine when I have gdb in the command line mode. However when I enable tui mode and run a command for example: "i reg", gdb prints the first line of the command to the end of "i reg" so the output looks something like "i regr0 0x0 0" and the rest of the output from gdb is displayed normally.
Any help would be appreciated, cheers.