missing headerfile windows.h

Andrew Cagney ac131313@cygnus.com
Thu Mar 29 16:27:00 GMT 2001


Odd Lindahl wrote:
> 
> Hi,
> 
> I'm trying to compile gdb 5.0 and or insight 5.0 in a cygnus 1.18
> environment
> with newlib 1.9.0 and binutils 2.10.1 and gcc 2.95.2 as a cross compiler
> with target=arm-elf.
> 
> I've successfully compiled binutils,newlib,gcc and when I do:
> 
> $mkdir -p /tmp/build/gdb
> $cd /tmp/build/gdb
> $/src/gdb/gdb-5.0/configure --target=arm-elf \
> >--prefix=/tools \
> >--exec-prefix=/tools/H-i686-pc-cygwin \
> >-v 2>&1 | tee configure.out

Try:
	CC="gcc -mwin32" CXX="g++ -mwin32" /.../confgure .....

	Andrew


More information about the Gdb mailing list