Re: [AVaRICE-user] avr-gdb connects,but there is no prompt.

2021-06-26 Thread Joerg Wunsch
As Istvan Retaller wrote: > > /usr/bin/avr-objcopy -j .text    \     -j .data > > \     -O ihex testburst.out testburst.hex /usr/bin/avrdude -F -c jtag2isp > > -P usb -B 10 -b 115200 -p t45 -e -U flash:w:testburst.hex -U > lfuse:w:0x62:m -U hfuse:w:0x9f:m -U efuse:w:0xff:m

[AVaRICE-user] avr-gdb connects,but there is no prompt.

2021-06-26 Thread Istvan Retaller
Hi all, here is a weird thing I cannot overcome: avr-gdb connects, but there is no prompt. Pressing ^C I get a prompt and now gdb accepts commands. However I do not know how got to this point and what was done to get there.Here is what I do: *steve@Apa:~/projects/avr/testburst$ make*