RE: Howto read I2C on MPC5200 Lite
From: Charles Krinke <hidden>
Date: 2007-03-18 19:08:35
I have an embedded system with a PPC8541 using remote debugging across = the serial port. I am using Fedora Core 6 on my host along with gdb 6.3 = cross compiled for the ppc target and Linux 2.6.17.11 on the PPC8541 = target. =20 I can stop the kernel boot with 'kgdbwait' on the command line, startup = gdb or ddd/gdb and set a breakpoint on do_fork which triggers reliably. =20
From there, I can delete that breakpoint, set a breakpoint further along =
in do_fork or continue using ddd to a location further along, but I = cannot execute 'step'. =20 When I execute a cont from either the gdb window or the ddd window, I do = see the message: =20 "Can't send signals to this remote system. SIGILL not sent. =20 This problem occurs with or without ddd running the inferior debugger, = so I suspect it is a gdb/target issue and not necessarily a ddd issue. =20 Mostly, I am trying to understand what is going on. =20 Charles =20