public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* compile CVS of insight
@ 2001-08-17 13:28 Charles-Henri Balet
  2001-08-17 13:38 ` Keith Seitz
  0 siblings, 1 reply; 2+ messages in thread
From: Charles-Henri Balet @ 2001-08-17 13:28 UTC (permalink / raw)
  To: insight

How compile  the CVS of insight and dejagnu, I have download the CVS files
like this :

>CVS: Check out read-only copies from the GDB CVS repository with commands
like these:
>cvs -z9 -d :pserver:anoncvs@anoncvs.cygnus.com:/cvs/src login
>{enter "anoncvs" as the password}
>cvs -z9 -d :pserver:anoncvs@anoncvs.cygnus.com:/cvs/src co insight dejagnu.
>Checking out and building both insight and dejagnu is recommended.

and now I want to compile insight for arm-elf and user it under cygwin

any can help me ?

many thanks

balet charles-henri

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: compile CVS of insight
  2001-08-17 13:28 compile CVS of insight Charles-Henri Balet
@ 2001-08-17 13:38 ` Keith Seitz
  0 siblings, 0 replies; 2+ messages in thread
From: Keith Seitz @ 2001-08-17 13:38 UTC (permalink / raw)
  To: Charles-Henri Balet; +Cc: insight

On Fri, 17 Aug 2001, Charles-Henri Balet wrote:

> How compile  the CVS of insight and dejagnu, I have download the CVS files
> like this :
>
> >CVS: Check out read-only copies from the GDB CVS repository with commands
> like these:
> >cvs -z9 -d :pserver:anoncvs@anoncvs.cygnus.com:/cvs/src login
> >{enter "anoncvs" as the password}
> >cvs -z9 -d :pserver:anoncvs@anoncvs.cygnus.com:/cvs/src co insight dejagnu.
> >Checking out and building both insight and dejagnu is recommended.
>
> and now I want to compile insight for arm-elf and user it under cygwin
>
> any can help me ?

Sure. It's (pretty simple).

I'll presume that you've already got Cygwin installed and working. If not,
you'll need to do that first. See http://www.cygwin.com . Insight on
windows is built on top of Cygwin.

Once you have your cygwin set up running and you can build simple
hello-world exeuctables, your ready to start building insight. Let's
assume that the sources you got from CVS are in "/home/chb/sources/src".
(It's the "src" directory that you got from cvs.) Then:

$ pwd
/home/chb/sources
$ mkdir cygwin-armelf
$ cd cygwin-armelf
$ ../src/configure --target=arm-elf \
      --prefix=/home/chb/sources/built
[lots of stuff]
$ make all-gdb
[lots of stuff]
$ make install-gdb

When you get here, you will have your insight executable (arm-elf-gdb) in
/home/chb/sources/built/bin.

Take a look at gdb documentation for more information on building.
Insight is basically just a gui. Gdb is the debugger.

Good luck!
Keith


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-08-17 13:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-17 13:28 compile CVS of insight Charles-Henri Balet
2001-08-17 13:38 ` Keith Seitz

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).