gdb doesn't print the output on the terminal

2021-01-08 Thread Gaetano Buldo via Cygwin
Hello, I installed Cygwin for 64bit window, and the following tools in order to build and debug c programs using eclipse. gcc 9.3.0-2 make 4.3-1 gdb 9.2-1 It seems like the gdb program doesn't print on the terminal. When i run gdb --version a get an empty string on the terminal When i run gdb, i ca

Re: gdb doesn't print the output on the terminal

2021-01-08 Thread Gaetano Buldo via Cygwin
I used cygwin64 terminal (C:\cygwin64\bin\mintty.exe) to generate these files. I tried gdb on both cygwin64 terminal and window command prompt. I don't get any output on both of them Il giorno ven 8 gen 2021 alle ore 14:04 Marco Atzeri ha scritto: > On 08.01.2021 12:46, Gaetano Buldo wrote: > >