From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stan Shebs To: jimb@cygnus.com Cc: jonas@coyote.org, mei@mdh.se, gdb@cygnus.com Subject: Re: [Mohammed El Shobaki] GNU:are Date: Thu, 01 Apr 1999 00:00:00 -0000 Message-id: <199903082102.NAA02226@andros.cygnus.com> References: X-SW-Source: 1999-q1/msg00102.html From: Jim Blandy Date: 08 Mar 1999 09:26:15 -0500 > This user sent me a question in Swedish, thinking I knew something > about gdb. Since I don't; I'm passing it on. He wants to get in > touch with someone who knows how to port gdb to PowerPC (on the target > side). He also wants to know if there are any stubs for running gdb > over TCP/IP. He's doing some research into setting up a GNU environment > for the multiprocessorsystem (research system with 3 PPC750). At present, GDB already has PowerPC support --- just not native PowerPC support. Configure it with something like --target=powerpc-elf; see configure.tgt for details. Just to be pedantic, GDB *does* have native PowerPC AIX support, and it might even be that the PowerPC NT support still works, although it's probably bitrotted along with PPC NT in general :-) . It's only the Linux support that is awaiting copyright assignment - or an alternate set of unemcumbered patches. Stan