This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

simtest-howto (was: Re: There can be only one version_string)


On Mon, 23 Sep 2002, Zack Weinberg wrote:

> Index: simtest-howto.html

Did you mean this for a separate message?

> --- simtest-howto.html	26 Mar 2002 08:25:20 -0000	1.10
> +++ simtest-howto.html	23 Sep 2002 21:25:43 -0000
> @@ -12,6 +12,23 @@
>
>      <h2>Create a combined tree.</h2>
>
> +    <p>The most reliable way to do a simulator test is in a combined
> +    tree, containing gcc, binutils, newlib, and the simulator itself.
> +    You can get a combined tree from the CVS <code>uberbaum</code>
> +    repository:</p>
> +
> +<pre>
> +mkdir combined
> +cd combined
> +cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/uberbaum login
> +# You will be prompted for a password; reply with "anoncvs".
> +cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/uberbaum co \
> +    gcc gdb binutils newlib sim
> +</pre>
> +
> +    <p>This will download everything you need to perform simulator
> +    tests of GCC.
> +

If at all, I think this should go *after* the directions for
getting code from subversions.  And I still don't think sure
gcc.gnu.org/sources.redhat.com should be exposed to extra load
considering that we want anoncvs people to use subversions.  An
updated description for merging src+gcc regarding update of an
earlier checkout seems better.

I seek an opinion from Gerald.

>      <p>I'm assuming you're starting from scratch, so you don't have an
>      installed binutils or newlib for the strange target.  So you'll need
>      to build these.  You can't easily build newlib outside a combined
> @@ -25,7 +42,6 @@ cvs -d :pserver:anoncvs@subversions.gnu.
>  cvs -d :pserver:anoncvs@subversions.gnu.org:/cvsroot/gcc logout
>  cd ../src
>  cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/src login
> -# You will be prompted for a password; reply with "anoncvs".

Why remove that?

>  cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/src co binutils newlib dejagnu gdb
>  cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/src logout
>  cd src
>

brgds, H-P



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