public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* Building insight on cygwin.
@ 2001-03-23  9:09 robert123
  0 siblings, 0 replies; only message in thread
From: robert123 @ 2001-03-23  9:09 UTC (permalink / raw)
  To: gdb

This may be obvious to everyone else but I missed it, 

To get insight+dejagnu-20010321 to build with gcc 2.95.3-1 on cygwin I needed to export 'CC=gcc -mwin32'.

With that done I was able to build GDB for the sh-coff target.


Here is the script I now use:-

#Configure Insight:

export 'CC=gcc -mwin32'

mkdir -p /tmp/build/gdb
cd /tmp/build/gdb/
/src/insight+dejagnu-20010321/configure --target=sh-coff \
--prefix=/sh-tools \
--exec-prefix=/sh-tools/sh-coff-2.95.2 \
-v 2>&1 | tee configure.out

#Build and install Insight:
make -w all install 2>&1 | tee make.out



Robert.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-03-23  9:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-03-23  9:09 Building insight on cygwin robert123

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).