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]

Re: missing headerfile windows.h


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

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