On Fri, May 25, 2012 at 11:48:15PM +0100, David Fernandez wrote:
> Hi there,
>
> I have several "gdb" executables for several target processors:
> "arm-eabi-gdb", "arm-elf-gdb", etc.
>
> When building cgdb, I've tried to "configure --target=arm-eabi" to try
> making it use a specific debugger, but not only does it not get
> installed with the proper suffix (arm-eabi-cgdb), it also keeps using
> the undecorated gdb.
Configuring cgdb like that would cross compile cgdb for the arm target.
In general, I would expect the name of cgdb to change as you suggested,
i'm not sure why that's not happening.
However, it is expected that it will continue to use the regular
gdb command. Use the cgdb -d option to switch the underlying debugger
that cgdb uses.
Bob
|