This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]