I'm able to get a GDB server running on my MPC5748G using the command:
./pegdbserver_power_console -startserver -device=MPC5748G
Then I open the console using this command:
/powerpc-eabivle-gdb -ex 'target remote :7224' -ex 'set $pc = 0x40000000' -ex 'set $msr = 0x02000000'
Everything works fine however, in the gdb console, my backspace key now acts like the spacebar a space instead of deleting the character to the left of the cursor. Also, the arrow and tab keys don't work either.
My current setup is a Kubuntu 21.04 VM running inside of a VMware Workstation on a Windows 10 install.
When I run the software in Windows, I have no issues but there are reasons I don't really want to go into as to why I have to run it in Linux, but it is necessary for me.
Has anyone ever run into this before? Google has not been helping too much.