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: Todays CVS checkout fails on frv, ppceabi, mips, ...


Daniel Jacobowitz wrote:
On Mon, Feb 17, 2003 at 08:33:28PM +0000, Graham Stott wrote:

Daniel Jacobowitz wrote:

On Mon, Feb 17, 2003 at 07:54:33PM +0000, Graham Stott wrote:


Daniel Jacobowitz wrote:


On Mon, Feb 17, 2003 at 07:45:03PM +0000, Graham Stott wrote:



Hi

Anyone know what's changed since the 16th to cause this :

---------------------------------------------
/usr/local/src/uberbaum/gdb/gregset.h:32: error: parse error before "gdb_gregset_t"

Where's it getting included from?


gdb/linux-proc.c

Is the target != host block at the end of configure.in triggering? Andrew changed that today but I can't see any problem with his change.

I think I can see what's wrong ${host} and ${target} need to ${gdb_host_cpu}
and ${gdb_target_cpu} respect.

Really?  What are $host and $target?  And how did you configure?

Both are empty.

A bog standard "/usr/local/src/uberbaum/configure --target=mips-elf"

If you look a few line up in gdb's configure script you'll see

gdb_host_cpu=$gdb_hogdb_host_cpu=$gdb_host_cpu
gdb_target_cpu=$gdb_target_cpu
nativefile=$nativefile

and after configuring gdb/config.status contains

gdb_host_cpu=i386
gdb_target_cpu=mips
nativefile=

Making my suggested change in my local tree configuring now triggers the host != target
block and my builds are now working.

Graham


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