On Thu, Nov 21, 2002 at 12:19:20PM +0530, Omanakuttan wrote: > The configuration compiles fine when I exclude kernel hacking options. > Once kgdb or xmon options (any of them) of the kernel hacking options > is included, kernel compilation fails with the following
<snip> > arch/ppc/kernel/kernel.o(.text+0x8f58): undefined reference to > `getDebugChar' Most classic PPC based embedded boards don't have the glue code enabled to use kgdb. I suggest you link in the standard gen550_*.c library of polled access functions and enable access by following the example in ebony.c. Regards, -- Matt Porter porter at cox.net This is Linux Country. On a quiet night, you can hear Windows reboot. ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
