error building gcc , (simulators and targets...)

Michael Elizabeth Chastain mec@shout.net
Wed Jan 15 16:48:00 GMT 2003


Hi Miguel,

What is the configuration command that you used to configure gdb?

Make sure that it is something like this:

  bash% /berman/migchain/source/gdb-5.3/configure --target=m68k-elf

And not this:

  bash% /berman/migchain/source/gdb-5.3/gdb/configure --target=m68k-elf
                                ^^^^^^^^^^^

If there are two 'gdb' names in your configure command, then you are
configuring only the 'gdb' subdirectory, and not the whole 'gdb-5.3'
package.  This results in a problem like the problem you are seeing.

Michael C



More information about the Gdb mailing list