This is the mail archive of the insight@sources.redhat.com mailing list for the Insight 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]

Building CrossGCC for ARM ...


HI All

I'm trying to build Insight 5.1.1 for an ARM-cross hosted on Cygwin
(1.3.10(0.51/3/2) ).

It worked the last time I built it ... which was a few months ago ... and I 
reinstalled some cygwin stuff .... Anyway, I have to redo this ...

This is the error I get

----------------------------snip ------------------------------------

creating libopcodes.la
(cd .libs && rm -f libopcodes.la && ln -s ../libopcodes.la libopcodes.la)
libtooldir=`/bin/sh ./libtool --config | sed -n -e 's/^objdir=//p'`; \
if [ -f $libtooldir/libopcodes.a ]; then \
cp $libtooldir/libopcodes.a libopcodes.tmp; \
ranlib libopcodes.tmp; \
/bin/sh /usr/src/gdb/insight-5.1.1/opcodes/../move-if-change
libopcodes.tmp li
bopcodes.a; \
else true; fi
touch stamp-lib
make[3]: Leaving directory `/tmp/build/gdb/opcodes'
make[2]: Leaving directory `/tmp/build/gdb/opcodes'
make[1]: Leaving directory `/tmp/build/gdb/opcodes'
make[1]: Entering directory `/tmp/build/gdb/tcl'
make[2]: Entering directory `/tmp/build/gdb/tcl/win'
gcc -mwin32 -c   -DWIN32 -D_WIN32 -D_MT -D_DLL
-I/usr/src/gdb/insight-5.1.1/tcl/
win/../win -I/usr/src/gdb/insight-5.1.1/tcl/win/../generic -D__WIN32__
-D__USE_W
32_SOCKETS  -g -O2 /usr/src/gdb/insight-5.1.1/tcl/win/tclAppInit.c
/usr/src/gdb/insight-5.1.1/tcl/win/tclAppInit.c:17: windows.h: No such file
or d
irectory
make[2]: *** [tclAppInit.o] Error 1
make[2]: Leaving directory `/tmp/build/gdb/tcl/win'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/build/gdb/tcl'
make: *** [all-tcl] Error 2
make: Leaving directory `/tmp/build/gdb'

----------------------------snip ------------------------------------

Anyone know how to fix this ???


Thanks
Ram






_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com


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